Skip to content

Commit 1d51c53

Browse files
Release 7.6.0-rc.8
[no ci]
1 parent 6932b48 commit 1d51c53

Some content is hidden

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

76 files changed

+464
-38
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket.chat/meteor': patch
3+
---
4+
5+
Bump @rocket.chat/meteor version.

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"bump-patch-1746475877217",
8282
"bump-patch-1746477216002",
8383
"bump-patch-1746564900627",
84+
"bump-patch-1746748187032",
8485
"dirty-seas-explode",
8586
"eighty-wombats-smile",
8687
"eleven-laws-crash",
@@ -109,6 +110,7 @@
109110
"purple-hairs-hang",
110111
"rotten-candles-train",
111112
"serious-grapes-smell",
113+
"shy-dolls-protect",
112114
"slow-ravens-tie",
113115
"small-snails-burn",
114116
"strong-shoes-end",
@@ -118,6 +120,7 @@
118120
"tasty-pianos-bathe",
119121
"ten-schools-collect",
120122
"thin-cycles-return",
123+
"three-parrots-lie",
121124
"tidy-cups-smoke",
122125
"warm-steaks-fetch",
123126
"wet-penguins-end",

apps/meteor/CHANGELOG.md

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

3+
## 7.6.0-rc.8
4+
5+
### Patch Changes
6+
7+
- Bump @rocket.chat/meteor version.
8+
9+
- ([#35864](https://github.com/RocketChat/Rocket.Chat/pull/35864)) Fixes an issue where OAuth login buttons were not showing up on the login page
10+
11+
- ([#35852](https://github.com/RocketChat/Rocket.Chat/pull/35852)) Fixes an issue where rocket.chat would not properly log OAuth errors nor remove the credential with the error from the internal list
12+
13+
- <details><summary>Updated dependencies []:</summary>
14+
15+
- @rocket.chat/[email protected]
16+
- @rocket.chat/[email protected]
17+
- @rocket.chat/[email protected]
18+
- @rocket.chat/[email protected]
19+
- @rocket.chat/[email protected]
20+
- @rocket.chat/[email protected]
21+
- @rocket.chat/[email protected]
22+
- @rocket.chat/[email protected]
23+
- @rocket.chat/[email protected]
24+
- @rocket.chat/[email protected]
25+
- @rocket.chat/[email protected]
26+
- @rocket.chat/[email protected]
27+
- @rocket.chat/[email protected]
28+
- @rocket.chat/[email protected]
29+
- @rocket.chat/[email protected]
30+
- @rocket.chat/[email protected]
31+
- @rocket.chat/[email protected]
32+
- @rocket.chat/[email protected]
33+
- @rocket.chat/[email protected]
34+
- @rocket.chat/[email protected]
35+
- @rocket.chat/[email protected]
36+
- @rocket.chat/[email protected]
37+
- @rocket.chat/[email protected]
38+
- @rocket.chat/[email protected]
39+
- @rocket.chat/[email protected]
40+
</details>
41+
342
## 7.6.0-rc.7
443

544
### Patch Changes

apps/meteor/app/utils/rocketchat.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "7.6.0-rc.7"
2+
"version": "7.6.0-rc.8"
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.12-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
- @rocket.chat/[email protected]
15+
</details>
16+
317
## 2.0.12-rc.7
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.12-rc.7",
4+
"version": "2.0.12-rc.8",
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.6.0-rc.7",
4+
"version": "7.6.0-rc.8",
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.12-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
</details>
14+
315
## 0.6.12-rc.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,7 +1,7 @@
11
{
22
"name": "@rocket.chat/uikit-playground",
33
"private": true,
4-
"version": "0.6.12-rc.7",
4+
"version": "0.6.12-rc.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

ee/apps/account-service/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @rocket.chat/account-service
22

3+
## 0.4.21-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
- @rocket.chat/[email protected]
15+
</details>
16+
317
## 0.4.21-rc.7
418

519
### Patch Changes

ee/apps/account-service/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/account-service",
33
"private": true,
4-
"version": "0.4.21-rc.7",
4+
"version": "0.4.21-rc.8",
55
"description": "Rocket.Chat Account service",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

ee/apps/authorization-service/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @rocket.chat/authorization-service
22

3+
## 0.4.21-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
- @rocket.chat/[email protected]
15+
</details>
16+
317
## 0.4.21-rc.7
418

519
### Patch Changes

ee/apps/authorization-service/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/authorization-service",
33
"private": true,
4-
"version": "0.4.21-rc.7",
4+
"version": "0.4.21-rc.8",
55
"description": "Rocket.Chat Authorization service",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

ee/apps/ddp-streamer/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @rocket.chat/ddp-streamer
22

3+
## 0.3.21-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
- @rocket.chat/[email protected]
15+
- @rocket.chat/[email protected]
16+
</details>
17+
318
## 0.3.21-rc.7
419

520
### Patch Changes

ee/apps/ddp-streamer/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/ddp-streamer",
33
"private": true,
4-
"version": "0.3.21-rc.7",
4+
"version": "0.3.21-rc.8",
55
"description": "Rocket.Chat DDP-Streamer service",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

ee/apps/omnichannel-transcript/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @rocket.chat/omnichannel-transcript
22

3+
## 0.4.21-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
- @rocket.chat/[email protected]
15+
- @rocket.chat/[email protected]
16+
</details>
17+
318
## 0.4.21-rc.7
419

520
### Patch Changes

ee/apps/omnichannel-transcript/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/omnichannel-transcript",
33
"private": true,
4-
"version": "0.4.21-rc.7",
4+
"version": "0.4.21-rc.8",
55
"description": "Rocket.Chat service",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

ee/apps/presence-service/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @rocket.chat/presence-service
22

3+
## 0.4.21-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
- @rocket.chat/[email protected]
15+
</details>
16+
317
## 0.4.21-rc.7
418

519
### Patch Changes

ee/apps/presence-service/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/presence-service",
33
"private": true,
4-
"version": "0.4.21-rc.7",
4+
"version": "0.4.21-rc.8",
55
"description": "Rocket.Chat Presence service",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

ee/apps/queue-worker/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @rocket.chat/queue-worker
22

3+
## 0.4.21-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
- @rocket.chat/[email protected]
15+
</details>
16+
317
## 0.4.21-rc.7
418

519
### Patch Changes

ee/apps/queue-worker/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/queue-worker",
33
"private": true,
4-
"version": "0.4.21-rc.7",
4+
"version": "0.4.21-rc.8",
55
"description": "Rocket.Chat service",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

ee/apps/stream-hub-service/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @rocket.chat/stream-hub-service
22

3+
## 0.4.21-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
- @rocket.chat/[email protected]
11+
- @rocket.chat/[email protected]
12+
- @rocket.chat/[email protected]
13+
- @rocket.chat/[email protected]
14+
</details>
15+
316
## 0.4.21-rc.7
417

518
### Patch Changes

ee/apps/stream-hub-service/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/stream-hub-service",
33
"private": true,
4-
"version": "0.4.21-rc.7",
4+
"version": "0.4.21-rc.8",
55
"description": "Rocket.Chat Stream Hub service",
66
"scripts": {
77
"build": "tsc -p tsconfig.json",

ee/packages/license/CHANGELOG.md

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

3+
## 1.0.12-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
</details>
11+
312
## 1.0.12-rc.7
413

514
### Patch Changes

ee/packages/license/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/license",
3-
"version": "1.0.12-rc.7",
3+
"version": "1.0.12-rc.8",
44
"private": true,
55
"devDependencies": {
66
"@rocket.chat/jest-presets": "workspace:~",

ee/packages/network-broker/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rocket.chat/network-broker
22

3+
## 0.2.0-rc.8
4+
5+
### Patch Changes
6+
7+
- <details><summary>Updated dependencies []:</summary>
8+
9+
- @rocket.chat/[email protected]
10+
</details>
11+
312
## 0.2.0-rc.7
413

514
### Patch Changes

ee/packages/network-broker/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/network-broker",
3-
"version": "0.2.0-rc.7",
3+
"version": "0.2.0-rc.8",
44
"private": true,
55
"devDependencies": {
66
"@rocket.chat/eslint-config": "workspace:^",

0 commit comments

Comments
 (0)