matrix-js-sdk 17.2.0-rc.1 → 17.2.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,11 +1,11 @@
1
- Changes in [17.2.0-rc.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v17.2.0-rc.1) (2022-05-03)
2
- ============================================================================================================
1
+ Changes in [17.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v17.2.0) (2022-05-10)
2
+ ==================================================================================================
3
3
 
4
4
  ## ✨ Features
5
5
  * Live location sharing: handle encrypted messages in processBeaconEvents ([\#2327](https://github.com/matrix-org/matrix-js-sdk/pull/2327)).
6
6
 
7
7
  ## 🐛 Bug Fixes
8
- * Fix race conditions around threads ([\#2331](https://github.com/matrix-org/matrix-js-sdk/pull/2331)).
8
+ * Fix race conditions around threads ([\#2331](https://github.com/matrix-org/matrix-js-sdk/pull/2331)). Fixes vector-im/element-web#21627.
9
9
  * Ignore m.replace relations on state events, they're invalid ([\#2306](https://github.com/matrix-org/matrix-js-sdk/pull/2306)). Fixes vector-im/element-web#21851.
10
10
  * fix example in readme ([\#2315](https://github.com/matrix-org/matrix-js-sdk/pull/2315)).
11
11
  * Don't decrement the length count of a thread when root redacted ([\#2314](https://github.com/matrix-org/matrix-js-sdk/pull/2314)).
package/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 70c6a4b56785427229b032e7dbcd6819586fe618
1
+ e29ee105aa82ec5496db2d9842d42cedc9e17f26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matrix-js-sdk",
3
- "version": "17.2.0-rc.1",
3
+ "version": "17.2.0",
4
4
  "description": "Matrix Client-Server SDK for Javascript",
5
5
  "engines": {
6
6
  "node": ">=12.9.0"