Skip to content

Commit 5e92280

Browse files
Release 8.2.1
[no ci]
1 parent 72f9768 commit 5e92280

File tree

87 files changed

+528
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+528
-59
lines changed

.changeset/blue-points-dream.md

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

.changeset/bump-patch-1773156283920.md

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

.changeset/unlucky-impalas-matter.md

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

apps/meteor/CHANGELOG.md

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

3+
## 8.2.1
4+
5+
### Patch Changes
6+
7+
- ([#39508](https://github.com/RocketChat/Rocket.Chat/pull/39508) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
8+
9+
- Bump @rocket.chat/meteor version.
10+
11+
- Bump @rocket.chat/meteor version.
12+
13+
- ([#39517](https://github.com/RocketChat/Rocket.Chat/pull/39517) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes `ssrf` validation for oauth endpoints, which allows internal endpoints to be used during the auth flow.
14+
15+
- <details><summary>Updated dependencies []:</summary>
16+
17+
- @rocket.chat/core-typings@8.2.1
18+
- @rocket.chat/rest-typings@8.2.1
19+
- @rocket.chat/abac@0.1.5
20+
- @rocket.chat/federation-matrix@0.0.14
21+
- @rocket.chat/license@1.1.12
22+
- @rocket.chat/media-calls@0.2.5
23+
- @rocket.chat/omnichannel-services@0.3.49
24+
- @rocket.chat/pdf-worker@0.3.31
25+
- @rocket.chat/presence@0.2.52
26+
- @rocket.chat/api-client@0.2.52
27+
- @rocket.chat/apps@0.6.5
28+
- @rocket.chat/core-services@0.13.1
29+
- @rocket.chat/cron@0.1.52
30+
- @rocket.chat/fuselage-ui-kit@28.0.1
31+
- @rocket.chat/gazzodown@28.0.1
32+
- @rocket.chat/http-router@7.9.19
33+
- @rocket.chat/message-types@0.1.0
34+
- @rocket.chat/model-typings@2.1.1
35+
- @rocket.chat/ui-avatar@24.0.1
36+
- @rocket.chat/ui-client@28.0.1
37+
- @rocket.chat/ui-contexts@28.0.1
38+
- @rocket.chat/ui-voip@18.0.1
39+
- @rocket.chat/web-ui-registration@28.0.1
40+
- @rocket.chat/models@2.1.1
41+
- @rocket.chat/server-cloud-communication@0.0.2
42+
- @rocket.chat/network-broker@0.2.31
43+
- @rocket.chat/omni-core-ee@0.0.17
44+
- @rocket.chat/ui-theming@0.4.4
45+
- @rocket.chat/ui-video-conf@28.0.1
46+
- @rocket.chat/instance-status@0.1.52
47+
- @rocket.chat/omni-core@0.0.17
48+
- @rocket.chat/server-fetch@0.1.1
49+
</details>
50+
351
## 8.2.0
452

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

apps/meteor/ee/server/services/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# rocketchat-services
22

3+
## 2.0.43
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/core-typings@8.2.1
10+
- @rocket.chat/rest-typings@8.2.1
11+
- @rocket.chat/core-services@0.13.1
12+
- @rocket.chat/model-typings@2.1.1
13+
- @rocket.chat/models@2.1.1
14+
- @rocket.chat/network-broker@0.2.31
15+
</details>
16+
317
## 2.0.42
418

519
### Patch Changes

apps/meteor/ee/server/services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rocketchat-services",
33
"private": true,
4-
"version": "2.0.42",
4+
"version": "2.0.43",
55
"description": "Rocket.Chat Authorization service",
66
"main": "index.js",
77
"scripts": {

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.2.0",
3+
"version": "8.2.1",
44
"private": true,
55
"description": "The Ultimate Open Source WebChat Platform",
66
"keywords": [

apps/uikit-playground/CHANGELOG.md

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

3+
## 0.7.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/core-typings@8.2.1
10+
- @rocket.chat/fuselage-ui-kit@28.0.1
11+
- @rocket.chat/ui-avatar@24.0.1
12+
- @rocket.chat/ui-contexts@28.0.1
13+
</details>
14+
315
## 0.7.7
416

517
### Patch Changes

apps/uikit-playground/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/uikit-playground",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)