Skip to content

Commit f634138

Browse files
committed
Merge tag 'v1.10.1' into sc
* Fix the sticker picker ([\element-hq#7692](matrix-org/matrix-react-sdk#7692)). Fixes element-hq#20797. * Ensure UserInfo can be rendered without a room ([\element-hq#7687](matrix-org/matrix-react-sdk#7687)). Fixes element-hq#20830. * Fix publishing address wrongly demanding the alias be available ([\element-hq#7690](matrix-org/matrix-react-sdk#7690)). Fixes element-hq#12013 and element-hq#20833.
2 parents e9c5e8c + e70c52e commit f634138

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Changes in [1.10.1](https://github.com/vector-im/element-web/releases/tag/v1.10.1) (2022-02-01)
2+
===============================================================================================
3+
4+
## 🐛 Bug Fixes
5+
* Fix the sticker picker ([\#7692](https://github.com/matrix-org/matrix-react-sdk/pull/7692)). Fixes vector-im/element-web#20797.
6+
* Ensure UserInfo can be rendered without a room ([\#7687](https://github.com/matrix-org/matrix-react-sdk/pull/7687)). Fixes vector-im/element-web#20830.
7+
* Fix publishing address wrongly demanding the alias be available ([\#7690](https://github.com/matrix-org/matrix-react-sdk/pull/7690)). Fixes vector-im/element-web#12013 and vector-im/element-web#20833.
8+
19
Changes in [1.10.0](https://github.com/vector-im/element-web/releases/tag/v1.10.0) (2022-01-31)
210
===============================================================================================
311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "A feature-rich client for Matrix.org",
55
"author": "New Vector Ltd.",
66
"repository": {
@@ -61,7 +61,7 @@
6161
"jsrsasign": "^10.2.0",
6262
"katex": "^0.12.0",
6363
"matrix-js-sdk": "15.5.0",
64-
"matrix-react-sdk": "3.39.0",
64+
"matrix-react-sdk": "3.39.1",
6565
"matrix-widget-api": "^0.1.0-beta.18",
6666
"prop-types": "^15.7.2",
6767
"react": "17.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8081,10 +8081,10 @@ matrix-mock-request@^1.2.3:
80818081
bluebird "^3.5.0"
80828082
expect "^1.20.2"
80838083

8084-
8085-
version "3.39.0"
8086-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.39.0.tgz#038bf1a096bacd95fc29d860106adbb8945c2c9a"
8087-
integrity sha512-h7jYJ26ntCNsXFTUIM2Wph9dpN7cudPsxFx+qhrFTGCM3uT5Iriu4ykJkjRkJYiuH4ptiwLDxb0mpLeJU6EOAw==
8084+
8085+
version "3.39.1"
8086+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.39.1.tgz#62844aeeb0135b459eef2dff679b85947b4090d1"
8087+
integrity sha512-OElpgQ/VpAF8zdIxYYe6T2/QQGQJGD247gUWK1psFeFYMv9Yr7cudu/Fwfd5pSpuuhKnHTP+BfEj+LLtxdBWog==
80888088
dependencies:
80898089
"@babel/runtime" "^7.12.5"
80908090
"@matrix-org/linkify-element" "^4.0.0-rc.5"

0 commit comments

Comments
 (0)