matrix-js-sdk 37.7.0 → 37.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ Changes in [37.8.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.8.0) (2025-06-10)
2
+ ==================================================================================================
3
+ ## 🐛 Bug Fixes
4
+
5
+ * [Backport staging] Update dependency @matrix-org/matrix-sdk-crypto-wasm to v14.2.1 ([#4869](https://github.com/matrix-org/matrix-js-sdk/pull/4869)). Contributed by @RiotRobot.
6
+
7
+
1
8
  Changes in [37.7.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.7.0) (2025-06-03)
2
9
  ==================================================================================================
3
10
  ## 🦖 Deprecations
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- eb9867a5ba25ddbca546ec4840e3135cb0571df4
1
+ 40bc833bb79a7cfda376d7a7e94e9d6cab6169a7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix-js-sdk",
3
- "version": "37.7.0",
3
+ "version": "37.8.0",
4
4
  "description": "Matrix Client-Server SDK for Javascript",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"