Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 480662f

Browse files
committed
Merge branch 'master' into develop
# Conflicts: # package.json # yarn.lock
2 parents fed759e + dda9b5a commit 480662f

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
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 [3.59.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.59.1) (2022-11-01)
2+
=====================================================================================================
3+
4+
## 🐛 Bug Fixes
5+
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni.
6+
* Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634.
7+
* Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655.
8+
19
Changes in [3.59.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.59.0) (2022-10-25)
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": "matrix-react-sdk",
3-
"version": "3.59.0",
3+
"version": "3.59.1",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -93,7 +93,7 @@
9393
"maplibre-gl": "^1.15.2",
9494
"matrix-encrypt-attachment": "^1.0.3",
9595
"matrix-events-sdk": "^0.0.1-beta.7",
96-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
96+
"matrix-js-sdk": "21.0.1",
9797
"matrix-widget-api": "^1.1.1",
9898
"minimist": "^1.2.5",
9999
"opus-recorder": "^8.0.3",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7027,9 +7027,10 @@ matrix-events-sdk@^0.0.1-beta.7:
70277027
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1-beta.7.tgz#5ffe45eba1f67cc8d7c2377736c728b322524934"
70287028
integrity sha512-9jl4wtWanUFSy2sr2lCjErN/oC8KTAtaeaozJtrgot1JiQcEI4Rda9OLgQ7nLKaqb4Z/QUx/fR3XpDzm5Jy1JA==
70297029

7030-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7031-
version "21.0.0"
7032-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/4b3e6939d6dbfb72c9637d18d6346796bc6f997f"
7030+
7031+
version "21.0.1"
7032+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-21.0.1.tgz#4ba88505a1b96b4d23288066865b67ccc17079a0"
7033+
integrity sha512-xrJibvMwj38fMeNX7e9kfEzR9xv5UNwWkYGlyQE+ag81HGLacbJvEix/2zkEQ40TypB9ENVioVFIyVYGN9Rv2Q==
70337034
dependencies:
70347035
"@babel/runtime" "^7.12.5"
70357036
another-json "^0.2.0"

0 commit comments

Comments
 (0)