Skip to content

Commit 1651a37

Browse files
Release 8.5.1
[no ci]
1 parent 01a1846 commit 1651a37

15 files changed

Lines changed: 56 additions & 33 deletions

File tree

.changeset/bump-patch-1781187995605.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-apes-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-bananas-shine.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/salty-suits-strive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slick-hats-arrive.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/meteor/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @rocket.chat/meteor
22

3+
## 8.5.1
4+
5+
### Patch Changes
6+
7+
- Bump @rocket.chat/meteor version.
8+
9+
- Bump @rocket.chat/meteor version.
10+
11+
- ([#40917](https://github.com/RocketChat/Rocket.Chat/pull/40917) by [@dionisio-bot](https://github.com/dionisio-bot)) Escapes HTML tags in exported data
12+
13+
- ([#40891](https://github.com/RocketChat/Rocket.Chat/pull/40891) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
14+
15+
- ([#40904](https://github.com/RocketChat/Rocket.Chat/pull/40904) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes missing permission check on the `POST /api/v1/fingerprint` endpoint
16+
17+
- ([#40938](https://github.com/RocketChat/Rocket.Chat/pull/40938) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue where `description` was incorrectly being used as alternative text for image attachments
18+
19+
- <details><summary>Updated dependencies [01a184640f635866bf4c1c612696acc4eed62311]:</summary>
20+
21+
- @rocket.chat/federation-matrix@0.1.5
22+
- @rocket.chat/core-typings@8.5.1
23+
- @rocket.chat/rest-typings@8.5.1
24+
</details>
25+
326
## 8.5.0
427

528
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "8.5.0"
2+
"version": "8.5.1"
33
}

apps/meteor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/meteor",
3-
"version": "8.5.0",
3+
"version": "8.5.1",
44
"private": true,
55
"description": "The Ultimate Open Source WebChat Platform",
66
"keywords": [

ee/packages/federation-matrix/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @rocket.chat/federation-matrix
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- ([#40938](https://github.com/RocketChat/Rocket.Chat/pull/40938) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue where `description` was incorrectly being used as alternative text for image attachments
8+
9+
- <details><summary>Updated dependencies [01a184640f635866bf4c1c612696acc4eed62311]:</summary>
10+
11+
- @rocket.chat/core-typings@8.5.1
12+
- @rocket.chat/rest-typings@8.5.1
13+
</details>
14+
315
## 0.1.4
416

517
### Patch Changes

ee/packages/federation-matrix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket.chat/federation-matrix",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)