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

Commit 2d5528f

Browse files
committed
Merge branch 'master' into develop
2 parents 5987126 + 3b90ed0 commit 2d5528f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in [3.6.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.6.1) (2020-10-20)
2+
===================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.6.0...v3.6.1)
4+
5+
* [Release] Adjust for new widget messaging APIs
6+
[\#5342](https://github.com/matrix-org/matrix-react-sdk/pull/5342)
7+
* [Release] Fix Jitsi OpenIDC auth
8+
[\#5335](https://github.com/matrix-org/matrix-react-sdk/pull/5335)
9+
110
Changes in [3.6.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.6.0) (2020-10-12)
211
===================================================================================================
312
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v3.6.0-rc.1...v3.6.0)

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.6.0",
3+
"version": "3.6.1",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -78,7 +78,7 @@
7878
"is-ip": "^2.0.0",
7979
"linkifyjs": "^2.1.9",
8080
"lodash": "^4.17.19",
81-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
81+
"matrix-js-sdk": "8.5.0",
8282
"matrix-widget-api": "^0.1.0-beta.5",
8383
"minimist": "^1.2.5",
8484
"pako": "^1.0.11",

0 commit comments

Comments
 (0)