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

Commit 1db4155

Browse files
committed
Merge tag 'v1.8.2-rc.3' into build
* [Release] Fix commit edit history ([\element-hq#6690](matrix-org/matrix-react-sdk#6690)). Fixes element-hq#18742 and element-hq#18742. Contributed by [Palid](https://github.com/Palid).
2 parents 1bfbaee + 6dfd745 commit 1db4155

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.3](https://github.com/vector-im/element-desktop/releases/tag/v1.8.2-rc.3) (2021-08-26)
2+
===========================================================================================================
3+
4+
## 🐛 Bug Fixes
5+
* [Release] Fix commit edit history ([\#6690](https://github.com/matrix-org/matrix-react-sdk/pull/6690)). Fixes #18742 and #18742. Contributed by [Palid](https://github.com/Palid).
6+
17
Changes in [1.8.2-rc.2](https://github.com/vector-im/element-desktop/releases/tag/v1.8.2-rc.2) (2021-08-25)
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.2",
3+
"version": "1.8.2-rc.3",
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.2",
65+
"matrix-react-sdk": "3.29.0-rc.3",
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.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==
7704+
7705+
version "3.29.0-rc.3"
7706+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.29.0-rc.3.tgz#c4fbdce7d3df3f9f0f99da6e7b7e7dbc65ae638d"
7707+
integrity sha512-xn5mCPSBTjuPerHnlYZIeRAjxiQvz1sPjvZmIwNe4WiefuRPVcKrkQzXLxfooMrUrz3+1hA9ytBoOj9KAGkkzw==
77087708
dependencies:
77097709
"@babel/runtime" "^7.12.5"
77107710
"@sentry/browser" "^6.11.0"

0 commit comments

Comments
 (0)