Reset matrix-react-sdk back to develop branch

This commit is contained in:
RiotRobot 2022-03-01 12:08:23 +00:00
commit ce7094182d
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
Changes in [1.10.6](https://github.com/vector-im/element-web/releases/tag/v1.10.6) (2022-03-01)
===============================================================================================
## 🐛 Bug Fixes
* Fix some crashes in the right panel
Changes in [1.10.5](https://github.com/vector-im/element-web/releases/tag/v1.10.5) (2022-02-28)
===============================================================================================

View file

@ -1,6 +1,6 @@
{
"name": "element-web",
"version": "1.10.5",
"version": "1.10.6",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {

View file

@ -8130,8 +8130,8 @@ matrix-mock-request@^1.2.3:
expect "^1.20.2"
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
version "3.41.0"
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/b02d5ecb97e475342f79383b18269ea93bd62620"
version "3.41.1"
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/b7787eaf2e5cf364a8495934c30e2f09c81f7e01"
dependencies:
"@babel/runtime" "^7.12.5"
"@sentry/browser" "^6.11.0"