File tree 3 files changed +36
-10
lines changed
3 files changed +36
-10
lines changed Original file line number Diff line number Diff line change
1
+ Changes in [ 1.7.3] ( https://github.com/vector-im/element-web/releases/tag/v1.7.3 ) (2020-08-05)
2
+ =============================================================================================
3
+ [ Full Changelog] ( https://github.com/vector-im/element-web/compare/v1.7.3-rc.1...v1.7.3 )
4
+
5
+ * Upgrade to React SDK 3.1.0 and JS SDK 8.0.1
6
+
7
+ Changes in [ 1.7.3-rc.1] ( https://github.com/vector-im/riot-web/releases/tag/v1.7.3-rc.1 ) (2020-07-31)
8
+ ====================================================================================================
9
+ [ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v1.7.2...v1.7.3-rc.1 )
10
+
11
+ * Upgrade to React SDK 3.1.0-rc.1 and JS SDK 8.0.1-rc.1
12
+ * Make Lojban translation available
13
+ [ \# 14703] ( https://github.com/vector-im/riot-web/pull/14703 )
14
+ * Update from Weblate
15
+ [ \# 14841] ( https://github.com/vector-im/riot-web/pull/14841 )
16
+ * Remove redundant lint dependencies
17
+ [ \# 14810] ( https://github.com/vector-im/riot-web/pull/14810 )
18
+ * Bump elliptic from 6.5.2 to 6.5.3
19
+ [ \# 14826] ( https://github.com/vector-im/riot-web/pull/14826 )
20
+ * Update mobile config intercept URL
21
+ [ \# 14796] ( https://github.com/vector-im/riot-web/pull/14796 )
22
+ * Fix typo in https://
23
+ [ \# 14791] ( https://github.com/vector-im/riot-web/pull/14791 )
24
+
1
25
Changes in [ 1.7.2] ( https://github.com/vector-im/riot-web/releases/tag/v1.7.2 ) (2020-07-27)
2
26
==========================================================================================
3
27
[ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v1.7.1...v1.7.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " riot-web" ,
3
3
"productName" : " Riot" ,
4
- "version" : " 1.7.2 " ,
4
+ "version" : " 1.7.3 " ,
5
5
"description" : " A feature-rich client for Matrix.org" ,
6
6
"author" : " New Vector Ltd." ,
7
7
"repository" : {
59
59
"browser-request" : " ^0.3.3" ,
60
60
"gfm.css" : " ^1.1.2" ,
61
61
"highlight.js" : " ^9.13.1" ,
62
- "matrix-js-sdk" : " github:matrix-org/matrix-js-sdk#develop " ,
63
- "matrix-react-sdk" : " github:matrix-org/matrix-react-sdk#develop " ,
62
+ "matrix-js-sdk" : " 8.0.1 " ,
63
+ "matrix-react-sdk" : " 3.1.0 " ,
64
64
"olm" : " https://packages.matrix.org/npm/olm/olm-3.1.4.tgz" ,
65
65
"prop-types" : " ^15.7.2" ,
66
66
"react" : " ^16.9.0" ,
Original file line number Diff line number Diff line change @@ -7312,9 +7312,10 @@ mathml-tag-names@^2.1.1:
7312
7312
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
7313
7313
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
7314
7314
7315
- "matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
7316
- version "8.0.0"
7317
- resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/c669382e12c8cd1d7d538421dfad4f50812af44d"
7315
+ matrix-js-sdk@8.0.1:
7316
+ version "8.0.1"
7317
+ resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-8.0.1.tgz#dafd41023671249c01e4278e7103c93200b34e5e"
7318
+ integrity sha512-DT2YjWi8l2eHyNTKZOhBkN/EakIMDDEglSCg+RWY4QzFaXYlSwfwfzzCujjtq1hxVSKim8NC7KqxgNetOiBegA==
7318
7319
dependencies:
7319
7320
"@babel/runtime" "^7.8.3"
7320
7321
another-json "^0.2.0"
@@ -7334,9 +7335,10 @@ matrix-mock-request@^1.2.3:
7334
7335
bluebird "^3.5.0"
7335
7336
expect "^1.20.2"
7336
7337
7337
- "matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
7338
- version "3.0.0"
7339
- resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/f9540dd7cd67666ad58beac9b11c7bc4a5872673"
7338
+ matrix-react-sdk@3.1.0:
7339
+ version "3.1.0"
7340
+ resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.1.0.tgz#d8349942e6aa705195b30415c96d7576b783f011"
7341
+ integrity sha512-LNSm4gX+c9Z2z39QyaQTSZmIAEI5nmIZ7uVq2X3ktn0NwmGwTcvC983t68ooHmIzAqVmh4JrscgzmdvPqk/YPw==
7340
7342
dependencies:
7341
7343
"@babel/runtime" "^7.10.5"
7342
7344
await-lock "^2.0.1"
@@ -7364,7 +7366,7 @@ matrix-mock-request@^1.2.3:
7364
7366
is-ip "^2.0.0"
7365
7367
linkifyjs "^2.1.9"
7366
7368
lodash "^4.17.19"
7367
- matrix-js-sdk "github:matrix-org/matrix-js-sdk#develop "
7369
+ matrix-js-sdk "8.0.1 "
7368
7370
minimist "^1.2.5"
7369
7371
pako "^1.0.11"
7370
7372
parse5 "^5.1.1"
You can’t perform that action at this time.
0 commit comments