From 725c414372243e7747e4d4bb365f36fa72189dbd Mon Sep 17 00:00:00 2001 From: rocketchat-github-ci Date: Mon, 6 Jan 2025 00:41:53 +0000 Subject: [PATCH] Release 7.0.4 [no ci] --- .changeset/blue-items-raise.md | 22 --------- .changeset/bump-patch-1735932583980.md | 5 -- .changeset/cool-planes-protect.md | 22 --------- .changeset/gold-comics-taste.md | 22 --------- .changeset/proud-planets-applaud.md | 22 --------- apps/meteor/CHANGELOG.md | 49 +++++++++++++++++++ apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/ee/server/services/CHANGELOG.md | 15 ++++++ apps/meteor/ee/server/services/package.json | 2 +- apps/meteor/package.json | 2 +- apps/uikit-playground/CHANGELOG.md | 20 ++++++++ apps/uikit-playground/package.json | 2 +- ee/apps/account-service/CHANGELOG.md | 16 ++++++ ee/apps/account-service/package.json | 2 +- ee/apps/authorization-service/CHANGELOG.md | 16 ++++++ ee/apps/authorization-service/package.json | 2 +- ee/apps/ddp-streamer/CHANGELOG.md | 17 +++++++ ee/apps/ddp-streamer/package.json | 2 +- ee/apps/omnichannel-transcript/CHANGELOG.md | 17 +++++++ ee/apps/omnichannel-transcript/package.json | 2 +- ee/apps/presence-service/CHANGELOG.md | 16 ++++++ ee/apps/presence-service/package.json | 2 +- ee/apps/queue-worker/CHANGELOG.md | 16 ++++++ ee/apps/queue-worker/package.json | 2 +- ee/apps/stream-hub-service/CHANGELOG.md | 15 ++++++ ee/apps/stream-hub-service/package.json | 2 +- ee/packages/license/CHANGELOG.md | 9 ++++ ee/packages/license/package.json | 2 +- ee/packages/network-broker/CHANGELOG.md | 9 ++++ ee/packages/network-broker/package.json | 2 +- ee/packages/omnichannel-services/CHANGELOG.md | 14 ++++++ ee/packages/omnichannel-services/package.json | 2 +- ee/packages/pdf-worker/CHANGELOG.md | 9 ++++ ee/packages/pdf-worker/package.json | 2 +- ee/packages/presence/CHANGELOG.md | 11 +++++ ee/packages/presence/package.json | 2 +- ee/packages/ui-theming/CHANGELOG.md | 12 +++++ ee/packages/ui-theming/package.json | 2 +- package.json | 2 +- packages/api-client/CHANGELOG.md | 10 ++++ packages/api-client/package.json | 2 +- packages/apps-engine/CHANGELOG.md | 12 +++++ packages/apps-engine/package.json | 2 +- packages/apps/CHANGELOG.md | 11 +++++ packages/apps/package.json | 2 +- packages/core-services/CHANGELOG.md | 11 +++++ packages/core-services/package.json | 2 +- packages/core-typings/CHANGELOG.md | 10 ++++ packages/core-typings/package.json | 2 +- packages/cron/CHANGELOG.md | 10 ++++ packages/cron/package.json | 2 +- packages/ddp-client/CHANGELOG.md | 11 +++++ packages/ddp-client/package.json | 2 +- packages/freeswitch/CHANGELOG.md | 9 ++++ packages/freeswitch/package.json | 2 +- packages/fuselage-ui-kit/CHANGELOG.md | 22 +++++++++ packages/fuselage-ui-kit/package.json | 10 ++-- packages/gazzodown/CHANGELOG.md | 17 +++++++ packages/gazzodown/package.json | 6 +-- packages/i18n/CHANGELOG.md | 10 ++++ packages/i18n/package.json | 2 +- packages/instance-status/CHANGELOG.md | 15 ++++++ packages/instance-status/package.json | 2 +- packages/livechat/CHANGELOG.md | 15 ++++++ packages/livechat/package.json | 2 +- packages/mock-providers/CHANGELOG.md | 11 +++++ packages/mock-providers/package.json | 2 +- packages/model-typings/CHANGELOG.md | 15 ++++++ packages/model-typings/package.json | 2 +- packages/models/CHANGELOG.md | 11 +++++ packages/models/package.json | 2 +- packages/rest-typings/CHANGELOG.md | 15 ++++++ packages/rest-typings/package.json | 2 +- packages/sha256/CHANGELOG.md | 6 +++ packages/sha256/package.json | 2 +- packages/ui-avatar/CHANGELOG.md | 15 ++++++ packages/ui-avatar/package.json | 4 +- packages/ui-client/CHANGELOG.md | 18 +++++++ packages/ui-client/package.json | 6 +-- packages/ui-composer/CHANGELOG.md | 12 +++++ packages/ui-composer/package.json | 2 +- packages/ui-contexts/CHANGELOG.md | 20 ++++++++ packages/ui-contexts/package.json | 2 +- packages/ui-video-conf/CHANGELOG.md | 16 ++++++ packages/ui-video-conf/package.json | 6 +-- packages/ui-voip/CHANGELOG.md | 17 +++++++ packages/ui-voip/package.json | 8 +-- packages/web-ui-registration/CHANGELOG.md | 9 ++++ packages/web-ui-registration/package.json | 4 +- 89 files changed, 647 insertions(+), 151 deletions(-) delete mode 100644 .changeset/blue-items-raise.md delete mode 100644 .changeset/bump-patch-1735932583980.md delete mode 100644 .changeset/cool-planes-protect.md delete mode 100644 .changeset/gold-comics-taste.md delete mode 100644 .changeset/proud-planets-applaud.md diff --git a/.changeset/blue-items-raise.md b/.changeset/blue-items-raise.md deleted file mode 100644 index 7b5592a9efb2..000000000000 --- a/.changeset/blue-items-raise.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@rocket.chat/fuselage-ui-kit': patch -'@rocket.chat/instance-status': patch -'@rocket.chat/ui-theming': patch -'@rocket.chat/model-typings': patch -'@rocket.chat/ui-video-conf': patch -'@rocket.chat/uikit-playground': patch -'@rocket.chat/core-typings': patch -'@rocket.chat/rest-typings': patch -'@rocket.chat/apps-engine': patch -'@rocket.chat/ui-composer': patch -'@rocket.chat/ui-contexts': patch -'@rocket.chat/gazzodown': patch -'@rocket.chat/ui-avatar': patch -'@rocket.chat/ui-client': patch -'@rocket.chat/livechat': patch -'@rocket.chat/ui-voip': patch -'@rocket.chat/i18n': patch -'@rocket.chat/meteor': patch ---- - -Fixes an error where the engine would not retry a subprocess restart if the last attempt failed diff --git a/.changeset/bump-patch-1735932583980.md b/.changeset/bump-patch-1735932583980.md deleted file mode 100644 index e1eaa7980afb..000000000000 --- a/.changeset/bump-patch-1735932583980.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/meteor': patch ---- - -Bump @rocket.chat/meteor version. diff --git a/.changeset/cool-planes-protect.md b/.changeset/cool-planes-protect.md deleted file mode 100644 index f5b5a7fa665c..000000000000 --- a/.changeset/cool-planes-protect.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@rocket.chat/omnichannel-transcript': patch -'@rocket.chat/authorization-service': patch -'@rocket.chat/stream-hub-service': patch -'@rocket.chat/presence-service': patch -'@rocket.chat/fuselage-ui-kit': patch -'@rocket.chat/account-service': patch -'@rocket.chat/mock-providers': patch -'@rocket.chat/ui-theming': patch -'@rocket.chat/uikit-playground': patch -'@rocket.chat/ddp-streamer': patch -'@rocket.chat/queue-worker': patch -'@rocket.chat/apps-engine': patch -'@rocket.chat/ui-composer': patch -'@rocket.chat/ui-contexts': patch -'@rocket.chat/ui-client': patch -'@rocket.chat/models': patch -'@rocket.chat/sha256': patch -'@rocket.chat/meteor': patch ---- - -Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases diff --git a/.changeset/gold-comics-taste.md b/.changeset/gold-comics-taste.md deleted file mode 100644 index c9f864a0ffb5..000000000000 --- a/.changeset/gold-comics-taste.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@rocket.chat/fuselage-ui-kit': patch -'@rocket.chat/instance-status': patch -'@rocket.chat/ui-theming': patch -'@rocket.chat/model-typings': patch -'@rocket.chat/ui-video-conf': patch -'@rocket.chat/uikit-playground': patch -'@rocket.chat/core-typings': patch -'@rocket.chat/rest-typings': patch -'@rocket.chat/apps-engine': patch -'@rocket.chat/ui-composer': patch -'@rocket.chat/ui-contexts': patch -'@rocket.chat/gazzodown': patch -'@rocket.chat/ui-avatar': patch -'@rocket.chat/ui-client': patch -'@rocket.chat/livechat': patch -'@rocket.chat/ui-voip': patch -'@rocket.chat/i18n': patch -'@rocket.chat/meteor': patch ---- - -Fixes error propagation when trying to get the status of apps in some cases diff --git a/.changeset/proud-planets-applaud.md b/.changeset/proud-planets-applaud.md deleted file mode 100644 index 7f692f780271..000000000000 --- a/.changeset/proud-planets-applaud.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@rocket.chat/fuselage-ui-kit': patch -'@rocket.chat/instance-status': patch -'@rocket.chat/ui-theming': patch -'@rocket.chat/model-typings': patch -'@rocket.chat/ui-video-conf': patch -'@rocket.chat/uikit-playground': patch -'@rocket.chat/core-typings': patch -'@rocket.chat/rest-typings': patch -'@rocket.chat/apps-engine': patch -'@rocket.chat/ui-composer': patch -'@rocket.chat/ui-contexts': patch -'@rocket.chat/gazzodown': patch -'@rocket.chat/ui-avatar': patch -'@rocket.chat/ui-client': patch -'@rocket.chat/livechat': patch -'@rocket.chat/ui-voip': patch -'@rocket.chat/i18n': patch -'@rocket.chat/meteor': patch ---- - -Fixes wrong data being reported to total failed apps metrics and statistics diff --git a/apps/meteor/CHANGELOG.md b/apps/meteor/CHANGELOG.md index 8464cf9bcb03..cd316f30a1ab 100644 --- a/apps/meteor/CHANGELOG.md +++ b/apps/meteor/CHANGELOG.md @@ -1,5 +1,54 @@ # @rocket.chat/meteor +## 7.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- Bump @rocket.chat/meteor version. + +- Bump @rocket.chat/meteor version. + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/fuselage-ui-kit@12.0.4 + - @rocket.chat/instance-status@0.1.13 + - @rocket.chat/ui-theming@0.4.1 + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/ui-video-conf@12.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/apps-engine@1.47.4 + - @rocket.chat/ui-composer@0.4.1 + - @rocket.chat/ui-contexts@12.0.4 + - @rocket.chat/gazzodown@12.0.4 + - @rocket.chat/ui-avatar@8.0.4 + - @rocket.chat/ui-client@12.0.4 + - @rocket.chat/ui-voip@2.0.4 + - @rocket.chat/i18n@1.0.2 + - @rocket.chat/models@1.0.4 + - @rocket.chat/sha256@1.0.11 + - @rocket.chat/omnichannel-services@0.3.10 + - @rocket.chat/apps@0.2.4 + - @rocket.chat/license@1.0.4 + - @rocket.chat/pdf-worker@0.2.10 + - @rocket.chat/presence@0.2.13 + - @rocket.chat/api-client@0.2.13 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/cron@0.1.13 + - @rocket.chat/freeswitch@1.0.4 + - @rocket.chat/web-ui-registration@12.0.4 + - @rocket.chat/server-cloud-communication@0.0.2 + - @rocket.chat/network-broker@0.1.5 +
+ ## 7.0.3 ### Patch Changes diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index ca3e8b696968..9fdcfaa342ba 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "7.0.3" + "version": "7.0.4" } diff --git a/apps/meteor/ee/server/services/CHANGELOG.md b/apps/meteor/ee/server/services/CHANGELOG.md index 9fdb770deb9e..922b8cff0d2a 100644 --- a/apps/meteor/ee/server/services/CHANGELOG.md +++ b/apps/meteor/ee/server/services/CHANGELOG.md @@ -1,5 +1,20 @@ # rocketchat-services +## 2.0.4 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/apps-engine@1.47.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 2.0.3 ### Patch Changes diff --git a/apps/meteor/ee/server/services/package.json b/apps/meteor/ee/server/services/package.json index e6e380d3b48d..bd5e3f35e89a 100644 --- a/apps/meteor/ee/server/services/package.json +++ b/apps/meteor/ee/server/services/package.json @@ -1,7 +1,7 @@ { "name": "rocketchat-services", "private": true, - "version": "2.0.3", + "version": "2.0.4", "description": "Rocket.Chat Authorization service", "main": "index.js", "scripts": { diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 652be3b4f8f3..60e439861727 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "7.0.3", + "version": "7.0.4", "private": true, "author": { "name": "Rocket.Chat", diff --git a/apps/uikit-playground/CHANGELOG.md b/apps/uikit-playground/CHANGELOG.md index fc237bde412e..b611b5d774d5 100644 --- a/apps/uikit-playground/CHANGELOG.md +++ b/apps/uikit-playground/CHANGELOG.md @@ -1,5 +1,25 @@ # @rocket.chat/uikit-playground +## 0.6.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/fuselage-ui-kit@12.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/ui-contexts@12.0.4 + - @rocket.chat/ui-avatar@8.0.4 +
+ ## 0.6.3 ### Patch Changes diff --git a/apps/uikit-playground/package.json b/apps/uikit-playground/package.json index e403ede815af..a4efeab98eb4 100644 --- a/apps/uikit-playground/package.json +++ b/apps/uikit-playground/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/uikit-playground", "private": true, - "version": "0.6.3", + "version": "0.6.4", "type": "module", "scripts": { "dev": "vite", diff --git a/ee/apps/account-service/CHANGELOG.md b/ee/apps/account-service/CHANGELOG.md index 24d82d28ab28..8189c1aecbab 100644 --- a/ee/apps/account-service/CHANGELOG.md +++ b/ee/apps/account-service/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/account-service +## 0.4.13 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 0.4.12 ### Patch Changes diff --git a/ee/apps/account-service/package.json b/ee/apps/account-service/package.json index bf2d2356339f..2807cd8e87ef 100644 --- a/ee/apps/account-service/package.json +++ b/ee/apps/account-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/account-service", "private": true, - "version": "0.4.12", + "version": "0.4.13", "description": "Rocket.Chat Account service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/authorization-service/CHANGELOG.md b/ee/apps/authorization-service/CHANGELOG.md index 5a3861ed892c..075e560f2a09 100644 --- a/ee/apps/authorization-service/CHANGELOG.md +++ b/ee/apps/authorization-service/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/authorization-service +## 0.4.13 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 0.4.12 ### Patch Changes diff --git a/ee/apps/authorization-service/package.json b/ee/apps/authorization-service/package.json index a13c463d141e..ea806bf2c444 100644 --- a/ee/apps/authorization-service/package.json +++ b/ee/apps/authorization-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/authorization-service", "private": true, - "version": "0.4.12", + "version": "0.4.13", "description": "Rocket.Chat Authorization service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/ddp-streamer/CHANGELOG.md b/ee/apps/ddp-streamer/CHANGELOG.md index 8543a6158991..e43f2f4f712e 100644 --- a/ee/apps/ddp-streamer/CHANGELOG.md +++ b/ee/apps/ddp-streamer/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/ddp-streamer +## 0.3.13 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/instance-status@0.1.13 + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 0.3.12 ### Patch Changes diff --git a/ee/apps/ddp-streamer/package.json b/ee/apps/ddp-streamer/package.json index 0946ba34165a..3bcec751145f 100644 --- a/ee/apps/ddp-streamer/package.json +++ b/ee/apps/ddp-streamer/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/ddp-streamer", "private": true, - "version": "0.3.12", + "version": "0.3.13", "description": "Rocket.Chat DDP-Streamer service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/omnichannel-transcript/CHANGELOG.md b/ee/apps/omnichannel-transcript/CHANGELOG.md index c5554c2097ee..faa7e32d6209 100644 --- a/ee/apps/omnichannel-transcript/CHANGELOG.md +++ b/ee/apps/omnichannel-transcript/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/omnichannel-transcript +## 0.4.13 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/omnichannel-services@0.3.10 + - @rocket.chat/pdf-worker@0.2.10 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 0.4.12 ### Patch Changes diff --git a/ee/apps/omnichannel-transcript/package.json b/ee/apps/omnichannel-transcript/package.json index bce2b998c4a5..0087b57fb4f1 100644 --- a/ee/apps/omnichannel-transcript/package.json +++ b/ee/apps/omnichannel-transcript/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/omnichannel-transcript", "private": true, - "version": "0.4.12", + "version": "0.4.13", "description": "Rocket.Chat service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/presence-service/CHANGELOG.md b/ee/apps/presence-service/CHANGELOG.md index 2af8035f78b3..18ac6e0209f9 100644 --- a/ee/apps/presence-service/CHANGELOG.md +++ b/ee/apps/presence-service/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/presence-service +## 0.4.13 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/presence@0.2.13 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 0.4.12 ### Patch Changes diff --git a/ee/apps/presence-service/package.json b/ee/apps/presence-service/package.json index 49da722bb9b7..4dd636652e75 100644 --- a/ee/apps/presence-service/package.json +++ b/ee/apps/presence-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/presence-service", "private": true, - "version": "0.4.12", + "version": "0.4.13", "description": "Rocket.Chat Presence service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/queue-worker/CHANGELOG.md b/ee/apps/queue-worker/CHANGELOG.md index 6be3c4bbb1a0..4101f36f600a 100644 --- a/ee/apps/queue-worker/CHANGELOG.md +++ b/ee/apps/queue-worker/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/queue-worker +## 0.4.13 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/omnichannel-services@0.3.10 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 0.4.12 ### Patch Changes diff --git a/ee/apps/queue-worker/package.json b/ee/apps/queue-worker/package.json index f32873eb1cca..10400057aea6 100644 --- a/ee/apps/queue-worker/package.json +++ b/ee/apps/queue-worker/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/queue-worker", "private": true, - "version": "0.4.12", + "version": "0.4.13", "description": "Rocket.Chat service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/stream-hub-service/CHANGELOG.md b/ee/apps/stream-hub-service/CHANGELOG.md index da1a4fdd7577..28d092614664 100644 --- a/ee/apps/stream-hub-service/CHANGELOG.md +++ b/ee/apps/stream-hub-service/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/stream-hub-service +## 0.4.13 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/core-services@0.7.5 + - @rocket.chat/network-broker@0.1.5 +
+ ## 0.4.12 ### Patch Changes diff --git a/ee/apps/stream-hub-service/package.json b/ee/apps/stream-hub-service/package.json index a168cdd44959..17b07c60b98a 100644 --- a/ee/apps/stream-hub-service/package.json +++ b/ee/apps/stream-hub-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/stream-hub-service", "private": true, - "version": "0.4.12", + "version": "0.4.13", "description": "Rocket.Chat Stream Hub service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/packages/license/CHANGELOG.md b/ee/packages/license/CHANGELOG.md index b0ac381b444a..9e8f6a32c384 100644 --- a/ee/packages/license/CHANGELOG.md +++ b/ee/packages/license/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/license +## 1.0.4 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 +
+ ## 1.0.3 ### Patch Changes diff --git a/ee/packages/license/package.json b/ee/packages/license/package.json index 21d2bef1ed22..58101f1837dc 100644 --- a/ee/packages/license/package.json +++ b/ee/packages/license/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/license", - "version": "1.0.3", + "version": "1.0.4", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/ee/packages/network-broker/CHANGELOG.md b/ee/packages/network-broker/CHANGELOG.md index df676d7b6cb6..ecb28507ce72 100644 --- a/ee/packages/network-broker/CHANGELOG.md +++ b/ee/packages/network-broker/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/network-broker +## 0.1.5 + +### Patch Changes + +-
Updated dependencies []: + + - @rocket.chat/core-services@0.7.5 +
+ ## 0.1.4 ### Patch Changes diff --git a/ee/packages/network-broker/package.json b/ee/packages/network-broker/package.json index 1d4069e26756..caafe12b8769 100644 --- a/ee/packages/network-broker/package.json +++ b/ee/packages/network-broker/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/network-broker", - "version": "0.1.4", + "version": "0.1.5", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/ee/packages/omnichannel-services/CHANGELOG.md b/ee/packages/omnichannel-services/CHANGELOG.md index 217b91bb9a70..f52e66af4888 100644 --- a/ee/packages/omnichannel-services/CHANGELOG.md +++ b/ee/packages/omnichannel-services/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/omnichannel-services +## 0.3.10 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/pdf-worker@0.2.10 + - @rocket.chat/core-services@0.7.5 +
+ ## 0.3.9 ### Patch Changes diff --git a/ee/packages/omnichannel-services/package.json b/ee/packages/omnichannel-services/package.json index fa44a041ae4c..339b42f238d1 100644 --- a/ee/packages/omnichannel-services/package.json +++ b/ee/packages/omnichannel-services/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/omnichannel-services", - "version": "0.3.9", + "version": "0.3.10", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/ee/packages/pdf-worker/CHANGELOG.md b/ee/packages/pdf-worker/CHANGELOG.md index 3d0cb41e02f1..846bb0b46dc9 100644 --- a/ee/packages/pdf-worker/CHANGELOG.md +++ b/ee/packages/pdf-worker/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/pdf-worker +## 0.2.10 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 +
+ ## 0.2.9 ### Patch Changes diff --git a/ee/packages/pdf-worker/package.json b/ee/packages/pdf-worker/package.json index af3b87df01ef..881f049e467e 100644 --- a/ee/packages/pdf-worker/package.json +++ b/ee/packages/pdf-worker/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/pdf-worker", - "version": "0.2.9", + "version": "0.2.10", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/ee/packages/presence/CHANGELOG.md b/ee/packages/presence/CHANGELOG.md index 630b914c9fde..a874c073f8a4 100644 --- a/ee/packages/presence/CHANGELOG.md +++ b/ee/packages/presence/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/presence +## 0.2.13 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/models@1.0.4 + - @rocket.chat/core-services@0.7.5 +
+ ## 0.2.12 ### Patch Changes diff --git a/ee/packages/presence/package.json b/ee/packages/presence/package.json index fac7326d7584..ca08c0f67f00 100644 --- a/ee/packages/presence/package.json +++ b/ee/packages/presence/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/presence", - "version": "0.2.12", + "version": "0.2.13", "private": true, "devDependencies": { "@babel/core": "~7.25.8", diff --git a/ee/packages/ui-theming/CHANGELOG.md b/ee/packages/ui-theming/CHANGELOG.md index 4911a9c9e277..4bb1528234a9 100644 --- a/ee/packages/ui-theming/CHANGELOG.md +++ b/ee/packages/ui-theming/CHANGELOG.md @@ -1,5 +1,17 @@ # @rocket.chat/ui-theming +## 0.4.1 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 0.4.0 ### Minor Changes diff --git a/ee/packages/ui-theming/package.json b/ee/packages/ui-theming/package.json index ca16473ee5e3..0ed383261889 100644 --- a/ee/packages/ui-theming/package.json +++ b/ee/packages/ui-theming/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-theming", - "version": "0.4.0", + "version": "0.4.1", "private": true, "devDependencies": { "@rocket.chat/css-in-js": "~0.31.25", diff --git a/package.json b/package.json index 2d5f1479ea74..992f786ac572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "7.0.3", + "version": "7.0.4", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true, diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index bed01f1bebb9..7f5a0c1b781e 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/api-client +## 0.2.13 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 +
+ ## 0.2.12 ### Patch Changes diff --git a/packages/api-client/package.json b/packages/api-client/package.json index e2c2265fc90e..7b6f84f35b27 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/api-client", - "version": "0.2.12", + "version": "0.2.13", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@types/jest": "~29.5.13", diff --git a/packages/apps-engine/CHANGELOG.md b/packages/apps-engine/CHANGELOG.md index 47cd8626feab..e410c8e60c0d 100644 --- a/packages/apps-engine/CHANGELOG.md +++ b/packages/apps-engine/CHANGELOG.md @@ -1,5 +1,17 @@ # @rocket.chat/apps-engine +## 1.47.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 1.47.3 ### Patch Changes diff --git a/packages/apps-engine/package.json b/packages/apps-engine/package.json index 0370694ae5ef..a6381fb64981 100644 --- a/packages/apps-engine/package.json +++ b/packages/apps-engine/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps-engine", - "version": "1.47.3", + "version": "1.47.4", "description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", "main": "index", "typings": "index", diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index a73f93d2b4ca..83f0a8a71780 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/apps +## 0.2.4 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/apps-engine@1.47.4 +
+ ## 0.2.3 ### Patch Changes diff --git a/packages/apps/package.json b/packages/apps/package.json index 671dd6a5eb83..3d8acb63af0c 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps", - "version": "0.2.3", + "version": "0.2.4", "private": true, "devDependencies": { "eslint": "~8.45.0", diff --git a/packages/core-services/CHANGELOG.md b/packages/core-services/CHANGELOG.md index ae28fa0e56f5..a673a0993141 100644 --- a/packages/core-services/CHANGELOG.md +++ b/packages/core-services/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/core-services +## 0.7.5 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/models@1.0.4 +
+ ## 0.7.4 ### Patch Changes diff --git a/packages/core-services/package.json b/packages/core-services/package.json index 92d4da67a180..d438a992c7a9 100644 --- a/packages/core-services/package.json +++ b/packages/core-services/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/core-services", - "version": "0.7.4", + "version": "0.7.5", "private": true, "devDependencies": { "@babel/core": "~7.25.8", diff --git a/packages/core-typings/CHANGELOG.md b/packages/core-typings/CHANGELOG.md index e4229f67092c..ed74e6114dbf 100644 --- a/packages/core-typings/CHANGELOG.md +++ b/packages/core-typings/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/core-typings +## 7.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 7.0.3 ## 7.0.2 diff --git a/packages/core-typings/package.json b/packages/core-typings/package.json index 5775d14bdafa..2c9090fa6c88 100644 --- a/packages/core-typings/package.json +++ b/packages/core-typings/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package", "name": "@rocket.chat/core-typings", "private": true, - "version": "7.0.3", + "version": "7.0.4", "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index f80a626537b5..721b16a22a1f 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/cron +## 0.1.13 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/models@1.0.4 +
+ ## 0.1.12 ### Patch Changes diff --git a/packages/cron/package.json b/packages/cron/package.json index 4931104acc08..8b5905d7604e 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/cron", - "version": "0.1.12", + "version": "0.1.13", "private": true, "devDependencies": { "eslint": "~8.45.0", diff --git a/packages/ddp-client/CHANGELOG.md b/packages/ddp-client/CHANGELOG.md index fbbaecb16e21..ffde5011a044 100644 --- a/packages/ddp-client/CHANGELOG.md +++ b/packages/ddp-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/ddp-client +## 0.3.13 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/api-client@0.2.13 +
+ ## 0.3.12 ### Patch Changes diff --git a/packages/ddp-client/package.json b/packages/ddp-client/package.json index 82a243d508aa..e335aa59af0a 100644 --- a/packages/ddp-client/package.json +++ b/packages/ddp-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ddp-client", - "version": "0.3.12", + "version": "0.3.13", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@types/jest": "~29.5.13", diff --git a/packages/freeswitch/CHANGELOG.md b/packages/freeswitch/CHANGELOG.md index cf24ec2c3cae..bd299b8bd0ae 100644 --- a/packages/freeswitch/CHANGELOG.md +++ b/packages/freeswitch/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/freeswitch +## 1.0.4 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 +
+ ## 1.0.3 ### Patch Changes diff --git a/packages/freeswitch/package.json b/packages/freeswitch/package.json index 9896f9749b51..a10dd5e0721f 100644 --- a/packages/freeswitch/package.json +++ b/packages/freeswitch/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/freeswitch", - "version": "1.0.3", + "version": "1.0.4", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/fuselage-ui-kit/CHANGELOG.md b/packages/fuselage-ui-kit/CHANGELOG.md index f7aa22e5cde6..a17fea2c413b 100644 --- a/packages/fuselage-ui-kit/CHANGELOG.md +++ b/packages/fuselage-ui-kit/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## 12.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/ui-video-conf@12.0.4 + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/apps-engine@1.47.4 + - @rocket.chat/ui-contexts@12.0.4 + - @rocket.chat/gazzodown@12.0.4 + - @rocket.chat/ui-avatar@8.0.4 +
+ ## 12.0.3 ### Patch Changes diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 0fea4e5f64c1..0d67ab9a82b8 100644 --- a/packages/fuselage-ui-kit/package.json +++ b/packages/fuselage-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-ui-kit", - "version": "12.0.3", + "version": "12.0.4", "private": true, "description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", @@ -93,7 +93,7 @@ "typescript": "~5.6.3" }, "peerDependencies": { - "@rocket.chat/apps-engine": "1.47.3", + "@rocket.chat/apps-engine": "1.47.4", "@rocket.chat/eslint-config": "0.7.0", "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", @@ -101,10 +101,10 @@ "@rocket.chat/icons": "*", "@rocket.chat/prettier-config": "*", "@rocket.chat/styled": "*", - "@rocket.chat/ui-avatar": "8.0.3", - "@rocket.chat/ui-contexts": "12.0.3", + "@rocket.chat/ui-avatar": "8.0.4", + "@rocket.chat/ui-contexts": "12.0.4", "@rocket.chat/ui-kit": "0.37.0", - "@rocket.chat/ui-video-conf": "12.0.3", + "@rocket.chat/ui-video-conf": "12.0.4", "@tanstack/react-query": "*", "react": "~17.0.2", "react-dom": "*" diff --git a/packages/gazzodown/CHANGELOG.md b/packages/gazzodown/CHANGELOG.md index 61eaf6688c75..b9bfcd9812c6 100644 --- a/packages/gazzodown/CHANGELOG.md +++ b/packages/gazzodown/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/gazzodown +## 12.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/ui-contexts@12.0.4 + - @rocket.chat/ui-client@12.0.4 +
+ ## 12.0.3 ### Patch Changes diff --git a/packages/gazzodown/package.json b/packages/gazzodown/package.json index c0cbce1e251c..fd5d944c8403 100644 --- a/packages/gazzodown/package.json +++ b/packages/gazzodown/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/gazzodown", - "version": "12.0.3", + "version": "12.0.4", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -75,8 +75,8 @@ "@rocket.chat/fuselage-tokens": "*", "@rocket.chat/message-parser": "0.31.31", "@rocket.chat/styled": "*", - "@rocket.chat/ui-client": "12.0.3", - "@rocket.chat/ui-contexts": "12.0.3", + "@rocket.chat/ui-client": "12.0.4", + "@rocket.chat/ui-contexts": "12.0.4", "katex": "*", "react": "*" }, diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index a5b0fb88ae2f..9230ff582229 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/i18n +## 1.0.2 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 1.0.1 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 3bb21213a825..cf1903100d18 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/i18n", - "version": "1.0.1", + "version": "1.0.2", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/instance-status/CHANGELOG.md b/packages/instance-status/CHANGELOG.md index ba6544126ed2..5365a9725b91 100644 --- a/packages/instance-status/CHANGELOG.md +++ b/packages/instance-status/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/instance-status +## 0.1.13 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [63856f59f0]: + + - @rocket.chat/models@1.0.4 +
+ ## 0.1.12 ### Patch Changes diff --git a/packages/instance-status/package.json b/packages/instance-status/package.json index b063347352f4..2a95e95c1d7c 100644 --- a/packages/instance-status/package.json +++ b/packages/instance-status/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/instance-status", - "version": "0.1.12", + "version": "0.1.13", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/livechat/CHANGELOG.md b/packages/livechat/CHANGELOG.md index 313547c58253..57839c41d7ed 100644 --- a/packages/livechat/CHANGELOG.md +++ b/packages/livechat/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/livechat Change Log +## 1.20.5 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/gazzodown@12.0.4 +
+ ## 1.20.4 ### Patch Changes diff --git a/packages/livechat/package.json b/packages/livechat/package.json index 4072077dcd19..7c10e7cc9a60 100644 --- a/packages/livechat/package.json +++ b/packages/livechat/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.20.4", + "version": "1.20.5", "files": [ "/build" ], diff --git a/packages/mock-providers/CHANGELOG.md b/packages/mock-providers/CHANGELOG.md index 59e1e8bbf44c..5f40699b0bbe 100644 --- a/packages/mock-providers/CHANGELOG.md +++ b/packages/mock-providers/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/mock-providers +## 0.1.6 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/i18n@1.0.2 +
+ ## 0.1.5 ### Patch Changes diff --git a/packages/mock-providers/package.json b/packages/mock-providers/package.json index 8873619e38cc..d5e8f28fd83d 100644 --- a/packages/mock-providers/package.json +++ b/packages/mock-providers/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mock-providers", - "version": "0.1.5", + "version": "0.1.6", "private": true, "dependencies": { "@rocket.chat/emitter": "~0.31.25", diff --git a/packages/model-typings/CHANGELOG.md b/packages/model-typings/CHANGELOG.md index 41d13402dee7..ff2c8266f18d 100644 --- a/packages/model-typings/CHANGELOG.md +++ b/packages/model-typings/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/model-typings +## 1.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 +
+ ## 1.0.3 ### Patch Changes diff --git a/packages/model-typings/package.json b/packages/model-typings/package.json index e35587bd2bec..e5d5ce623d22 100644 --- a/packages/model-typings/package.json +++ b/packages/model-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/model-typings", - "version": "1.0.3", + "version": "1.0.4", "private": true, "devDependencies": { "@types/node-rsa": "^1.1.4", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 6c04726eb013..c434636835ca 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/models +## 1.0.4 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/model-typings@1.0.4 +
+ ## 1.0.3 ### Patch Changes diff --git a/packages/models/package.json b/packages/models/package.json index 757753ce8ed9..59334f6856fd 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/models", - "version": "1.0.3", + "version": "1.0.4", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/rest-typings/CHANGELOG.md b/packages/rest-typings/CHANGELOG.md index 7d10eb30c719..f9ebb7600bd2 100644 --- a/packages/rest-typings/CHANGELOG.md +++ b/packages/rest-typings/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/rest-typings +## 7.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 +
+ ## 7.0.3 ### Patch Changes diff --git a/packages/rest-typings/package.json b/packages/rest-typings/package.json index 35511d6485ee..8c70b0b31f0f 100644 --- a/packages/rest-typings/package.json +++ b/packages/rest-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/rest-typings", - "version": "7.0.3", + "version": "7.0.4", "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:~", diff --git a/packages/sha256/CHANGELOG.md b/packages/sha256/CHANGELOG.md index 9d6167d42642..087e45b0acc8 100644 --- a/packages/sha256/CHANGELOG.md +++ b/packages/sha256/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket.chat/sha256 +## 1.0.11 + +### Patch Changes + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + ## 1.0.10 ### Patch Changes diff --git a/packages/sha256/package.json b/packages/sha256/package.json index f10be0d72404..e68994433bef 100644 --- a/packages/sha256/package.json +++ b/packages/sha256/package.json @@ -2,7 +2,7 @@ "name": "@rocket.chat/sha256", "private": true, "description": "SHA256 implementation; Fork of Meteor's SHA256 package", - "version": "1.0.10", + "version": "1.0.11", "main": "./dist/sha256.js", "types": "./dist/sha256.d.ts", "scripts": { diff --git a/packages/ui-avatar/CHANGELOG.md b/packages/ui-avatar/CHANGELOG.md index 690b8f70784a..286206728237 100644 --- a/packages/ui-avatar/CHANGELOG.md +++ b/packages/ui-avatar/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/ui-avatar +## 8.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/ui-contexts@12.0.4 +
+ ## 8.0.3 ### Patch Changes diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json index 90fc2f3f6f08..cf0e9946e3b3 100644 --- a/packages/ui-avatar/package.json +++ b/packages/ui-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-avatar", - "version": "8.0.3", + "version": "8.0.4", "private": true, "devDependencies": { "@babel/core": "~7.25.8", @@ -30,7 +30,7 @@ ], "peerDependencies": { "@rocket.chat/fuselage": "*", - "@rocket.chat/ui-contexts": "12.0.3", + "@rocket.chat/ui-contexts": "12.0.4", "react": "~17.0.2" }, "volta": { diff --git a/packages/ui-client/CHANGELOG.md b/packages/ui-client/CHANGELOG.md index 9b1ed5a12df2..c81c8accdd86 100644 --- a/packages/ui-client/CHANGELOG.md +++ b/packages/ui-client/CHANGELOG.md @@ -1,5 +1,23 @@ # @rocket.chat/ui-client +## 12.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/ui-contexts@12.0.4 + - @rocket.chat/ui-avatar@8.0.4 +
+ ## 12.0.3 ### Patch Changes diff --git a/packages/ui-client/package.json b/packages/ui-client/package.json index 9727d0ebfcf0..e37a639d9fe8 100644 --- a/packages/ui-client/package.json +++ b/packages/ui-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-client", - "version": "12.0.3", + "version": "12.0.4", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -60,8 +60,8 @@ "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/icons": "*", - "@rocket.chat/ui-avatar": "8.0.3", - "@rocket.chat/ui-contexts": "12.0.3", + "@rocket.chat/ui-avatar": "8.0.4", + "@rocket.chat/ui-contexts": "12.0.4", "react": "*", "react-i18next": "*" }, diff --git a/packages/ui-composer/CHANGELOG.md b/packages/ui-composer/CHANGELOG.md index c017108f087a..7276aaa6ede2 100644 --- a/packages/ui-composer/CHANGELOG.md +++ b/packages/ui-composer/CHANGELOG.md @@ -1,5 +1,17 @@ # @rocket.chat/ui-composer +## 0.4.1 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 0.4.0 ### Minor Changes diff --git a/packages/ui-composer/package.json b/packages/ui-composer/package.json index 67a66da4c100..5e3494943794 100644 --- a/packages/ui-composer/package.json +++ b/packages/ui-composer/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-composer", - "version": "0.4.0", + "version": "0.4.1", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/ui-contexts/CHANGELOG.md b/packages/ui-contexts/CHANGELOG.md index 729f31c7b3d1..2cbae7a50469 100644 --- a/packages/ui-contexts/CHANGELOG.md +++ b/packages/ui-contexts/CHANGELOG.md @@ -1,5 +1,25 @@ # @rocket.chat/ui-contexts +## 12.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34880](https://github.com/RocketChat/Rocket.Chat/pull/34880) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 2a004b3587, 2a004b3587]: + + - @rocket.chat/core-typings@7.0.4 + - @rocket.chat/rest-typings@7.0.4 + - @rocket.chat/i18n@1.0.2 + - @rocket.chat/ddp-client@0.3.13 +
+ ## 12.0.3 ### Patch Changes diff --git a/packages/ui-contexts/package.json b/packages/ui-contexts/package.json index 34bbafeb7154..2df4cdb716a5 100644 --- a/packages/ui-contexts/package.json +++ b/packages/ui-contexts/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-contexts", - "version": "12.0.3", + "version": "12.0.4", "private": true, "devDependencies": { "@rocket.chat/core-typings": "workspace:^", diff --git a/packages/ui-video-conf/CHANGELOG.md b/packages/ui-video-conf/CHANGELOG.md index 4394c758c3f2..ddc46425d270 100644 --- a/packages/ui-video-conf/CHANGELOG.md +++ b/packages/ui-video-conf/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/ui-video-conf +## 12.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/ui-contexts@12.0.4 + - @rocket.chat/ui-avatar@8.0.4 +
+ ## 12.0.3 ### Patch Changes diff --git a/packages/ui-video-conf/package.json b/packages/ui-video-conf/package.json index 874cfe328b71..3b3df85cd6f8 100644 --- a/packages/ui-video-conf/package.json +++ b/packages/ui-video-conf/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-video-conf", - "version": "12.0.3", + "version": "12.0.4", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -58,8 +58,8 @@ "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/icons": "*", "@rocket.chat/styled": "*", - "@rocket.chat/ui-avatar": "8.0.3", - "@rocket.chat/ui-contexts": "12.0.3", + "@rocket.chat/ui-avatar": "8.0.4", + "@rocket.chat/ui-contexts": "12.0.4", "react": "~17.0.2", "react-dom": "^17.0.2" }, diff --git a/packages/ui-voip/CHANGELOG.md b/packages/ui-voip/CHANGELOG.md index 784221ef77aa..5c2033daf30b 100644 --- a/packages/ui-voip/CHANGELOG.md +++ b/packages/ui-voip/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/ui-voip +## 2.0.4 + +### Patch Changes + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34877](https://github.com/RocketChat/Rocket.Chat/pull/34877) by [@dionisio-bot](https://github.com/dionisio-bot)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/ui-contexts@12.0.4 + - @rocket.chat/ui-avatar@8.0.4 + - @rocket.chat/ui-client@12.0.4 +
+ ## 2.0.3 ### Patch Changes diff --git a/packages/ui-voip/package.json b/packages/ui-voip/package.json index b05a17fa8b76..3f9b8e99b1b9 100644 --- a/packages/ui-voip/package.json +++ b/packages/ui-voip/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-voip", - "version": "2.0.3", + "version": "2.0.4", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -65,9 +65,9 @@ "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/icons": "*", "@rocket.chat/styled": "*", - "@rocket.chat/ui-avatar": "8.0.3", - "@rocket.chat/ui-client": "12.0.3", - "@rocket.chat/ui-contexts": "12.0.3", + "@rocket.chat/ui-avatar": "8.0.4", + "@rocket.chat/ui-client": "12.0.4", + "@rocket.chat/ui-contexts": "12.0.4", "react": "~17.0.2", "react-aria": "~3.23.1", "react-dom": "^17.0.2" diff --git a/packages/web-ui-registration/CHANGELOG.md b/packages/web-ui-registration/CHANGELOG.md index 85f2f1f9430e..e4ed4984301c 100644 --- a/packages/web-ui-registration/CHANGELOG.md +++ b/packages/web-ui-registration/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/web-ui-registration +## 12.0.4 + +### Patch Changes + +-
Updated dependencies [2a004b3587, 63856f59f0, 2a004b3587, 2a004b3587]: + + - @rocket.chat/ui-contexts@12.0.4 +
+ ## 12.0.3 ### Patch Changes diff --git a/packages/web-ui-registration/package.json b/packages/web-ui-registration/package.json index 558e5e9755f9..24e5b4d31757 100644 --- a/packages/web-ui-registration/package.json +++ b/packages/web-ui-registration/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/web-ui-registration", - "version": "12.0.3", + "version": "12.0.4", "private": true, "homepage": "https://rocket.chat", "main": "./dist/index.js", @@ -49,7 +49,7 @@ "peerDependencies": { "@rocket.chat/layout": "*", "@rocket.chat/tools": "0.2.2", - "@rocket.chat/ui-contexts": "12.0.3", + "@rocket.chat/ui-contexts": "12.0.4", "@tanstack/react-query": "*", "react": "*", "react-hook-form": "*",