Skip to content

Commit d439937

Browse files
Release 7.10.9
[no ci]
1 parent f0fbb8d commit d439937

File tree

83 files changed

+494
-57
lines changed

Some content is hidden

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

83 files changed

+494
-57
lines changed

.changeset/blue-points-dream.md

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

.changeset/bump-patch-1773179020711.md

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

.changeset/rich-dogs-wonder.md

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

apps/meteor/CHANGELOG.md

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

3+
## 7.10.9
4+
5+
### Patch Changes
6+
7+
- ([#39552](https://github.com/RocketChat/Rocket.Chat/pull/39552) 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+
- ([#39534](https://github.com/RocketChat/Rocket.Chat/pull/39534) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that caused Third-party login to not work properly
14+
15+
- <details><summary>Updated dependencies []:</summary>
16+
17+
- @rocket.chat/core-typings@7.10.9
18+
- @rocket.chat/rest-typings@7.10.9
19+
- @rocket.chat/license@1.0.37
20+
- @rocket.chat/omnichannel-services@0.3.43
21+
- @rocket.chat/pdf-worker@0.3.25
22+
- @rocket.chat/presence@0.2.46
23+
- @rocket.chat/api-client@0.2.46
24+
- @rocket.chat/apps@0.5.25
25+
- @rocket.chat/core-services@0.10.9
26+
- @rocket.chat/cron@0.1.46
27+
- @rocket.chat/freeswitch@1.2.33
28+
- @rocket.chat/fuselage-ui-kit@22.0.9
29+
- @rocket.chat/gazzodown@22.0.9
30+
- @rocket.chat/http-router@7.9.13
31+
- @rocket.chat/model-typings@1.7.9
32+
- @rocket.chat/ui-avatar@18.0.9
33+
- @rocket.chat/ui-client@22.0.9
34+
- @rocket.chat/ui-contexts@22.0.9
35+
- @rocket.chat/web-ui-registration@22.0.9
36+
- @rocket.chat/models@1.6.9
37+
- @rocket.chat/server-cloud-communication@0.0.2
38+
- @rocket.chat/network-broker@0.2.25
39+
- @rocket.chat/ui-theming@0.4.3
40+
- @rocket.chat/ui-video-conf@22.0.9
41+
- @rocket.chat/ui-voip@12.0.9
42+
- @rocket.chat/omni-core-ee@0.0.11
43+
- @rocket.chat/instance-status@0.1.46
44+
- @rocket.chat/omni-core@0.0.11
45+
</details>
46+
347
## 7.10.8
448

549
### Patch Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "7.10.8"
2+
"version": "7.10.9"
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.37
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/core-typings@7.10.9
10+
- @rocket.chat/rest-typings@7.10.9
11+
- @rocket.chat/core-services@0.10.9
12+
- @rocket.chat/model-typings@1.7.9
13+
- @rocket.chat/models@1.6.9
14+
- @rocket.chat/network-broker@0.2.25
15+
</details>
16+
317
## 2.0.36
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.36",
4+
"version": "2.0.37",
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,7 +1,7 @@
11
{
22
"name": "@rocket.chat/meteor",
33
"description": "The Ultimate Open Source WebChat Platform",
4-
"version": "7.10.8",
4+
"version": "7.10.9",
55
"private": true,
66
"type": "commonjs",
77
"author": {

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.6.37
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/core-typings@7.10.9
10+
- @rocket.chat/fuselage-ui-kit@22.0.9
11+
- @rocket.chat/ui-avatar@18.0.9
12+
- @rocket.chat/ui-contexts@22.0.9
13+
</details>
14+
315
## 0.6.36
416

517
### Patch Changes

apps/uikit-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rocket.chat/uikit-playground",
33
"private": true,
4-
"version": "0.6.36",
4+
"version": "0.6.37",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)