Release 7.3.0-rc.0

This commit is contained in:
rocketchat-github-ci 2025-01-20 13:50:28 +00:00
parent f323946ec0
commit cb5695b8c1
85 changed files with 733 additions and 58 deletions

97
.changeset/pre.json Normal file
View File

@ -0,0 +1,97 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@rocket.chat/meteor": "7.3.0-develop",
"rocketchat-services": "2.0.3",
"@rocket.chat/uikit-playground": "0.6.3",
"@rocket.chat/account-service": "0.4.12",
"@rocket.chat/authorization-service": "0.4.12",
"@rocket.chat/ddp-streamer": "0.3.12",
"@rocket.chat/omnichannel-transcript": "0.4.12",
"@rocket.chat/presence-service": "0.4.12",
"@rocket.chat/queue-worker": "0.4.12",
"@rocket.chat/stream-hub-service": "0.4.12",
"@rocket.chat/license": "1.0.3",
"@rocket.chat/network-broker": "0.1.4",
"@rocket.chat/omnichannel-services": "0.3.9",
"@rocket.chat/pdf-worker": "0.2.9",
"@rocket.chat/presence": "0.2.12",
"@rocket.chat/ui-theming": "0.4.1",
"@rocket.chat/account-utils": "0.0.2",
"@rocket.chat/agenda": "0.1.0",
"@rocket.chat/api-client": "0.2.12",
"@rocket.chat/apps": "0.2.3",
"@rocket.chat/apps-engine": "1.48.1",
"@rocket.chat/base64": "1.0.13",
"@rocket.chat/cas-validate": "0.0.2",
"@rocket.chat/core-services": "0.7.4",
"@rocket.chat/core-typings": "7.3.0-develop",
"@rocket.chat/cron": "0.1.12",
"@rocket.chat/ddp-client": "0.3.12",
"@rocket.chat/eslint-config": "0.7.0",
"@rocket.chat/favicon": "0.0.2",
"@rocket.chat/freeswitch": "1.1.1",
"@rocket.chat/fuselage-ui-kit": "14.0.1",
"@rocket.chat/gazzodown": "14.0.1",
"@rocket.chat/i18n": "1.2.0",
"@rocket.chat/instance-status": "0.1.12",
"@rocket.chat/jest-presets": "0.0.1",
"@rocket.chat/jwt": "0.1.1",
"@rocket.chat/livechat": "1.21.2",
"@rocket.chat/log-format": "0.0.2",
"@rocket.chat/logger": "0.0.2",
"@rocket.chat/message-parser": "0.31.31",
"@rocket.chat/mock-providers": "0.1.6",
"@rocket.chat/model-typings": "1.2.1",
"@rocket.chat/models": "1.1.1",
"@rocket.chat/poplib": "0.0.2",
"@rocket.chat/password-policies": "0.0.2",
"@rocket.chat/patch-injection": "0.0.1",
"@rocket.chat/peggy-loader": "0.31.27",
"@rocket.chat/random": "1.2.2",
"@rocket.chat/release-action": "2.2.3",
"@rocket.chat/release-changelog": "0.1.0",
"@rocket.chat/rest-typings": "7.3.0-develop",
"@rocket.chat/server-cloud-communication": "0.0.2",
"@rocket.chat/server-fetch": "0.0.3",
"@rocket.chat/sha256": "1.0.11",
"@rocket.chat/tools": "0.2.2",
"@rocket.chat/tracing": "0.0.1",
"@rocket.chat/ui-avatar": "10.0.1",
"@rocket.chat/ui-client": "14.0.1",
"@rocket.chat/ui-composer": "0.5.0",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-kit": "0.37.0",
"@rocket.chat/ui-video-conf": "14.0.1",
"@rocket.chat/ui-voip": "4.0.1",
"@rocket.chat/web-ui-registration": "14.0.1"
},
"changesets": [
"beige-kiwis-count",
"breezy-horses-marry",
"chilled-beers-run",
"clean-sloths-greet",
"cool-planes-protect",
"eight-humans-sip",
"eleven-mails-sort",
"eleven-pugs-help",
"fifty-apricots-clean",
"friendly-kings-poke",
"gentle-moons-unite",
"giant-bottles-impress",
"good-clouds-brush",
"healthy-coins-scream",
"itchy-pumas-laugh",
"kind-ducks-thank",
"loud-islands-explode",
"metal-pets-promise",
"nasty-shirts-rule",
"popular-cameras-grin",
"quick-rivers-ring",
"shiny-singers-cheer",
"silly-kings-approve",
"thirty-vans-fry",
"twelve-pumas-behave"
]
}

