Skip to content

Commit 754d849

Browse files
committed
Merge branch 'master' into develop
2 parents 657fa84 + d75045e commit 754d849

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Changes in [1.6.5](https://github.com/vector-im/riot-web/releases/tag/v1.6.5) (2020-06-16)
2+
==========================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.6.4...v1.6.5)
4+
5+
* Upgrade to JS SDK 6.2.2 and React SDK 2.7.2
6+
17
Changes in [1.6.4](https://github.com/vector-im/riot-web/releases/tag/v1.6.4) (2020-06-05)
28
==========================================================================================
39
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.6.3...v1.6.4)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "riot-web",
33
"productName": "Riot",
4-
"version": "1.6.4",
4+
"version": "1.6.5",
55
"description": "A feature-rich client for Matrix.org",
66
"author": "New Vector Ltd.",
77
"repository": {
@@ -60,8 +60,8 @@
6060
"browser-request": "^0.3.3",
6161
"gfm.css": "^1.1.2",
6262
"highlight.js": "^9.13.1",
63-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
64-
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
63+
"matrix-js-sdk": "6.2.2",
64+
"matrix-react-sdk": "2.7.2",
6565
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
6666
"postcss-easings": "^2.0.0",
6767
"prop-types": "^15.7.2",

yarn.lock

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

6968-
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
6969-
version "6.2.1"
6970-
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/ebe66bdd6e0f6edbc60be1612c5a1fc0c9ea092c"
6968+
matrix-js-sdk@6.2.2:
6969+
version "6.2.2"
6970+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.2.2.tgz#103d951f61945217b110962f55ae43996756f615"
6971+
integrity sha512-uTXmKVzl7GXM3R70cl2E87H+mtwN3ILqPeB80Z/2ITN9Vaf9pMURCCAuHePEBXbhnD7DOZj7Cke42uP+ByR6Hw==
69716972
dependencies:
69726973
"@babel/runtime" "^7.8.3"
69736974
another-json "^0.2.0"
@@ -6987,9 +6988,10 @@ matrix-mock-request@^1.2.3:
69876988
bluebird "^3.5.0"
69886989
expect "^1.20.2"
69896990

6990-
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
6991-
version "2.7.1"
6992-
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/e4aeabe5a6158231015c3203d11fb990c7815ec3"
6991+
matrix-react-sdk@2.7.2:
6992+
version "2.7.2"
6993+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-2.7.2.tgz#b74d390695326b90b7472a8f02790cfb225d73ad"
6994+
integrity sha512-zBbUbHaROikJo2lOZsf3+K1tJYbSn2IZN08Q0JF5hjwBOiGMD4trhF5osaJIhyrN4qVlJFhXxhDQOMA3UNKXDg==
69936995
dependencies:
69946996
"@babel/runtime" "^7.8.3"
69956997
await-lock "^2.0.1"
@@ -7017,7 +7019,7 @@ matrix-mock-request@^1.2.3:
70177019
is-ip "^2.0.0"
70187020
linkifyjs "^2.1.6"
70197021
lodash "^4.17.14"
7020-
matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop"
7022+
matrix-js-sdk "6.2.2"
70217023
minimist "^1.2.0"
70227024
pako "^1.0.5"
70237025
parse5 "^5.1.1"

0 commit comments

Comments
 (0)