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

Commit 1bfbaee

Browse files
committed
Merge tag 'v1.8.2-rc.2' into build
* [Release]Increase general app performance by optimizing layers ([\element-hq#6672](matrix-org/matrix-react-sdk#6672)). Fixes element-hq#18730 and element-hq#18730. Contributed by [Palid](https://github.com/Palid).
2 parents d95594a + ee9d6af commit 1bfbaee

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
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.2-rc.2](https://github.com/vector-im/element-desktop/releases/tag/v1.8.2-rc.2) (2021-08-25)
2+
===========================================================================================================
3+
4+
## ✨ Features
5+
* [Release]Increase general app performance by optimizing layers ([\#6672](https://github.com/matrix-org/matrix-react-sdk/pull/6672)). Fixes #18730 and #18730. Contributed by [Palid](https://github.com/Palid).
6+
17
Changes in [1.8.2-rc.1](https://github.com/vector-im/element-desktop/releases/tag/v1.8.2-rc.1) (2021-08-24)
28
===========================================================================================================
39

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.8.2-rc.1",
3+
"version": "1.8.2-rc.2",
44
"description": "A feature-rich client for Matrix.org",
55
"author": "New Vector Ltd.",
66
"repository": {
@@ -62,7 +62,7 @@
6262
"jsrsasign": "^10.2.0",
6363
"katex": "^0.12.0",
6464
"matrix-js-sdk": "12.4.0-rc.1",
65-
"matrix-react-sdk": "3.29.0-rc.1",
65+
"matrix-react-sdk": "3.29.0-rc.2",
6666
"matrix-widget-api": "^0.1.0-beta.15",
6767
"prop-types": "^15.7.2",
6868
"react": "^17.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7701,10 +7701,10 @@ matrix-mock-request@^1.2.3:
77017701
bluebird "^3.5.0"
77027702
expect "^1.20.2"
77037703

7704-
7705-
version "3.29.0-rc.1"
7706-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.29.0-rc.1.tgz#0987bbc15e76d3f1b09908f07ea2fed91344376b"
7707-
integrity sha512-xAKC8rnp4NFdz7jyPuBOfC0OzFhxe0Ot6V1ucVYLTdXavSBVNvtHOLUy0i26+JoqGik3nj6RacnpcwmWVSNFew==
7704+
7705+
version "3.29.0-rc.2"
7706+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.29.0-rc.2.tgz#727f61fc28837fd3dc914a598de7b3321571b92b"
7707+
integrity sha512-J8nrNvu26/IfUUBPrbuR2IzO0LXvZtOVsvtuT46tKAr9wh5AtJS39qtdSG9xN1Fkwps5Oh6mzfEjpYFzDX1obA==
77087708
dependencies:
77097709
"@babel/runtime" "^7.12.5"
77107710
"@sentry/browser" "^6.11.0"

0 commit comments

Comments
 (0)