Skip to content

Commit

Permalink
Release 7.0.1
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci authored and sampaiodiego committed Dec 10, 2024
1 parent 70c577a commit 78e0010
Show file tree
Hide file tree
Showing 87 changed files with 520 additions and 114 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-pants-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-mangos-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-coins-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-actors-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-countries-carry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/three-dragons-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-guests-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-trees-exercise.md

This file was deleted.

47 changes: 47 additions & 0 deletions apps/meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @rocket.chat/meteor

## 7.0.1

### Patch Changes

- Bump @rocket.chat/meteor version.

- ([#34152](https://github.com/RocketChat/Rocket.Chat/pull/34152) by [@dionisio-bot](https://github.com/dionisio-bot)) Removes a validation that allowed only the room creator to propagate E2EE room keys. This was causing issues when the rooms were created via apps or some other integration, as the creator may not be online or able to create E2EE keys

- ([#34114](https://github.com/RocketChat/Rocket.Chat/pull/34114) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixed an issue that caused clients to not properly receive certain server notifications right after login

- ([#34035](https://github.com/RocketChat/Rocket.Chat/pull/34035) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes `waiting queue` feature. When `Livechat_waiting_queue` setting is enabled, incoming conversations should be sent to the queue instead of being assigned directly.

- ([#34075](https://github.com/RocketChat/Rocket.Chat/pull/34075) by [@dionisio-bot](https://github.com/dionisio-bot)) fixed an issue that caused the conference call ringer to fail to accept calls if the user logged out and in again

- ([#34150](https://github.com/RocketChat/Rocket.Chat/pull/34150) by [@dionisio-bot](https://github.com/dionisio-bot)) Prevent apps' subprocesses from crashing on unhandled rejections or uncaught exceptions

- <details><summary>Updated dependencies [bef79cd260, 58e1c80f8e, a4ed2de60c, a4ed2de60c]:</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]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
- @rocket.chat/[email protected]
</details>

## 7.0.0

### Major Changes
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": "7.0.0"
"version": "7.0.1"
}
15 changes: 15 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# rocketchat-services

## 2.0.1

### Patch Changes

- <details><summary>Updated dependencies [bef79cd260, 58e1c80f8e, a4ed2de60c, a4ed2de60c]:</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>

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"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": "7.0.0",
"version": "7.0.1",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
12 changes: 12 additions & 0 deletions apps/uikit-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @rocket.chat/uikit-playground

## 0.6.1

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

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/uikit-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/uikit-playground",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"scripts": {
"dev": "vite",
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,5 +1,19 @@
# @rocket.chat/account-service

## 0.4.10

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

### 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.4.9",
"version": "0.4.10",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/authorization-service

## 0.4.10

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

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

## 0.3.10

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

### 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.3.9",
"version": "0.3.10",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rocket.chat/omnichannel-transcript

## 0.4.10

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

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

## 0.4.10

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

### 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.4.9",
"version": "0.4.10",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rocket.chat/queue-worker

## 0.4.10

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

### 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.4.9",
"version": "0.4.10",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @rocket.chat/stream-hub-service

## 0.4.10

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

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

## 1.0.1

### Patch Changes

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

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

## 1.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 78e0010

Please sign in to comment.