Skip to content

Commit

Permalink
Release 6.8.0-rc.2
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed May 8, 2024
1 parent 66f1a1b commit f21b321
Show file tree
Hide file tree
Showing 68 changed files with 455 additions and 47 deletions.
5 changes: 5 additions & 0 deletions .changeset/bump-patch-1715205144181.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Bump @rocket.chat/meteor version.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"afraid-poets-sparkle",
"breezy-starfishes-attack",
"bump-patch-1714661012622",
"bump-patch-1715205144181",
"chilly-glasses-sin",
"chilly-walls-knock",
"eighty-pans-joke",
Expand All @@ -75,6 +76,7 @@
"fifty-planets-rhyme",
"flat-socks-act",
"four-eyes-sniff",
"fresh-students-remember",
"good-ducks-vanish",
"good-ghosts-doubt",
"green-ways-tie",
Expand All @@ -87,6 +89,7 @@
"old-geckos-march",
"pink-ants-sing",
"pink-parrots-end",
"plenty-turkeys-move",
"popular-fishes-lay",
"proud-experts-taste",
"shaggy-yaks-train",
Expand Down
39 changes: 39 additions & 0 deletions apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
# @rocket.chat/meteor

## 6.8.0-rc.2

### Patch Changes

- Bump @rocket.chat/meteor version.

- ([#32348](https://github.com/RocketChat/Rocket.Chat/pull/32348)) Fixed an issue where translations would fallback to english some of the times.

- ([#32374](https://github.com/RocketChat/Rocket.Chat/pull/32374)) Fixed an issue with some apps that didn't implement executeViewCloseHandler. This causes opened modals to be open forever on UI (unless Esc was clicked). This is because when the UI attempts to close it, it calls the aforementioned handler, and since it didn't exist, apps engine errored out.

This returned an empty response to the UI, which ignored the response and continued to show the view.

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 6.8.0-rc.1

### Patch Changes

- Bump @rocket.chat/meteor version.
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.8.0-rc.1"
"version": "6.8.0-rc.2"
}
17 changes: 17 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# rocketchat-services

## 1.1.32-rc.2

### Patch Changes

- ([#32374](https://github.com/RocketChat/Rocket.Chat/pull/32374)) Fixed an issue with some apps that didn't implement executeViewCloseHandler. This causes opened modals to be open forever on UI (unless Esc was clicked). This is because when the UI attempts to close it, it calls the aforementioned handler, and since it didn't exist, apps engine errored out.

This returned an empty response to the UI, which ignored the response and continued to show the view.

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 1.1.32-rc.1

- <details><summary>Updated dependencies []:</summary>
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rocketchat-services",
"private": true,
"version": "1.1.32-rc.1",
"version": "1.1.32-rc.2",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.8.0-rc.1",
"version": "6.8.0-rc.2",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# @rocket.chat/account-service

## 0.3.13-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.3.14-rc.1

## 0.3.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.3.13-rc.1",
"version": "0.3.13-rc.2",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
16 changes: 13 additions & 3 deletions ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# @rocket.chat/authorization-service

## 0.3.14-rc.1
## 0.3.14-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.3.14-rc.1

### Patch Changes

Expand Down Expand Up @@ -32,15 +44,13 @@

- <details><summary>Updated dependencies []:</summary>


- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>


## 0.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/authorization-service",
"private": true,
"version": "0.3.14-rc.1",
"version": "0.3.14-rc.2",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
19 changes: 19 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @rocket.chat/ddp-streamer

## 0.2.13-rc.2

### Patch Changes

- ([#32374](https://github.com/RocketChat/Rocket.Chat/pull/32374)) Fixed an issue with some apps that didn't implement executeViewCloseHandler. This causes opened modals to be open forever on UI (unless Esc was clicked). This is because when the UI attempts to close it, it calls the aforementioned handler, and since it didn't exist, apps engine errored out.

This returned an empty response to the UI, which ignored the response and continued to show the view.

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.2.13-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-streamer",
"private": true,
"version": "0.2.13-rc.1",
"version": "0.2.13-rc.2",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/omnichannel-transcript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/omnichannel-transcript

## 0.3.14-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.3.14-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/omnichannel-transcript",
"private": true,
"version": "0.3.14-rc.1",
"version": "0.3.14-rc.2",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/presence-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/presence-service

## 0.3.14-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.3.14-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/presence-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/presence-service",
"private": true,
"version": "0.3.14-rc.1",
"version": "0.3.14-rc.2",
"description": "Rocket.Chat Presence service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/queue-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/queue-worker

## 0.3.14-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.3.14-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/queue-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/queue-worker",
"private": true,
"version": "0.3.14-rc.1",
"version": "0.3.14-rc.2",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
12 changes: 12 additions & 0 deletions ee/apps/stream-hub-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rocket.chat/stream-hub-service

## 0.3.14-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.3.14-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/stream-hub-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/stream-hub-service",
"private": true,
"version": "0.3.14-rc.1",
"version": "0.3.14-rc.2",
"description": "Rocket.Chat Stream Hub service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
10 changes: 10 additions & 0 deletions ee/packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket.chat/api-client

## 0.1.32-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.1.32-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/api-client",
"private": true,
"version": "0.1.32-rc.1",
"version": "0.1.32-rc.2",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down
10 changes: 10 additions & 0 deletions ee/packages/ddp-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @rocket.chat/ddp-client

## 0.2.23-rc.2

### Patch Changes

- <details><summary>Updated dependencies [b94ca7c30b]:</summary>

- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.2.23-rc.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/ddp-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-client",
"private": true,
"version": "0.2.23-rc.1",
"version": "0.2.23-rc.2",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down

0 comments on commit f21b321

Please sign in to comment.