Skip to content

Commit bfd7823

Browse files
Release 8.6.1
[no ci]
1 parent c86d933 commit bfd7823

20 files changed

Lines changed: 80 additions & 42 deletions

.changeset/bump-patch-1783518088165.md

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

.changeset/fancy-days-knock.md

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

.changeset/gentle-cats-change.md

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

.changeset/old-bats-sniff.md

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

.changeset/quiet-lizards-jump.md

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

.changeset/quiet-teams-guard.md

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

apps/meteor/CHANGELOG.md

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

3+
## 8.6.1
4+
5+
### Patch Changes
6+
7+
- Bump @rocket.chat/meteor version.
8+
9+
- Bump @rocket.chat/meteor version.
10+
11+
- ([#41234](https://github.com/RocketChat/Rocket.Chat/pull/41234) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
12+
13+
- ([#41243](https://github.com/RocketChat/Rocket.Chat/pull/41243) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
14+
15+
- ([#41308](https://github.com/RocketChat/Rocket.Chat/pull/41308) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong FederationLookup type assigned to IUser in apps. The correct data is there, but the type does not represent it.
16+
17+
- ([#41292](https://github.com/RocketChat/Rocket.Chat/pull/41292) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures the `users.CreateToken` endpoint checks for the `user-generate-access-token` permission when generating a login token for another user
18+
19+
- ([#41276](https://github.com/RocketChat/Rocket.Chat/pull/41276) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures room permission checks are applied consistently regardless of how the room is identified when converting a channel to a team or creating a team from an existing room
20+
21+
- <details><summary>Updated dependencies [89ab75ca9121feb289a0f5744a526361364b8867, c86d933c267e375b0b32585450cf513b6483c245]:</summary>
22+
23+
- @rocket.chat/core-typings@8.6.1
24+
- @rocket.chat/model-typings@2.3.2
25+
- @rocket.chat/models@2.3.2
26+
- @rocket.chat/apps-engine@1.64.1
27+
- @rocket.chat/rest-typings@8.6.1
28+
</details>
29+
330
## 8.6.0
431

532
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "8.6.0"
2+
"version": "8.6.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.6.0",
3+
"version": "8.6.1",
44
"private": true,
55
"description": "The Ultimate Open Source WebChat Platform",
66
"keywords": [

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",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"private": true,
55
"description": "Rocket.Chat Monorepo",
66
"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",

0 commit comments

Comments
 (0)