Compare commits

...

5 Commits

Author SHA1 Message Date
RiotRobot 8436c91279 v1.11.43
Dockerhub / Docker Buildx (push) Failing after 43s
2023-09-15 12:09:01 +01:00
RiotRobot c52c62ebc0 Prepare changelog for v1.11.43 2023-09-15 12:09:00 +01:00
RiotRobot 60585cce94 v1.11.42
Dockerhub / Docker Buildx (push) Failing after 44s
2023-09-13 12:47:26 +01:00
RiotRobot 3a6a603778 Prepare changelog for v1.11.42 2023-09-13 12:47:25 +01:00
RiotRobot 28a8c1cd1e Upgrade matrix-react-sdk to 3.80.1 2023-09-13 12:44:38 +01:00
3 changed files with 22 additions and 11 deletions
+11
View File
@@ -1,3 +1,14 @@
Changes in [1.11.43](https://github.com/vector-im/element-web/releases/tag/v1.11.43) (2023-09-15)
=================================================================================================
(No changes - bumping the version number for an element-desktop release.)
Changes in [1.11.42](https://github.com/vector-im/element-web/releases/tag/v1.11.42) (2023-09-13)
=================================================================================================
## 🐛 Bug Fixes
* Update Compound to fix Firefox-specific avatar regression ([\#11604](https://github.com/matrix-org/matrix-react-sdk/pull/11604)). Fixes #26155.
Changes in [1.11.41](https://github.com/vector-im/element-web/releases/tag/v1.11.41) (2023-09-12)
=================================================================================================
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "element-web",
"version": "1.11.41",
"version": "1.11.43",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {
@@ -75,7 +75,7 @@
"jsrsasign": "^10.5.25",
"katex": "^0.16.0",
"matrix-js-sdk": "28.1.0",
"matrix-react-sdk": "3.80.0",
"matrix-react-sdk": "3.80.1",
"matrix-widget-api": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
+9 -9
View File
@@ -2761,10 +2761,10 @@
dependencies:
svg2vectordrawable "^2.9.1"
"@vector-im/compound-web@^0.2.3":
version "0.2.12"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.2.12.tgz#ee19d0b995728f87567ddffe8625a1cf0ed39db2"
integrity sha512-9e+Jw5ly76fgyuc2RinDfVQgOKsDtUNHduegHfPF0fOt9v9FRjhn096g2aoET7UPvXQanWqD7qxZH7ygEh2SRw==
"@vector-im/compound-web@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-0.4.0.tgz#c4adf10785722c4b0fd5e20e72576ade2ef386d0"
integrity sha512-45pshpwpVBwOwIevKZrnWX718Z+qPvxnrSUv3KY4x4ej+PDMt8Qorxv1n98bB7fgF7vwBHK5PQdjq2kTFit+wQ==
dependencies:
"@radix-ui/react-form" "^0.0.3"
"@radix-ui/react-tooltip" "^1.0.6"
@@ -8816,10 +8816,10 @@ matrix-mock-request@^2.5.0:
dependencies:
expect "^28.1.0"
matrix-react-sdk@3.80.0:
version "3.80.0"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.80.0.tgz#bc964eaba886af365920ed37a4649a4ab2ac5608"
integrity sha512-7F1CzrVR/y0I7JFl1ckRph2ADryXA++t7jVgbQJWM0XR4VoGI/qCRzfVtEnwknPlMZ2vdr82nopp0pY1IxYKJQ==
matrix-react-sdk@3.80.1:
version "3.80.1"
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.80.1.tgz#e7dcf293e2d596857c464ff505bc4d33c244a0b0"
integrity sha512-gKFlbEnyhl7l9iq4oh0BfLftgBzc8Dc8HMCIfcTT0dDgGTQSuOxlvDmb4vArGJ72xwM8FeP75OzgRCmppIWZMQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@matrix-org/analytics-events" "^0.7.0"
@@ -8831,7 +8831,7 @@ matrix-react-sdk@3.80.0:
"@sentry/tracing" "^7.0.0"
"@testing-library/react-hooks" "^8.0.1"
"@vector-im/compound-design-tokens" "^0.0.5"
"@vector-im/compound-web" "^0.2.3"
"@vector-im/compound-web" "^0.4.0"
await-lock "^2.1.0"
blurhash "^1.1.3"
classnames "^2.2.6"