Skip to content

Commit

Permalink
Release 6.10.7
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed Nov 11, 2024
1 parent 6fd8fd0 commit 5d55180
Show file tree
Hide file tree
Showing 73 changed files with 568 additions and 128 deletions.
5 changes: 0 additions & 5 deletions .changeset/bump-patch-1731106383479.md

This file was deleted.

38 changes: 0 additions & 38 deletions .changeset/thin-dryers-grow.md

This file was deleted.

38 changes: 0 additions & 38 deletions .changeset/weak-moons-battle.md

This file was deleted.

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

## 6.10.7

### Patch Changes

- Bump @rocket.chat/meteor version.

- Bump @rocket.chat/meteor version.

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/omnichannel-services@0.2.7
- @rocket.chat/web-ui-registration@8.0.7
- @rocket.chat/fuselage-ui-kit@8.0.7
- @rocket.chat/instance-status@0.1.7
- @rocket.chat/message-parser@0.31.31
- @rocket.chat/api-client@0.2.7
- @rocket.chat/pdf-worker@0.1.7
- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/ui-video-conf@8.0.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/rest-typings@6.10.7
- @rocket.chat/presence@0.2.7
- @rocket.chat/ui-contexts@8.0.7
- @rocket.chat/license@0.2.7
- @rocket.chat/gazzodown@8.0.7
- @rocket.chat/ui-avatar@4.0.7
- @rocket.chat/ui-client@8.0.7
- @rocket.chat/models@0.1.7
- @rocket.chat/apps@0.1.7
- @rocket.chat/cron@0.1.7
- @rocket.chat/ui-theming@0.2.0
- @rocket.chat/server-cloud-communication@0.0.2
</details>

## 6.10.6

### Patch 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": "6.10.6"
"version": "6.10.7"
}
18 changes: 18 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# rocketchat-services

## 1.2.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/message-parser@0.31.31
- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/rest-typings@6.10.7
- @rocket.chat/models@0.1.7
</details>

## 1.2.6

### 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.6",
"version": "1.2.7",
"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.6",
"version": "6.10.7",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
17 changes: 17 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @rocket.chat/account-service

## 0.4.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/rest-typings@6.10.7
- @rocket.chat/models@0.1.7
</details>

## 0.4.6

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

## 0.4.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/rest-typings@6.10.7
- @rocket.chat/models@0.1.7
</details>

## 0.4.6

### 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.6",
"version": "0.4.7",
"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.3.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/instance-status@0.1.7
- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/rest-typings@6.10.7
- @rocket.chat/ui-contexts@8.0.7
- @rocket.chat/models@0.1.7
</details>

## 0.3.6

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

## 0.4.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/omnichannel-services@0.2.7
- @rocket.chat/pdf-worker@0.1.7
- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/models@0.1.7
</details>

## 0.4.6

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

## 0.4.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/presence@0.2.7
- @rocket.chat/models@0.1.7
</details>

## 0.4.6

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

## 0.4.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/omnichannel-services@0.2.7
- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/models@0.1.7
</details>

## 0.4.6

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

## 0.4.7

### Patch Changes

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixes an issue that would cause apps to appear disabled after a subprocess restart

- ([#33929](https://github.com/RocketChat/Rocket.Chat/pull/33929)) Fixed a problem in the deno runtime controller where it would not handle undefined child process references correctly

- <details><summary>Updated dependencies [6fd8fd0bf6, 6fd8fd0bf6]:</summary>

- @rocket.chat/core-services@0.4.7
- @rocket.chat/model-typings@0.5.7
- @rocket.chat/core-typings@6.10.7
- @rocket.chat/models@0.1.7
</details>

## 0.4.6

### Patch Changes
Expand Down
Loading

0 comments on commit 5d55180

Please sign in to comment.