Skip to content

Commit

Permalink
Release 6.8.0-rc.1
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed May 2, 2024
1 parent a6a5098 commit 048a977
Show file tree
Hide file tree
Showing 69 changed files with 454 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .changeset/bump-patch-1714661012622.md
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Bump @rocket.chat/meteor version.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Expand Up @@ -64,6 +64,7 @@
"changesets": [
"afraid-poets-sparkle",
"breezy-starfishes-attack",
"bump-patch-1714661012622",
"chilly-glasses-sin",
"chilly-walls-knock",
"eighty-pans-joke",
Expand All @@ -76,7 +77,6 @@
"four-eyes-sniff",
"good-ducks-vanish",
"good-ghosts-doubt",
"great-moles-rest",
"green-ways-tie",
"heavy-singers-retire",
"lemon-schools-double",
Expand Down Expand Up @@ -109,6 +109,7 @@
"twelve-seas-battle",
"two-suns-marry",
"wild-keys-obey",
"yellow-lies-judge",
"young-candles-explode"
]
}
34 changes: 34 additions & 0 deletions apps/meteor/CHANGELOG.md
@@ -1,5 +1,39 @@
# @rocket.chat/meteor

## 6.8.0-rc.1

### Patch Changes

- Bump @rocket.chat/meteor version.

- ([#32284](https://github.com/RocketChat/Rocket.Chat/pull/32284)) fixed Engagement Dashboard and Device Management admin pages loading indefinitely

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/rest-typings@6.8.0-rc.1
- @rocket.chat/api-client@0.1.31-rc.1
- @rocket.chat/license@0.1.13-rc.1
- @rocket.chat/omnichannel-services@0.1.13-rc.1
- @rocket.chat/pdf-worker@0.0.37-rc.1
- @rocket.chat/presence@0.1.13-rc.1
- @rocket.chat/apps@0.0.4-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/cron@0.0.33-rc.1
- @rocket.chat/gazzodown@6.0.0-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/ui-contexts@6.0.0-rc.1
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/fuselage-ui-kit@6.0.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
- @rocket.chat/ui-theming@0.1.2
- @rocket.chat/ui-avatar@2.0.0-rc.1
- @rocket.chat/ui-client@6.0.0-rc.1
- @rocket.chat/ui-video-conf@6.0.0-rc.1
- @rocket.chat/web-ui-registration@6.0.0-rc.1
- @rocket.chat/instance-status@0.0.37-rc.1
</details>

## 6.8.0-rc.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
@@ -1,3 +1,3 @@
{
"version": "6.8.0-rc.0"
"version": "6.8.0-rc.1"
}
13 changes: 13 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
@@ -1,5 +1,18 @@
# rocketchat-services

## 1.1.31-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/rest-typings@6.8.0-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
</details>

## 1.1.31-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
@@ -1,7 +1,7 @@
{
"name": "rocketchat-services",
"private": true,
"version": "1.1.31-rc.0",
"version": "1.1.31-rc.1",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.8.0-rc.0",
"version": "6.8.0-rc.1",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
@@ -1,5 +1,18 @@
# @rocket.chat/account-service

## 0.3.13-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/rest-typings@6.8.0-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
</details>

## 0.3.13-rc.0

### Patch Changes
Expand All @@ -11,6 +24,7 @@
- @rocket.chat/model-typings@0.4.0-rc.0
- @rocket.chat/core-services@0.3.12-rc.0
- @rocket.chat/models@0.0.36-rc.0

## 0.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.3.13-rc.0",
"version": "0.3.13-rc.1",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/authorization-service/CHANGELOG.md
@@ -1,5 +1,18 @@
# @rocket.chat/authorization-service

## 0.3.13-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/rest-typings@6.8.0-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
</details>

## 0.3.13-rc.0

### Patch Changes
Expand All @@ -11,6 +24,7 @@
- @rocket.chat/model-typings@0.4.0-rc.0
- @rocket.chat/core-services@0.3.12-rc.0
- @rocket.chat/models@0.0.36-rc.0

## 0.3.12

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

## 0.2.12-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/rest-typings@6.8.0-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/ui-contexts@6.0.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
- @rocket.chat/instance-status@0.0.37-rc.1
</details>

## 0.2.12-rc.0

### Patch Changes
Expand All @@ -13,6 +28,7 @@
- @rocket.chat/ui-contexts@6.0.0-rc.0
- @rocket.chat/models@0.0.36-rc.0
- @rocket.chat/instance-status@0.0.36-rc.0

## 0.2.11

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

## 0.3.13-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/omnichannel-services@0.1.13-rc.1
- @rocket.chat/pdf-worker@0.0.37-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
</details>

## 0.3.13-rc.0

### Patch Changes
Expand All @@ -12,6 +26,7 @@
- @rocket.chat/omnichannel-services@0.1.12-rc.0
- @rocket.chat/pdf-worker@0.0.36-rc.0
- @rocket.chat/models@0.0.36-rc.0

## 0.3.12

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

## 0.3.13-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/presence@0.1.13-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
</details>

## 0.3.13-rc.0

### Patch Changes
Expand All @@ -11,6 +24,7 @@
- @rocket.chat/core-services@0.3.12-rc.0
- @rocket.chat/presence@0.1.12-rc.0
- @rocket.chat/models@0.0.36-rc.0

## 0.3.12

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

## 0.3.13-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/omnichannel-services@0.1.13-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
</details>

## 0.3.13-rc.0

### Patch Changes
Expand All @@ -11,6 +24,7 @@
- @rocket.chat/core-services@0.3.12-rc.0
- @rocket.chat/omnichannel-services@0.1.12-rc.0
- @rocket.chat/models@0.0.36-rc.0

## 0.3.12

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

## 0.3.13-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/core-services@0.3.13-rc.1
- @rocket.chat/model-typings@0.4.0-rc.1
- @rocket.chat/models@0.0.37-rc.1
</details>

## 0.3.13-rc.0

### Patch Changes
Expand All @@ -10,6 +22,7 @@
- @rocket.chat/model-typings@0.4.0-rc.0
- @rocket.chat/core-services@0.3.12-rc.0
- @rocket.chat/models@0.0.36-rc.0

## 0.3.12

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

## 0.1.31-rc.1

### Patch Changes

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

- @rocket.chat/core-typings@6.8.0-rc.1
- @rocket.chat/rest-typings@6.8.0-rc.1
</details>

## 0.1.31-rc.0

### Patch Changes
Expand All @@ -8,6 +18,7 @@

- @rocket.chat/rest-typings@6.8.0-rc.0
- @rocket.chat/core-typings@6.8.0-rc.0

## 0.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/api-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/api-client",
"private": true,
"version": "0.1.31-rc.0",
"version": "0.1.31-rc.1",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down

0 comments on commit 048a977

Please sign in to comment.