Skip to content

Commit

Permalink
Release 6.10.0-rc.4
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed Jul 2, 2024
1 parent c2c0a78 commit 8227d0e
Show file tree
Hide file tree
Showing 68 changed files with 411 additions and 53 deletions.
5 changes: 5 additions & 0 deletions .changeset/bump-patch-1719930428323.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Bump @rocket.chat/meteor version.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"bump-patch-1719268507210",
"bump-patch-1719375980788",
"bump-patch-1719620501814",
"bump-patch-1719930428323",
"chilly-toys-hunt",
"clean-moose-cover",
"cuddly-cycles-nail",
Expand Down Expand Up @@ -121,6 +122,7 @@
"three-squids-brake",
"tidy-apes-fry",
"weak-books-tell",
"wild-carrots-know"
"wild-carrots-know",
"witty-penguins-rush"
]
}
35 changes: 34 additions & 1 deletion apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @rocket.chat/meteor

## 6.10.0-rc.4

### Patch Changes

- Bump @rocket.chat/meteor version.

- ([#32690](https://github.com/RocketChat/Rocket.Chat/pull/32690)) Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)

- <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]
- @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.9.3

Expand Down Expand Up @@ -39,7 +72,6 @@

- Bump @rocket.chat/meteor version.


## 6.10.0-rc.2

### Patch Changes
Expand Down Expand Up @@ -252,6 +284,7 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]

- Bump @rocket.chat/meteor version.

- ([#32683](https://github.com/RocketChat/Rocket.Chat/pull/32683) by [@dionisio-bot](https://github.com/dionisio-bot)) livechat `setDepartment` livechat api fixes:
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.10.0-rc.3"
"version": "6.10.0-rc.4"
}
13 changes: 12 additions & 1 deletion apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# rocketchat-services

## 1.2.0-rc.4

### Patch Changes

- <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>

## 1.1.36

Expand All @@ -14,7 +26,6 @@
- @rocket.chat/[email protected]
</details>


## 1.2.0-rc.3

### Patch Changes
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.2.0-rc.3",
"version": "1.2.0-rc.4",
"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.10.0-rc.3",
"version": "6.10.0-rc.4",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
12 changes: 12 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rocket.chat/account-service

## 0.4.0-rc.4

### Patch Changes

- <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.17

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.4.0-rc.3",
"version": "0.4.0-rc.4",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
16 changes: 12 additions & 4 deletions ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# @rocket.chat/authorization-service

## 0.4.0-rc.4

### Patch Changes

- <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.18

### Patch Changes

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


## 0.4.0-rc.3

### Patch Changes
Expand All @@ -21,9 +32,6 @@
- @rocket.chat/[email protected]
</details>




## 0.4.0-rc.2

### 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.4.0-rc.3",
"version": "0.4.0-rc.4",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/ddp-streamer

## 0.3.0-rc.4

### Patch Changes

- <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]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 0.3.0-rc.3

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.3.0-rc.3",
"version": "0.3.0-rc.4",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
16 changes: 15 additions & 1 deletion ee/apps/omnichannel-transcript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/omnichannel-transcript

## 0.4.0-rc.4

### Patch Changes

- <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]
- @rocket.chat/[email protected]
</details>

## 0.4.0-rc.3

Expand Down Expand Up @@ -59,12 +72,13 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]

## 0.3.18

### Patch Changes

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


- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
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.4.0-rc.3",
"version": "0.4.0-rc.4",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
11 changes: 11 additions & 0 deletions ee/apps/presence-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# @rocket.chat/presence-service

## 0.4.0-rc.4

### Patch Changes

- <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.4.0-rc.3

Expand Down Expand Up @@ -59,6 +69,7 @@
- @rocket.chat/[email protected]

## 0.3.18

### Patch Changes

- <details><summary>Updated dependencies []:</summary>
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.4.0-rc.3",
"version": "0.4.0-rc.4",
"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,17 @@
# @rocket.chat/queue-worker

## 0.4.0-rc.4

### Patch Changes

- <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.4.0-rc.3

Expand Down Expand Up @@ -57,6 +69,7 @@
- @rocket.chat/[email protected]

## 0.3.18

### Patch Changes

- <details><summary>Updated dependencies []:</summary>
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.4.0-rc.3",
"version": "0.4.0-rc.4",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 12 additions & 1 deletion 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.4.0-rc.4

### Patch Changes

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

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

## 0.4.0-rc.3

### Patch Changes
Expand Down Expand Up @@ -51,7 +63,6 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]


## 0.3.18

### 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.4.0-rc.3",
"version": "0.4.0-rc.4",
"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.2.0-rc.4

### Patch Changes

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

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

## 0.2.0-rc.3

### 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,6 +1,6 @@
{
"name": "@rocket.chat/api-client",
"version": "0.2.0-rc.3",
"version": "0.2.0-rc.4",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down
Loading

0 comments on commit 8227d0e

Please sign in to comment.