Merge branch 'master' into develop

This commit is contained in:
RiotRobot 2023-01-18 22:27:42 +00:00
commit 33e1144c81
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,9 @@
Changes in [1.11.19](https://github.com/vector-im/element-web/releases/tag/v1.11.19) (2023-01-18)
=================================================================================================
## 🐛 Bug Fixes
* fix crash on browsers that don't support `Array.at` ([\#9935](https://github.com/matrix-org/matrix-react-sdk/pull/9935)). Contributed by @andybalaam.
Changes in [1.11.18](https://github.com/vector-im/element-web/releases/tag/v1.11.18) (2023-01-18)
=================================================================================================

View file

@ -1,6 +1,6 @@
{
"name": "element-web",
"version": "1.11.18",
"version": "1.11.19",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {

View file

@ -8187,9 +8187,10 @@ matrix-mock-request@^2.5.0:
dependencies:
expect "^28.1.0"
"matrix-react-sdk@github:matrix-org/matrix-react-sdk#develop":
version "3.64.0"
resolved "https://codeload.github.com/matrix-org/matrix-react-sdk/tar.gz/baa120fff3bdd10c5156feb20f88f2e7f421fd34"
matrix-react-sdk@3.64.1:
version "3.64.1"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.64.1.tgz#aebc3a08a30eaf8663f47ac967b2eacb051ee810"
integrity sha512-zuWXR4RBnxH+H9Hj3WsTdB31UrGA0CrPwXR+ftyykh6edelM4801sNev32A35bHLYKHk3IG1LkTBgdZZbZ5K6Q==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/analytics-events" "^0.4.0"