Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Commit c7e3fb4

Browse files
committed
Merge tag 'v1.8.1' into build
* Fix multiple VoIP regressions ([matrix-org/matrix-js-sdk#1860](matrix-org/matrix-js-sdk#1860)).
2 parents 0063b1d + c914d3d commit c7e3fb4

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
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.8.1](https://github.com/vector-im/element-desktop/releases/tag/v1.8.1) (2021-08-17)
2+
=================================================================================================
3+
4+
## 🐛 Bug Fixes
5+
* Fix multiple VoIP regressions ([matrix-org/matrix-js-sdk#1860](https://github.com/matrix-org/matrix-js-sdk/pull/1860)).
6+
17
Changes in [1.8.0](https://github.com/vector-im/element-desktop/releases/tag/v1.8.0) (2021-08-16)
28
=================================================================================================
39

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "A feature-rich client for Matrix.org",
55
"author": "New Vector Ltd.",
66
"repository": {
@@ -61,8 +61,8 @@
6161
"highlight.js": "^10.5.0",
6262
"jsrsasign": "^10.2.0",
6363
"katex": "^0.12.0",
64-
"matrix-js-sdk": "12.3.0",
65-
"matrix-react-sdk": "3.28.0",
64+
"matrix-js-sdk": "12.3.1",
65+
"matrix-react-sdk": "3.28.1",
6666
"matrix-widget-api": "^0.1.0-beta.15",
6767
"prop-types": "^15.7.2",
6868
"react": "^17.0.2",

yarn.lock

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

7598-
7599-
version "12.3.0"
7600-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-12.3.0.tgz#b4de14e9c26257e3137eb020b6b13678b01e37d7"
7601-
integrity sha512-ywdlpVnwTiddLCvh/sKaZ0/0CVTqqbKPsfpsKduH9GWzwXA/Jrkwt//ryU8l9MjJTrjLnwxTYgnjZgeEp4h5kQ==
7598+
7599+
version "12.3.1"
7600+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-12.3.1.tgz#efa9172e96722afb03cb0e866b047022a7c6cb17"
7601+
integrity sha512-ysF6FQIjz8NaQHpXRs0VD1uh5kNi4tZh7NNPq54nS9YoDC7F681n2srFhoQn4M/Bv5tBLWWGNjKufXTLHp5j5g==
76027602
dependencies:
76037603
"@babel/runtime" "^7.12.5"
76047604
another-json "^0.2.0"
@@ -7619,10 +7619,10 @@ matrix-mock-request@^1.2.3:
76197619
bluebird "^3.5.0"
76207620
expect "^1.20.2"
76217621

7622-
7623-
version "3.28.0"
7624-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.28.0.tgz#c3cda39a5f25843f1c342979fdd89584a3fd00f4"
7625-
integrity sha512-GGwotGvpwPe3MKESeTEgqQr7sJAXJCrex0B+g1JieSc/vNyecwZSgKzMQ7HvgOPSsSQuMK9/vL34180d5md0xA==
7622+
7623+
version "3.28.1"
7624+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.28.1.tgz#9f7c10949df2e30d65b3e765ef427bafee86c092"
7625+
integrity sha512-QHdYCPx9tme2u6H3RA/4JwS1e768xSLwoWzzET0Ntkh4XonaxSmSUF26nKQKsEjH9LZYN+2KKUkFKvVK5S4gPA==
76267626
dependencies:
76277627
"@babel/runtime" "^7.12.5"
76287628
await-lock "^2.1.0"
@@ -7650,7 +7650,7 @@ [email protected]:
76507650
katex "^0.12.0"
76517651
linkifyjs "^2.1.9"
76527652
lodash "^4.17.20"
7653-
matrix-js-sdk "12.3.0"
7653+
matrix-js-sdk "12.3.1"
76547654
matrix-widget-api "^0.1.0-beta.15"
76557655
minimist "^1.2.5"
76567656
opus-recorder "^8.0.3"

0 commit comments

Comments
 (0)