Skip to content

Commit

Permalink
Merge tag 'v1.10.1' into sc
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
su-ex committed Feb 1, 2022
2 parents e9c5e8c + e70c52e commit f634138
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in [1.10.1](https://github.com/vector-im/element-web/releases/tag/v1.10.1) (2022-02-01)
===============================================================================================

## 🐛 Bug Fixes
* Fix the sticker picker ([\#7692](https://github.com/matrix-org/matrix-react-sdk/pull/7692)). Fixes vector-im/element-web#20797.
* 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.
* 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.

Changes in [1.10.0](https://github.com/vector-im/element-web/releases/tag/v1.10.0) (2022-01-31)
===============================================================================================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-web",
"version": "1.10.0",
"version": "1.10.1",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"jsrsasign": "^10.2.0",
"katex": "^0.12.0",
"matrix-js-sdk": "15.5.0",
"matrix-react-sdk": "3.39.0",
"matrix-react-sdk": "3.39.1",
"matrix-widget-api": "^0.1.0-beta.18",
"prop-types": "^15.7.2",
"react": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8081,10 +8081,10 @@ matrix-mock-request@^1.2.3:
bluebird "^3.5.0"
expect "^1.20.2"

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

0 comments on commit f634138

Please sign in to comment.