Skip to content

Commit b01c6e6

Browse files
committed
Merge branch 'master' into develop
2 parents 5913e38 + c4f3d39 commit b01c6e6

File tree

4 files changed

+42
-11
lines changed

4 files changed

+42
-11
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Changes in [1.5.13](https://github.com/vector-im/riot-web/releases/tag/v1.5.13) (2020-03-17)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.5.13-rc.1...v1.5.13)
4+
5+
* Upgrade to JS SDK 5.1.1 and React SDK 2.2.3
6+
7+
Changes in [1.5.13-rc.1](https://github.com/vector-im/riot-web/releases/tag/v1.5.13-rc.1) (2020-03-11)
8+
======================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.5.12...v1.5.13-rc.1)
10+
11+
* Update from Weblate
12+
[\#12688](https://github.com/vector-im/riot-web/pull/12688)
13+
* Fix Docker image version for develop builds
14+
[\#12670](https://github.com/vector-im/riot-web/pull/12670)
15+
* docker: optimize custom sdk builds
16+
[\#12612](https://github.com/vector-im/riot-web/pull/12612)
17+
* riot-desktop open SSO in browser so user doesn't have to auth twice
18+
[\#12590](https://github.com/vector-im/riot-web/pull/12590)
19+
* Fix SSO flows for electron 8.0.2 by re-breaking will-navigate
20+
[\#12585](https://github.com/vector-im/riot-web/pull/12585)
21+
* index.html: Place noscript on top of the page
22+
[\#12563](https://github.com/vector-im/riot-web/pull/12563)
23+
* Remove will-navigate comment after Electron fix
24+
[\#12561](https://github.com/vector-im/riot-web/pull/12561)
25+
* Update loading test for JS SDK IDB change
26+
[\#12552](https://github.com/vector-im/riot-web/pull/12552)
27+
* Upgrade deps
28+
[\#12528](https://github.com/vector-im/riot-web/pull/12528)
29+
130
Changes in [1.5.12](https://github.com/vector-im/riot-web/releases/tag/v1.5.12) (2020-03-04)
231
============================================================================================
332
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.5.11...v1.5.12)

electron_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "src/electron-main.js",
5-
"version": "1.5.12",
5+
"version": "1.5.13",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"dependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "electron_app/src/electron-main.js",
5-
"version": "1.5.12",
5+
"version": "1.5.13",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -66,8 +66,8 @@
6666
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566",
6767
"gfm.css": "^1.1.2",
6868
"highlight.js": "^9.13.1",
69-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
70-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
69+
"matrix-js-sdk": "5.1.1",
70+
"matrix-react-sdk": "2.2.3",
7171
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
7272
"postcss-easings": "^2.0.0",
7373
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7454,9 +7454,10 @@ mathml-tag-names@^2.1.1:
74547454
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
74557455
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
74567456

7457-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7458-
version "5.1.0"
7459-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/86304fd037ac43a493000fa42f393eaafc0480ac"
7457+
matrix-js-sdk@5.1.1:
7458+
version "5.1.1"
7459+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-5.1.1.tgz#d93c2db08acf07e894fb85345d3eaa8d4736b56c"
7460+
integrity sha512-zCkylD/oia9v/9Fbx54k/aBNd3szDflscViXq0gf2fQlKzTJRT3LoCAXZ9Uwr7gJ8AE8kFquyZ7revk3Y5YmPQ==
74607461
dependencies:
74617462
"@babel/runtime" "^7.8.3"
74627463
another-json "^0.2.0"
@@ -7476,9 +7477,10 @@ matrix-mock-request@^1.2.3:
74767477
bluebird "^3.5.0"
74777478
expect "^1.20.2"
74787479

7479-
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7480-
version "2.2.1"
7481-
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/53fabf61d6647dfedf62352f6aa35ac55fa49203"
7480+
matrix-react-sdk@2.2.3:
7481+
version "2.2.3"
7482+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.2.3.tgz#2687af6acb0f994cbb17a1c4cc37703c437f6080"
7483+
integrity sha512-tQVa3uAT//f0+Zw+8sKpRl+/gEvelck5kH0V/BOtM+UrreG66L42KgcXNRDlmO8DjD4iEttcoSHsLGr+XZuXyQ==
74827484
dependencies:
74837485
"@babel/runtime" "^7.8.3"
74847486
blueimp-canvas-to-blob "^3.5.0"
@@ -7506,7 +7508,7 @@ matrix-mock-request@^1.2.3:
75067508
is-ip "^2.0.0"
75077509
linkifyjs "^2.1.6"
75087510
lodash "^4.17.14"
7509-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7511+
matrix-js-sdk "5.1.1"
75107512
minimist "^1.2.0"
75117513
pako "^1.0.5"
75127514
png-chunks-extract "^1.0.0"

0 commit comments

Comments
 (0)