Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-6.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Sep 24, 2024
2 parents 2f9eea0 + e22ea8f commit 1d29a74
Show file tree
Hide file tree
Showing 55 changed files with 406 additions and 42 deletions.
41 changes: 41 additions & 0 deletions apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,47 @@
- @rocket.chat/[email protected]
</details>

## 6.12.1

### Patch Changes

- Bump @rocket.chat/meteor version.

- Bump @rocket.chat/meteor version.

- ([#33242](https://github.com/RocketChat/Rocket.Chat/pull/33242) by [@dionisio-bot](https://github.com/dionisio-bot)) Allow to use the token from `room.v` when requesting transcript instead of visitor token. Visitors may change their tokens at any time, rendering old conversations impossible to access for them (or for APIs depending on token) as the visitor token won't match the `room.v` token.

- ([#33268](https://github.com/RocketChat/Rocket.Chat/pull/33268) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)

- ([#33265](https://github.com/RocketChat/Rocket.Chat/pull/33265) by [@dionisio-bot](https://github.com/dionisio-bot)) fixed retention policy max age settings not being respected after upgrade

- <details><summary>Updated dependencies [3cbb9f6252]:</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]
- @rocket.chat/[email protected]
</details>

## 6.12.0

### Minor Changes
Expand Down
15 changes: 14 additions & 1 deletion apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rocketchat-services

## 1.3.4-rc.0
## 1.3.5-rc.0

### Patch Changes

Expand All @@ -13,6 +13,19 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 1.3.4

### Patch Changes

- <details><summary>Updated dependencies [3cbb9f6252]:</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>

## 1.3.3

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.3.4-rc.0",
"version": "1.3.5-rc.0",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions apps/uikit-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 0.4.1

### Patch Changes

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

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

## 0.4.0

Expand Down
14 changes: 13 additions & 1 deletion ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @rocket.chat/account-service

## 0.4.7-rc.0
## 0.4.8-rc.0

### Patch Changes

Expand All @@ -12,6 +12,18 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 0.4.7

### 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.6

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.7-rc.0",
"version": "0.4.8-rc.0",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 13 additions & 1 deletion ee/apps/authorization-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @rocket.chat/authorization-service

## 0.4.7-rc.0
## 0.4.8-rc.0

### Patch Changes

Expand All @@ -12,6 +12,18 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 0.4.7

### 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.6

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

## 0.3.7-rc.0
## 0.3.8-rc.0

### Patch Changes

Expand All @@ -13,6 +13,19 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 0.3.7

### 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.3.6

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

## 0.4.7-rc.0
## 0.4.8-rc.0

### Patch Changes

Expand All @@ -13,6 +13,19 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 0.4.7

### 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.6

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.7-rc.0",
"version": "0.4.8-rc.0",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 13 additions & 1 deletion ee/apps/presence-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @rocket.chat/presence-service

## 0.4.7-rc.0
## 0.4.8-rc.0

### Patch Changes

Expand All @@ -12,6 +12,18 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 0.4.7

### 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.6

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.7-rc.0",
"version": "0.4.8-rc.0",
"description": "Rocket.Chat Presence service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 13 additions & 1 deletion ee/apps/queue-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @rocket.chat/queue-worker

## 0.4.7-rc.0
## 0.4.8-rc.0

### Patch Changes

Expand All @@ -12,6 +12,18 @@
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>
## 0.4.7

### 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.6

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.7-rc.0",
"version": "0.4.8-rc.0",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 13 additions & 1 deletion ee/apps/stream-hub-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @rocket.chat/stream-hub-service

## 0.4.7-rc.0
## 0.4.8-rc.0

### Patch Changes

Expand All @@ -12,6 +12,18 @@
- @rocket.chat/[email protected]
</details>

## 0.4.7

### 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.6

### 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.7-rc.0",
"version": "0.4.8-rc.0",
"description": "Rocket.Chat Stream Hub service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
10 changes: 9 additions & 1 deletion ee/packages/license/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# @rocket.chat/license

## 0.2.7-rc.0
## 0.2.8-rc.0

### Patch Changes

- <details><summary>Updated dependencies [274f4f5881, 927710d778, 12d6307998]:</summary>

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

### Patch Changes

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

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

## 0.2.6

Expand Down
2 changes: 1 addition & 1 deletion ee/packages/license/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/license",
"version": "0.2.7-rc.0",
"version": "0.2.8-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
Expand Down
Loading

0 comments on commit 1d29a74

Please sign in to comment.