View File

@ -1,5 +1,97 @@
# @rocket.chat/meteor
## 7.3.0-rc.0
### Minor Changes
- ([#33060](https://github.com/RocketChat/Rocket.Chat/pull/33060)) Added `departmentsAllowedToForward` property to departments returned in the `livechat/config` endpoint
- ([#34153](https://github.com/RocketChat/Rocket.Chat/pull/34153)) Groups members by their roles in the room's member list for improved clarity
- ([#34940](https://github.com/RocketChat/Rocket.Chat/pull/34940)) Allows agents and managers to close Omnichannel rooms that for some reason ended up in a bad state. This "bad state" could be a room that appears open but it's closed. Now, the endpoint `livechat/room.closeByUser` will accept an optional `forceClose` parameter that will allow users to bypass most state checks we do on rooms and perform the room closing again so its state can be recovered.
- ([#34948](https://github.com/RocketChat/Rocket.Chat/pull/34948)) Adds voice calls data to statistics
- ([#34922](https://github.com/RocketChat/Rocket.Chat/pull/34922)) Fixes an issue where users without the "Preview public channel" permission would receive new messages sent to the channel
- ([#34191](https://github.com/RocketChat/Rocket.Chat/pull/34191)) Allows granting the `mobile-upload-file` permission to guests
- ([#34153](https://github.com/RocketChat/Rocket.Chat/pull/34153)) Adds `rooms.membersOrderedByRole` endpoint to retrieve members of groups and channels sorted according to their respective role in the room.
### Patch Changes
- ([#34904](https://github.com/RocketChat/Rocket.Chat/pull/34904)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
- ([#34846](https://github.com/RocketChat/Rocket.Chat/pull/34846)) Fixes the send attachments option not working on iOS browsers by moving it from the composer dropdown menu to the composer primary actions.
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- ([#34849](https://github.com/RocketChat/Rocket.Chat/pull/34849)) Fixes an issue where losing connection could break app's action buttons
- ([#34864](https://github.com/RocketChat/Rocket.Chat/pull/34864)) Allows users to fetch the `packageValue` of settings when calling `/settings` endpoint via `includeDefaults` query param.
- ([#34908](https://github.com/RocketChat/Rocket.Chat/pull/34908)) Fixes an issue where room scroll position wasn't being restored when moving between rooms.
- ([#34887](https://github.com/RocketChat/Rocket.Chat/pull/34887)) Fixes an issue where the system would throw the error: 'GUI Application error' while uninstalling an app(when on the requests tab).
- ([#34900](https://github.com/RocketChat/Rocket.Chat/pull/34900)) Fixes an issue that prevented room history from loading under certain conditions.
- ([#34503](https://github.com/RocketChat/Rocket.Chat/pull/34503)) Fixes an issue where changing user role in a room displays the wrong message
- ([#34873](https://github.com/RocketChat/Rocket.Chat/pull/34873)) Fixes SAML login redirecting to wrong room when using an invite link.
- ([#34839](https://github.com/RocketChat/Rocket.Chat/pull/34839)) Fixes apps actions showing in toolbar without an icon
- ([#34892](https://github.com/RocketChat/Rocket.Chat/pull/34892)) Fixes an issue where Rocket cat would send '%s' as the mongo version when using a deprecated but supported version of MongoDB.
- ([#34860](https://github.com/RocketChat/Rocket.Chat/pull/34860)) Fixes an issue where room's file list would incorrectly display incoming messages as files.
- ([#34210](https://github.com/RocketChat/Rocket.Chat/pull/34210)) Fixes livechat conversations not being assigned to the contact manager even when the "Assign new conversations to the contact manager" setting is enabled
- ([#34113](https://github.com/RocketChat/Rocket.Chat/pull/34113)) Fixes dates being incorrect when fetching omnichannel reports with the following time periods:
last week
last month
last 6 months
last year
- ([#34933](https://github.com/RocketChat/Rocket.Chat/pull/34933)) Fixes SlackBridge service failing to connect to multiple slack workspaces
- ([#34851](https://github.com/RocketChat/Rocket.Chat/pull/34851)) Fixes thumbnails not being deleted from storage on room deletion
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, c8e8518011b8b7d318a2bb2f26b897b196421d76, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 4aa95b61edaf6ce4fe0c5bdbc3d0157bf3d6794b, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, 3c237b25b27782db2e54c4c294140b1c8cd9b31a, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/i18n@1.3.0-rc.0
- @rocket.chat/fuselage-ui-kit@15.0.0-rc.0
- @rocket.chat/ui-theming@0.4.2-rc.0
- @rocket.chat/apps-engine@1.48.2-rc.0
- @rocket.chat/ui-composer@0.5.1-rc.0
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/ui-client@15.0.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/sha256@1.0.12-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/freeswitch@1.2.0-rc.0
- @rocket.chat/omnichannel-services@0.3.10-rc.0
- @rocket.chat/apps@0.2.4-rc.0
- @rocket.chat/web-ui-registration@15.0.0-rc.0
- @rocket.chat/ui-voip@5.0.0-rc.0
- @rocket.chat/presence@0.2.13-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/gazzodown@15.0.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
- @rocket.chat/ui-video-conf@15.0.0-rc.0
- @rocket.chat/cron@0.1.13-rc.0
- @rocket.chat/instance-status@0.1.13-rc.0
- @rocket.chat/api-client@0.2.13-rc.0
- @rocket.chat/license@1.0.4-rc.0
- @rocket.chat/pdf-worker@0.2.10-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
- @rocket.chat/server-cloud-communication@0.0.2
</details>
## 7.2.1
### Patch Changes

View File

@ -1,3 +1,3 @@
{
"version": "7.3.0-develop"
"version": "7.3.0-rc.0"
}

View File

@ -1,5 +1,20 @@
# rocketchat-services
## 2.0.4-rc.0
### Patch Changes
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/apps-engine@1.48.2-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 2.0.3
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "rocketchat-services",
"private": true,
"version": "2.0.3",
"version": "2.0.4-rc.0",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "7.3.0-develop",
"version": "7.3.0-rc.0",
"private": true,
"type": "commonjs",
"author": {

View File

@ -1,5 +1,19 @@
# @rocket.chat/uikit-playground
## 0.6.4-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/fuselage-ui-kit@15.0.0-rc.0
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
</details>
## 0.6.3
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/uikit-playground",
"private": true,
"version": "0.6.3",
"version": "0.6.4-rc.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -1,5 +1,21 @@
# @rocket.chat/account-service
## 0.4.13-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 0.4.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",

View File

@ -1,5 +1,21 @@
# @rocket.chat/authorization-service
## 0.4.13-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 0.4.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/authorization-service",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",

View File

@ -1,5 +1,22 @@
# @rocket.chat/ddp-streamer
## 0.3.13-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/instance-status@0.1.13-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 0.3.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-streamer",
"private": true,
"version": "0.3.12",
"version": "0.3.13-rc.0",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",

View File

@ -1,5 +1,22 @@
# @rocket.chat/omnichannel-transcript
## 0.4.13-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, 4aa95b61edaf6ce4fe0c5bdbc3d0157bf3d6794b, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/omnichannel-services@0.3.10-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/pdf-worker@0.2.10-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 0.4.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/omnichannel-transcript",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",

View File

@ -1,5 +1,21 @@
# @rocket.chat/presence-service
## 0.4.13-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/presence@0.2.13-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 0.4.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/presence-service",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat Presence service",
"scripts": {
"build": "tsc -p tsconfig.json",

View File

@ -1,5 +1,21 @@
# @rocket.chat/queue-worker
## 0.4.13-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, 4aa95b61edaf6ce4fe0c5bdbc3d0157bf3d6794b, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/omnichannel-services@0.3.10-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 0.4.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/queue-worker",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",

View File

@ -1,5 +1,20 @@
# @rocket.chat/stream-hub-service
## 0.4.13-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/network-broker@0.1.5-rc.0
</details>
## 0.4.12
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/stream-hub-service",
"private": true,
"version": "0.4.12",
"version": "0.4.13-rc.0",
"description": "Rocket.Chat Stream Hub service",
"scripts": {
"build": "tsc -p tsconfig.json",

View File

@ -1,5 +1,14 @@
# @rocket.chat/license
## 1.0.4-rc.0
### Patch Changes
- <details><summary>Updated dependencies [8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 1.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/license",
"version": "1.0.3",
"version": "1.0.4-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",

View File

@ -1,5 +1,14 @@
# @rocket.chat/network-broker
## 0.1.5-rc.0
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.7.5-rc.0
</details>
## 0.1.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/network-broker",
"version": "0.1.4",
"version": "0.1.5-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",

View File

@ -1,5 +1,25 @@
# @rocket.chat/omnichannel-services
## 0.3.10-rc.0
### Patch Changes
- ([#34903](https://github.com/RocketChat/Rocket.Chat/pull/34903)) Fixes a behavior when running microservices that caused queue worker to process just the first 60 seconds of request.
This was due to a mistakenly bound context. Queue Worker was changed to start doing work only after it received the first request.
However, with the introduction of ASL and actual context on calls, the worker registration was absorbing the context of the call that created them, causing service calls happening inside the callbacks to fail because of a timeout.
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
- @rocket.chat/pdf-worker@0.2.10-rc.0
</details>
## 0.3.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/omnichannel-services",
"version": "0.3.9",
"version": "0.3.10-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",

View File

@ -1,5 +1,14 @@
# @rocket.chat/pdf-worker
## 0.2.10-rc.0
### Patch Changes
- <details><summary>Updated dependencies [8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 0.2.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/pdf-worker",
"version": "0.2.9",
"version": "0.2.10-rc.0",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,16 @@
# @rocket.chat/presence
## 0.2.13-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/core-services@0.7.5-rc.0
</details>
## 0.2.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/presence",
"version": "0.2.12",
"version": "0.2.13-rc.0",
"private": true,
"devDependencies": {
"@babel/core": "~7.26.0",

View File

@ -1,5 +1,11 @@
# @rocket.chat/ui-theming
## 0.4.2-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
## 0.4.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-theming",
"version": "0.4.1",
"version": "0.4.2-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/css-in-js": "~0.31.25",

View File

@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "7.3.0-develop",
"version": "7.3.0-rc.0",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,

View File

@ -1,5 +1,15 @@
# @rocket.chat/api-client
## 0.2.13-rc.0
### Patch Changes
- <details><summary>Updated dependencies [c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 0.2.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/api-client",
"version": "0.2.12",
"version": "0.2.13-rc.0",
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.14",

View File

@ -1,5 +1,11 @@
# @rocket.chat/apps-engine
## 1.48.2-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
## 1.48.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/apps-engine",
"version": "1.48.1",
"version": "1.48.2-rc.0",
"description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.",
"main": "index",
"typings": "index",

View File

@ -1,5 +1,16 @@
# @rocket.chat/apps
## 0.2.4-rc.0
### Patch Changes
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/apps-engine@1.48.2-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/apps",
"version": "0.2.3",
"version": "0.2.4-rc.0",
"private": true,
"devDependencies": {
"eslint": "~8.45.0",

View File

@ -1,5 +1,16 @@
# @rocket.chat/core-services
## 0.7.5-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 0.7.4
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/core-services",
"version": "0.7.4",
"version": "0.7.5-rc.0",
"private": true,
"devDependencies": {
"@babel/core": "~7.26.0",

View File

@ -1,5 +1,15 @@
# @rocket.chat/core-typings
## 7.3.0-rc.0
### Minor Changes
- ([#34948](https://github.com/RocketChat/Rocket.Chat/pull/34948)) Adds voice calls data to statistics
### Patch Changes
- ([#34887](https://github.com/RocketChat/Rocket.Chat/pull/34887)) Fixes an issue where the system would throw the error: 'GUI Application error' while uninstalling an app(when on the requests tab).
## 7.2.1
## 7.2.0

View File

@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"name": "@rocket.chat/core-typings",
"private": true,
"version": "7.3.0-develop",
"version": "7.3.0-rc.0",
"devDependencies": {
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",

View File

@ -1,5 +1,15 @@
# @rocket.chat/cron
## 0.1.13-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/models@1.2.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 0.1.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/cron",
"version": "0.1.12",
"version": "0.1.13-rc.0",
"private": true,
"devDependencies": {
"eslint": "~8.45.0",

View File

@ -1,5 +1,16 @@
# @rocket.chat/ddp-client
## 0.3.13-rc.0
### Patch Changes
- <details><summary>Updated dependencies [c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/api-client@0.2.13-rc.0
</details>
## 0.3.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ddp-client",
"version": "0.3.12",
"version": "0.3.13-rc.0",
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.14",

View File

@ -1,5 +1,18 @@
# @rocket.chat/freeswitch
## 1.2.0-rc.0
### Minor Changes
- ([#34948](https://github.com/RocketChat/Rocket.Chat/pull/34948)) Adds voice calls data to statistics
### Patch Changes
- <details><summary>Updated dependencies [8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 1.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/freeswitch",
"version": "1.1.1",
"version": "1.2.0-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",

View File

@ -1,5 +1,21 @@
# Change Log
## 15.0.0-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/apps-engine@1.48.2-rc.0
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/gazzodown@15.0.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
- @rocket.chat/ui-video-conf@15.0.0-rc.0
</details>
## 14.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-ui-kit",
"version": "14.0.1",
"version": "15.0.0-rc.0",
"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.7.2"
},
"peerDependencies": {
"@rocket.chat/apps-engine": "1.48.1",
"@rocket.chat/apps-engine": "1.48.2-rc.0",
"@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": "10.0.1",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-avatar": "11.0.0-rc.0",
"@rocket.chat/ui-contexts": "15.0.0-rc.0",
"@rocket.chat/ui-kit": "0.37.0",
"@rocket.chat/ui-video-conf": "14.0.1",
"@rocket.chat/ui-video-conf": "15.0.0-rc.0",
"@tanstack/react-query": "*",
"react": "~17.0.2",
"react-dom": "*"

View File

@ -1,5 +1,16 @@
# @rocket.chat/gazzodown
## 15.0.0-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/ui-client@15.0.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 14.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/gazzodown",
"version": "14.0.1",
"version": "15.0.0-rc.0",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -74,8 +74,8 @@
"@rocket.chat/fuselage-tokens": "*",
"@rocket.chat/message-parser": "0.31.31",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-client": "14.0.1",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-client": "15.0.0-rc.0",
"@rocket.chat/ui-contexts": "15.0.0-rc.0",
"katex": "*",
"react": "*"
},

View File

@ -1,5 +1,15 @@
# @rocket.chat/i18n
## 1.3.0-rc.0
### Minor Changes
- ([#34153](https://github.com/RocketChat/Rocket.Chat/pull/34153)) Groups members by their roles in the room's member list for improved clarity
- ([#34940](https://github.com/RocketChat/Rocket.Chat/pull/34940)) Allows agents and managers to close Omnichannel rooms that for some reason ended up in a bad state. This "bad state" could be a room that appears open but it's closed. Now, the endpoint `livechat/room.closeByUser` will accept an optional `forceClose` parameter that will allow users to bypass most state checks we do on rooms and perform the room closing again so its state can be recovered.
- ([#34922](https://github.com/RocketChat/Rocket.Chat/pull/34922)) Fixes an issue where users without the "Preview public channel" permission would receive new messages sent to the channel
## 1.2.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/i18n",
"version": "1.2.0",
"version": "1.3.0-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",

View File

@ -1,5 +1,14 @@
# @rocket.chat/instance-status
## 0.1.13-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca, 8942b0032af976738a7c602fa389803dda30c0dc]:</summary>
- @rocket.chat/models@1.2.0-rc.0
</details>
## 0.1.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/instance-status",
"version": "0.1.12",
"version": "0.1.13-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",

View File

@ -1,5 +1,18 @@
# @rocket.chat/livechat Change Log
## 1.22.0-rc.0
### Minor Changes
- ([#33060](https://github.com/RocketChat/Rocket.Chat/pull/33060)) Added `departmentsAllowedToForward` property to departments returned in the `livechat/config` endpoint
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/gazzodown@15.0.0-rc.0
</details>
## 1.21.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/livechat",
"version": "1.21.2",
"version": "1.22.0-rc.0",
"files": [
"/build"
],

View File

@ -1,5 +1,16 @@
# @rocket.chat/mock-providers
## 0.1.7-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [c8e8518011b8b7d318a2bb2f26b897b196421d76, c75d771c410579d3d7eaabb379871456ded1b111, 3c237b25b27782db2e54c4c294140b1c8cd9b31a]:</summary>
- @rocket.chat/i18n@1.3.0-rc.0
</details>
## 0.1.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/mock-providers",
"version": "0.1.6",
"version": "0.1.7-rc.0",
"private": true,
"dependencies": {
"@rocket.chat/emitter": "~0.31.25",

View File

@ -1,5 +1,22 @@
# @rocket.chat/model-typings
## 1.3.0-rc.0
### Minor Changes
- ([#33060](https://github.com/RocketChat/Rocket.Chat/pull/33060)) Added `departmentsAllowedToForward` property to departments returned in the `livechat/config` endpoint
- ([#34948](https://github.com/RocketChat/Rocket.Chat/pull/34948)) Adds voice calls data to statistics
### Patch Changes
- ([#34210](https://github.com/RocketChat/Rocket.Chat/pull/34210)) Fixes livechat conversations not being assigned to the contact manager even when the "Assign new conversations to the contact manager" setting is enabled
- <details><summary>Updated dependencies [8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 1.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/model-typings",
"version": "1.2.1",
"version": "1.3.0-rc.0",
"private": true,
"devDependencies": {
"@types/node-rsa": "^1.1.4",

View File

@ -1,5 +1,22 @@
# @rocket.chat/models
## 1.2.0-rc.0
### Minor Changes
- ([#34948](https://github.com/RocketChat/Rocket.Chat/pull/34948)) Adds voice calls data to statistics
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [79cba772bd8ae0a1e084687b47e05f312e85078a, 5506c406f4a22145ece065ad2b797225e94423ca, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, b4ce5797b7fc52e851aa4afc54c4617fc12cbf72, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/model-typings@1.3.0-rc.0
- @rocket.chat/sha256@1.0.12-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
</details>
## 1.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/models",
"version": "1.1.1",
"version": "1.2.0-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",

View File

@ -1,5 +1,22 @@
# @rocket.chat/rest-typings
## 7.3.0-rc.0
### Minor Changes
- ([#34940](https://github.com/RocketChat/Rocket.Chat/pull/34940)) Allows agents and managers to close Omnichannel rooms that for some reason ended up in a bad state. This "bad state" could be a room that appears open but it's closed. Now, the endpoint `livechat/room.closeByUser` will accept an optional `forceClose` parameter that will allow users to bypass most state checks we do on rooms and perform the room closing again so its state can be recovered.
- ([#34153](https://github.com/RocketChat/Rocket.Chat/pull/34153)) Adds `rooms.membersOrderedByRole` endpoint to retrieve members of groups and channels sorted according to their respective role in the room.
### Patch Changes
- ([#34864](https://github.com/RocketChat/Rocket.Chat/pull/34864)) Allows users to fetch the `packageValue` of settings when calling `/settings` endpoint via `includeDefaults` query param.
- <details><summary>Updated dependencies [8942b0032af976738a7c602fa389803dda30c0dc, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944]:</summary>
- @rocket.chat/core-typings@7.3.0-rc.0
</details>
## 7.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/rest-typings",
"version": "7.3.0-develop",
"version": "7.3.0-rc.0",
"devDependencies": {
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/eslint-config": "workspace:~",

View File

@ -1,5 +1,11 @@
# @rocket.chat/sha256
## 1.0.12-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
## 1.0.11
### Patch Changes

View File

@ -2,7 +2,7 @@
"name": "@rocket.chat/sha256",
"private": true,
"description": "SHA256 implementation; Fork of Meteor's SHA256 package",
"version": "1.0.11",
"version": "1.0.12-rc.0",
"main": "./dist/sha256.js",
"types": "./dist/sha256.d.ts",
"scripts": {

View File

@ -1,5 +1,14 @@
# @rocket.chat/ui-avatar
## 11.0.0-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca]:</summary>
- @rocket.chat/ui-contexts@15.0.0-rc.0
</details>
## 10.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-avatar",
"version": "10.0.1",
"version": "11.0.0-rc.0",
"private": true,
"devDependencies": {
"@babel/core": "~7.26.0",
@ -30,7 +30,7 @@
],
"peerDependencies": {
"@rocket.chat/fuselage": "*",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-contexts": "15.0.0-rc.0",
"react": "~17.0.2"
},
"volta": {

View File

@ -1,5 +1,17 @@
# @rocket.chat/ui-client
## 15.0.0-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca]:</summary>
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
</details>
## 14.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-client",
"version": "14.0.1",
"version": "15.0.0-rc.0",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -61,8 +61,8 @@
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"@rocket.chat/ui-avatar": "10.0.1",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-avatar": "11.0.0-rc.0",
"@rocket.chat/ui-contexts": "15.0.0-rc.0",
"react": "*",
"react-i18next": "*"
},

View File

@ -1,5 +1,11 @@
# @rocket.chat/ui-composer
## 0.5.1-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
## 0.5.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-composer",
"version": "0.5.0",
"version": "0.5.1-rc.0",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,19 @@
# @rocket.chat/ui-contexts
## 15.0.0-rc.0
### Patch Changes
- ([#34858](https://github.com/RocketChat/Rocket.Chat/pull/34858)) Fixes an issue that prevented the apps-engine from reestablishing communications with subprocesses in some cases
- <details><summary>Updated dependencies [c8e8518011b8b7d318a2bb2f26b897b196421d76, c75d771c410579d3d7eaabb379871456ded1b111, 8942b0032af976738a7c602fa389803dda30c0dc, 1f54b733eaa91e602baaff74f113c7ef16ddaa89, bfa92f4dba1a16973d7da5a9c0f5d0df998bf944, 3c237b25b27782db2e54c4c294140b1c8cd9b31a, c8e8518011b8b7d318a2bb2f26b897b196421d76]:</summary>
- @rocket.chat/i18n@1.3.0-rc.0
- @rocket.chat/rest-typings@7.3.0-rc.0
- @rocket.chat/core-typings@7.3.0-rc.0
- @rocket.chat/ddp-client@0.3.13-rc.0
</details>
## 14.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-contexts",
"version": "14.0.1",
"version": "15.0.0-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/core-typings": "workspace:^",

View File

@ -1,5 +1,15 @@
# @rocket.chat/ui-video-conf
## 15.0.0-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca]:</summary>
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
</details>
## 14.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-video-conf",
"version": "14.0.1",
"version": "15.0.0-rc.0",
"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": "10.0.1",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-avatar": "11.0.0-rc.0",
"@rocket.chat/ui-contexts": "15.0.0-rc.0",
"react": "~17.0.2",
"react-dom": "^17.0.2"
},

View File

@ -1,5 +1,16 @@
# @rocket.chat/ui-voip
## 5.0.0-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca]:</summary>
- @rocket.chat/ui-contexts@15.0.0-rc.0
- @rocket.chat/ui-client@15.0.0-rc.0
- @rocket.chat/ui-avatar@11.0.0-rc.0
</details>
## 4.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-voip",
"version": "4.0.1",
"version": "5.0.0-rc.0",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -67,9 +67,9 @@
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-avatar": "10.0.1",
"@rocket.chat/ui-client": "14.0.1",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-avatar": "11.0.0-rc.0",
"@rocket.chat/ui-client": "15.0.0-rc.0",
"@rocket.chat/ui-contexts": "15.0.0-rc.0",
"react": "~17.0.2",
"react-aria": "~3.23.1",
"react-dom": "^17.0.2"

View File

@ -1,5 +1,14 @@
# @rocket.chat/web-ui-registration
## 15.0.0-rc.0
### Patch Changes
- <details><summary>Updated dependencies [5506c406f4a22145ece065ad2b797225e94423ca]:</summary>
- @rocket.chat/ui-contexts@15.0.0-rc.0
</details>
## 14.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/web-ui-registration",
"version": "14.0.1",
"version": "15.0.0-rc.0",
"private": true,
"homepage": "https://rocket.chat",
"main": "./dist/index.js",
@ -50,7 +50,7 @@
"peerDependencies": {
"@rocket.chat/layout": "*",
"@rocket.chat/tools": "0.2.2",
"@rocket.chat/ui-contexts": "14.0.1",
"@rocket.chat/ui-contexts": "15.0.0-rc.0",
"@tanstack/react-query": "*",
"react": "*",
"react-hook-form": "*",