From de7ffad1fa219af50d6bc7ef06021db30fcbf183 Mon Sep 17 00:00:00 2001 From: rocketchat-github-ci Date: Sat, 27 Sep 2025 13:17:13 +0000 Subject: [PATCH] Release 7.11.0-rc.0 --- .changeset/pre.json | 136 ++++++++++++++++ apps/meteor/CHANGELOG.md | 149 ++++++++++++++++++ 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 | 14 ++ apps/uikit-playground/package.json | 2 +- ee/apps/account-service/CHANGELOG.md | 14 ++ ee/apps/account-service/package.json | 2 +- ee/apps/authorization-service/CHANGELOG.md | 14 ++ ee/apps/authorization-service/package.json | 2 +- ee/apps/ddp-streamer/CHANGELOG.md | 15 ++ ee/apps/ddp-streamer/package.json | 2 +- ee/apps/federation-service/CHANGELOG.md | 17 ++ ee/apps/federation-service/package.json | 2 +- ee/apps/omnichannel-transcript/CHANGELOG.md | 16 ++ ee/apps/omnichannel-transcript/package.json | 2 +- ee/apps/presence-service/CHANGELOG.md | 14 ++ ee/apps/presence-service/package.json | 2 +- ee/apps/queue-worker/CHANGELOG.md | 14 ++ ee/apps/queue-worker/package.json | 2 +- ee/apps/stream-hub-service/CHANGELOG.md | 13 ++ ee/apps/stream-hub-service/package.json | 2 +- ee/packages/federation-matrix/CHANGELOG.md | 16 ++ ee/packages/federation-matrix/package.json | 2 +- ee/packages/license/CHANGELOG.md | 13 ++ ee/packages/license/package.json | 2 +- ee/packages/media-calls/CHANGELOG.md | 11 ++ ee/packages/media-calls/package.json | 2 +- ee/packages/network-broker/CHANGELOG.md | 9 ++ ee/packages/network-broker/package.json | 2 +- ee/packages/omni-core-ee/CHANGELOG.md | 11 ++ ee/packages/omni-core-ee/package.json | 2 +- ee/packages/omnichannel-services/CHANGELOG.md | 16 ++ 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 | 6 + 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 | 14 ++ packages/apps-engine/package.json | 2 +- packages/apps/CHANGELOG.md | 11 ++ packages/apps/package.json | 2 +- packages/core-services/CHANGELOG.md | 14 ++ packages/core-services/package.json | 2 +- packages/core-typings/CHANGELOG.md | 6 + 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/desktop-api/CHANGELOG.md | 6 + packages/desktop-api/package.json | 2 +- packages/freeswitch/CHANGELOG.md | 9 ++ packages/freeswitch/package.json | 2 +- packages/fuselage-ui-kit/CHANGELOG.md | 16 ++ packages/fuselage-ui-kit/package.json | 2 +- packages/gazzodown/CHANGELOG.md | 17 ++ packages/gazzodown/package.json | 2 +- packages/http-router/CHANGELOG.md | 10 ++ packages/http-router/package.json | 2 +- packages/i18n/CHANGELOG.md | 26 +++ packages/i18n/package.json | 2 +- packages/instance-status/CHANGELOG.md | 9 ++ packages/instance-status/package.json | 2 +- packages/livechat/CHANGELOG.md | 9 ++ packages/livechat/package.json | 2 +- packages/mock-providers/CHANGELOG.md | 14 ++ packages/mock-providers/package.json | 2 +- packages/model-typings/CHANGELOG.md | 13 ++ packages/model-typings/package.json | 2 +- packages/models/CHANGELOG.md | 16 ++ packages/models/package.json | 2 +- packages/omni-core/CHANGELOG.md | 9 ++ packages/omni-core/package.json | 2 +- packages/rest-typings/CHANGELOG.md | 35 ++++ packages/rest-typings/package.json | 2 +- packages/storybook-config/CHANGELOG.md | 7 + packages/storybook-config/package.json | 2 +- packages/ui-avatar/CHANGELOG.md | 11 ++ packages/ui-avatar/package.json | 2 +- packages/ui-client/CHANGELOG.md | 18 +++ packages/ui-client/package.json | 2 +- packages/ui-composer/CHANGELOG.md | 6 + packages/ui-composer/package.json | 2 +- packages/ui-contexts/CHANGELOG.md | 18 +++ packages/ui-contexts/package.json | 2 +- packages/ui-video-conf/CHANGELOG.md | 12 ++ packages/ui-video-conf/package.json | 2 +- packages/ui-voip/CHANGELOG.md | 19 +++ packages/ui-voip/package.json | 2 +- packages/web-ui-registration/CHANGELOG.md | 11 ++ packages/web-ui-registration/package.json | 4 +- 99 files changed, 951 insertions(+), 51 deletions(-) create mode 100644 .changeset/pre.json create mode 100644 ee/apps/federation-service/CHANGELOG.md create mode 100644 ee/packages/federation-matrix/CHANGELOG.md create mode 100644 ee/packages/media-calls/CHANGELOG.md create mode 100644 packages/storybook-config/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 00000000000..b69aafc7b6c --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,136 @@ +{ + "mode": "pre", + "tag": "rc", + "initialVersions": { + "@rocket.chat/meteor": "7.11.0-develop", + "rocketchat-services": "2.0.28", + "@rocket.chat/uikit-playground": "0.6.28", + "@rocket.chat/account-service": "0.4.37", + "@rocket.chat/authorization-service": "0.4.37", + "@rocket.chat/ddp-streamer": "0.3.37", + "@rocket.chat/federation-service": "0.1.0", + "@rocket.chat/omnichannel-transcript": "0.4.37", + "@rocket.chat/presence-service": "0.4.37", + "@rocket.chat/queue-worker": "0.4.37", + "@rocket.chat/stream-hub-service": "0.4.37", + "@rocket.chat/federation-matrix": "0.0.1", + "@rocket.chat/license": "1.0.28", + "@rocket.chat/media-calls": "0.0.1", + "@rocket.chat/network-broker": "0.2.16", + "@rocket.chat/omni-core-ee": "0.0.2", + "@rocket.chat/omnichannel-services": "0.3.34", + "@rocket.chat/pdf-worker": "0.3.16", + "@rocket.chat/presence": "0.2.37", + "@rocket.chat/ui-theming": "0.4.3", + "@rocket.chat/account-utils": "0.0.2", + "@rocket.chat/agenda": "0.1.0", + "@rocket.chat/api-client": "0.2.37", + "@rocket.chat/apps": "0.5.16", + "@rocket.chat/apps-engine": "1.55.0", + "@rocket.chat/base64": "1.0.13", + "@rocket.chat/cas-validate": "0.0.3", + "@rocket.chat/core-services": "0.10.0", + "@rocket.chat/core-typings": "7.11.0-develop", + "@rocket.chat/cron": "0.1.37", + "@rocket.chat/ddp-client": "0.3.37", + "@rocket.chat/desktop-api": "1.0.0", + "@rocket.chat/eslint-config": "0.7.0", + "@rocket.chat/favicon": "0.0.2", + "@rocket.chat/freeswitch": "1.2.24", + "@rocket.chat/fuselage-ui-kit": "22.0.0", + "@rocket.chat/gazzodown": "22.0.0", + "@rocket.chat/http-router": "7.9.4", + "@rocket.chat/i18n": "1.10.0", + "@rocket.chat/instance-status": "0.1.37", + "@rocket.chat/jest-presets": "0.0.1", + "@rocket.chat/jwt": "0.1.1", + "@rocket.chat/livechat": "1.23.8", + "@rocket.chat/log-format": "0.0.2", + "@rocket.chat/logger": "0.0.2", + "@rocket.chat/media-signaling": "0.0.1", + "@rocket.chat/message-parser": "0.31.32", + "@rocket.chat/message-types": "0.0.1", + "@rocket.chat/mock-providers": "0.3.0", + "@rocket.chat/model-typings": "1.7.0", + "@rocket.chat/models": "1.6.0", + "@rocket.chat/mongo-adapter": "0.0.2", + "@rocket.chat/poplib": "0.0.2", + "@rocket.chat/omni-core": "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.11.0-develop", + "@rocket.chat/server-cloud-communication": "0.0.2", + "@rocket.chat/server-fetch": "0.0.3", + "@rocket.chat/sha256": "1.0.12", + "@rocket.chat/storybook-config": "0.0.1", + "@rocket.chat/tools": "0.2.3", + "@rocket.chat/tracing": "0.0.1", + "@rocket.chat/tsconfig": "0.0.0", + "@rocket.chat/ui-avatar": "18.0.0", + "@rocket.chat/ui-client": "22.0.0", + "@rocket.chat/ui-composer": "0.5.2", + "@rocket.chat/ui-contexts": "22.0.0", + "@rocket.chat/ui-kit": "0.37.0", + "@rocket.chat/ui-video-conf": "22.0.0", + "@rocket.chat/ui-voip": "12.0.0", + "@rocket.chat/web-ui-registration": "22.0.0" + }, + "changesets": [ + "angry-apes-double", + "big-fireants-leave", + "bright-boats-speak", + "clean-feet-worry", + "cold-colts-hear", + "cool-pets-switch", + "cuddly-dots-end", + "curvy-cars-attend", + "fast-phones-poke", + "fifty-ducks-vanish", + "five-carpets-perform", + "fluffy-dryers-obey", + "fresh-deers-march", + "gentle-months-kick", + "green-ants-shop", + "grumpy-berries-arrive", + "itchy-news-design", + "late-impalas-battle", + "lazy-kings-appear", + "metal-jobs-learn", + "mighty-clouds-run", + "neat-spoons-worry", + "new-poems-compare", + "nice-balloons-relax", + "nice-bottles-breathe", + "ninety-rocks-hope", + "old-meals-pull", + "pink-pens-march", + "polite-garlics-wash", + "purple-sheep-bathe", + "quiet-spoons-lick", + "rare-plants-shake", + "rare-walls-press", + "rich-parrots-lie", + "rich-rules-sleep", + "rotten-dolphins-sort", + "shaggy-lobsters-attack", + "shy-dolphins-share", + "slow-ants-divide", + "strong-cars-drum", + "sweet-ghosts-teach", + "tasty-ravens-grow", + "thin-parents-beam", + "thirty-wasps-promise", + "twelve-cougars-suffer", + "two-owls-flow", + "two-planes-call", + "two-years-love", + "unlucky-peas-wink", + "weak-windows-doubt", + "witty-candles-impress", + "witty-impalas-flow" + ] +} diff --git a/apps/meteor/CHANGELOG.md b/apps/meteor/CHANGELOG.md index 89e6fb87f63..42455c37f5a 100644 --- a/apps/meteor/CHANGELOG.md +++ b/apps/meteor/CHANGELOG.md @@ -1,5 +1,154 @@ # @rocket.chat/meteor +## 7.11.0-rc.0 + +### Minor Changes + +- ([#36723](https://github.com/RocketChat/Rocket.Chat/pull/36723) by [@tiagoevanp](https://github.com/tiagoevanp)) Fixes search by name in custom emojis list, by adding a correct parameter to the endpoint `emoji-custom.all` + + Now the endpoint `emoji-custom.all` accepts a `name` as parameter, so the filter should work on emojis page withouth the necessity of set `ALLOW_UNSAFE_QUERY_AND_FIELDS_API_PARAMS` env var + +- ([#36923](https://github.com/RocketChat/Rocket.Chat/pull/36923)) Replaces some texts in order to improve the E2E encryption communication on the UI + +- ([#36589](https://github.com/RocketChat/Rocket.Chat/pull/36589)) Adds new endpoint to disable Livechat Contacts by its id, with a new permission `delete-livechat-contact`. + +- ([#36820](https://github.com/RocketChat/Rocket.Chat/pull/36820)) Fixes login using iframe authentication. + +- ([#36945](https://github.com/RocketChat/Rocket.Chat/pull/36945)) It removes the encrypted input from the edit room panel in order to avoid duplicated configurations with the same purpose + +- ([#36778](https://github.com/RocketChat/Rocket.Chat/pull/36778)) Introduces the ability to reset the e2e encrypted password from the enter e2e encrypted password modal + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +- ([#36717](https://github.com/RocketChat/Rocket.Chat/pull/36717)) Introduces a new voice call architecture along with a new and improved call widget experience. + +- ([#36397](https://github.com/RocketChat/Rocket.Chat/pull/36397)) Introduces a new flow for requesting device permissions for Voice Calling, prompting the user before the request. Also solves a few issues with the device selection menu. + +- ([#36974](https://github.com/RocketChat/Rocket.Chat/pull/36974)) Improves the Outbound Message modal’s scrolling on smaller viewports and with large templates + +### Patch Changes + +- ([#36861](https://github.com/RocketChat/Rocket.Chat/pull/36861)) Enable room search by Cyrillic characters in channel names (e.g. "тест"). + +- ([#36967](https://github.com/RocketChat/Rocket.Chat/pull/36967)) Fixes an issue where apps that import node native modules with the optional `node:` specifier would fail to construct + +- ([#37031](https://github.com/RocketChat/Rocket.Chat/pull/37031)) Removes deprecated search federated rooms + +- ([#36933](https://github.com/RocketChat/Rocket.Chat/pull/36933)) Adds deprecation warning on `livechat:removeCustomField` with new endpoint replacing it; `livechat/custom-fields.delete` + +- ([#36975](https://github.com/RocketChat/Rocket.Chat/pull/36975)) Adds deprecation warning on `livechat:saveAgentInfo` with new endpoint replacing it; `livechat/agents.saveInfo` + +- ([#36866](https://github.com/RocketChat/Rocket.Chat/pull/36866)) Fixes an issue with iframe authentication where login should always fallback to iframe authentication in case of any erorrs. + +- ([#36661](https://github.com/RocketChat/Rocket.Chat/pull/36661)) Fixes `channels.messages`, `groups.messages`, `dm.messages` and `im.messages` APIs to filter out deleted messages. + +- ([#37052](https://github.com/RocketChat/Rocket.Chat/pull/37052)) Adds deprecation warning on `saveCannedResponse` + +- ([#36812](https://github.com/RocketChat/Rocket.Chat/pull/36812) by [@tiagoevanp](https://github.com/tiagoevanp)) Prevent `Export Messages` tab from closing when selecting messages by clicking outside of it and preference "Hide Contextual Bar by clicking outside of it" is set true. + +- ([#36845](https://github.com/RocketChat/Rocket.Chat/pull/36845)) Adds deprecation warning to `livechat:getAnalyticsChartData`, as well as it adds a new endpoint to replace it; `livechat/analytics/dashboards/charts-data` + +- ([#36683](https://github.com/RocketChat/Rocket.Chat/pull/36683)) Fixes an issue where deleted messages remain visible until a manual page refresh when "Message removed" is hidden in hidden system messages settings. + +- ([#36982](https://github.com/RocketChat/Rocket.Chat/pull/36982)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates) + +- ([#36897](https://github.com/RocketChat/Rocket.Chat/pull/36897)) Adds deprecation warning on `livechat:getRoutingConfig`, as well as it adds new endpoint to replace it; `livechat/config/routing` + +- ([#37068](https://github.com/RocketChat/Rocket.Chat/pull/37068)) Changes the feedback message when inviting external users to a federated channel + +- ([#36995](https://github.com/RocketChat/Rocket.Chat/pull/36995)) Disables cache for outbound message providers to ensure UI is always up to date + +- ([#36813](https://github.com/RocketChat/Rocket.Chat/pull/36813)) Fixes an issue where the omnichannel default priorities are not being translated in the sidebar room menu + +- ([#36772](https://github.com/RocketChat/Rocket.Chat/pull/36772) by [@tiagoevanp](https://github.com/tiagoevanp)) Fix issue where resending the welcome email could include unresolved placeholders (e.g., `[name]`, `[email]`). + +- ([#37065](https://github.com/RocketChat/Rocket.Chat/pull/37065)) Adds missing tooltip when adding users to federated room, indicating verification status + +- ([#36799](https://github.com/RocketChat/Rocket.Chat/pull/36799)) Fixes a missing translation on the create channel/team modal + +- ([#36993](https://github.com/RocketChat/Rocket.Chat/pull/36993)) Adds deprecation warning on `livechat:removeRoom`, use `livechat/inquiries.take` instead + +- ([#36852](https://github.com/RocketChat/Rocket.Chat/pull/36852)) Fixes `teams.addMembers` API to assign team member roles properly. + +- ([#36921](https://github.com/RocketChat/Rocket.Chat/pull/36921)) Adds deprecation warning on `livechat:removeAllClosedRooms` with new endpoint replacing it; `livechat/rooms.removeAllClosedRooms` + +- ([#36855](https://github.com/RocketChat/Rocket.Chat/pull/36855)) Changes a strict behavior on reporting slash commands provided by apps + +- ([#37007](https://github.com/RocketChat/Rocket.Chat/pull/37007)) Fixes reactivity when creating a federated room, that was wrongly showing Join button on composer, requiring a reload or change of route to be able to send a message. + +- ([#36780](https://github.com/RocketChat/Rocket.Chat/pull/36780)) Fixes an issue where isn't possible to scroll the discussion list + +- ([#36981](https://github.com/RocketChat/Rocket.Chat/pull/36981)) Adds deprecation warning on `livechat:saveDepartment` + +- ([#36797](https://github.com/RocketChat/Rocket.Chat/pull/36797)) Fixes an issue where the encryption toggle was incorrectly reset/disabled/enabled in the Teams creation modal when Broadcast or Private was toggled, or when the user lacked unrelated permissions. + +- ([#36919](https://github.com/RocketChat/Rocket.Chat/pull/36919)) Show iframe authentication page, when login through iframe authentication API token fails + +- ([#37050](https://github.com/RocketChat/Rocket.Chat/pull/37050)) Adds a validation to external users when creating a channel that is not federated + +- ([#36814](https://github.com/RocketChat/Rocket.Chat/pull/36814)) Fixes canned messages contextual bar "Create" button not being affected by the correct permission + +- ([#36745](https://github.com/RocketChat/Rocket.Chat/pull/36745) by [@tiagoevanp](https://github.com/tiagoevanp)) Fixes intermittent error "Cannot read properties of undefined" when editing messages + +- ([#36776](https://github.com/RocketChat/Rocket.Chat/pull/36776)) Fixes an issue where the omnichannel default priorities are not being translated in priorities list + +- ([#36870](https://github.com/RocketChat/Rocket.Chat/pull/36870)) Fixes an issue with inconsistent tooltip display in the permission row + +- ([#36943](https://github.com/RocketChat/Rocket.Chat/pull/36943)) Fixes an issue where an object reference leak would cause invalid data to be stored in the database during app installation + +- ([#36880](https://github.com/RocketChat/Rocket.Chat/pull/36880)) Fixes issue with Login Detection emails showing undefined values instead of the user agent info + +- ([#36668](https://github.com/RocketChat/Rocket.Chat/pull/36668) by [@ahmed-n-abdeltwab](https://github.com/ahmed-n-abdeltwab)) Add OpenAPI support for the Rocket.Chat chat.unPinMessage API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation. + +- ([#36971](https://github.com/RocketChat/Rocket.Chat/pull/36971)) Adds deprecation warning on `livechat:saveCustomField` with new endpoint replacing it; `livechat/custom-fields.save` + +- ([#37071](https://github.com/RocketChat/Rocket.Chat/pull/37071)) Prevents adding a external user to a non federated room through Members tab + +- ([#36883](https://github.com/RocketChat/Rocket.Chat/pull/36883)) Fixes an issue where users table headers are being displayed when there's no results + +- ([#36986](https://github.com/RocketChat/Rocket.Chat/pull/36986)) Adds deprecation warning on `livechat:sendTranscript` with endpoint replacing it; `livechat/trasncript` + +- ([#36994](https://github.com/RocketChat/Rocket.Chat/pull/36994)) Fixes button `Add members` not being disabled on a federated room memers tab, when no user is selected + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, f139c0d42790f0df076f32b4184f6b846bcdbc26, d76a5578ed0e14fae2a041c0e09d565b28630d76, 752e6d41463a1d24e6478e9a815d096c61bcccd9, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, dca0b3a44b0c780c0f2b3d78e87074599bc7d43c, d0467df80694fa1bac560085fa704a138872b3cb, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 3dfb557f723a395bc1e00f2647675968c46656bc, 276c270f34293729182e9ebab61e1ff2c35398fc, 3484c1fa14beafa62460f00de5a89cbfa4fa0db5, 5af5203455a41e52dc2a9562d5f30708c7a5e6a5, e82cfaa98321338b86597506c8e872d9f81dc638, feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, 3cbb7da0d8db7f83cd8fa6f9e8f18182b97704f5, 3b2905b476d62817e551ca639600195ebe614c40, 72d9474b2f9149d8690d3483237bd2273d6799ac, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1, c6ef437d9071dbd8c08152984dc39542b1ae7306, 399ab0233c9cd5d7f25ce955b452feecdc378744]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/apps-engine@1.56.0-rc.0 + - @rocket.chat/gazzodown@23.0.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/i18n@1.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/ui-contexts@23.0.0-rc.0 + - @rocket.chat/web-ui-registration@23.0.0-rc.0 + - @rocket.chat/fuselage-ui-kit@23.0.0-rc.0 + - @rocket.chat/ui-theming@0.4.4-rc.0 + - @rocket.chat/ui-video-conf@23.0.0-rc.0 + - @rocket.chat/ui-composer@0.5.3-rc.0 + - @rocket.chat/ui-avatar@19.0.0-rc.0 + - @rocket.chat/ui-client@23.0.0-rc.0 + - @rocket.chat/ui-voip@13.0.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/license@1.1.0-rc.0 + - @rocket.chat/federation-service@0.1.1-rc.0 + - @rocket.chat/federation-matrix@0.0.2-rc.0 + - @rocket.chat/media-calls@0.0.2-rc.0 + - @rocket.chat/omni-core-ee@0.0.3-rc.0 + - @rocket.chat/omnichannel-services@0.3.35-rc.0 + - @rocket.chat/presence@0.2.38-rc.0 + - @rocket.chat/cron@0.1.38-rc.0 + - @rocket.chat/instance-status@0.1.38-rc.0 + - @rocket.chat/omni-core@0.0.3-rc.0 + - @rocket.chat/apps@0.5.17-rc.0 + - @rocket.chat/api-client@0.2.38-rc.0 + - @rocket.chat/http-router@7.9.5-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 + - @rocket.chat/pdf-worker@0.3.17-rc.0 + - @rocket.chat/freeswitch@1.2.25-rc.0 + - @rocket.chat/message-types@0.0.1 + - @rocket.chat/server-cloud-communication@0.0.2 +
+ ## 7.10.0 ### Minor Changes diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index ae221c8b944..64f6beceacf 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "7.11.0-develop" + "version": "7.11.0-rc.0" } diff --git a/apps/meteor/ee/server/services/CHANGELOG.md b/apps/meteor/ee/server/services/CHANGELOG.md index 5a81a4a38b9..9a55f5b4ea4 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.29-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, f139c0d42790f0df076f32b4184f6b846bcdbc26, d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 3dfb557f723a395bc1e00f2647675968c46656bc, 276c270f34293729182e9ebab61e1ff2c35398fc, 3484c1fa14beafa62460f00de5a89cbfa4fa0db5, b0a4602a4461200b9872b2b073ec56fa55ecb466, 72d9474b2f9149d8690d3483237bd2273d6799ac, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/apps-engine@1.56.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
+ ## 2.0.28 ### Patch Changes diff --git a/apps/meteor/ee/server/services/package.json b/apps/meteor/ee/server/services/package.json index fbdb5558a83..24fbba992dd 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.28", + "version": "2.0.29-rc.0", "description": "Rocket.Chat Authorization service", "main": "index.js", "scripts": { diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 7687c384abf..43f8d90d3fe 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.11.0-develop", + "version": "7.11.0-rc.0", "private": true, "type": "commonjs", "author": { diff --git a/apps/uikit-playground/CHANGELOG.md b/apps/uikit-playground/CHANGELOG.md index 8d0d84c9c32..2626feb04a1 100644 --- a/apps/uikit-playground/CHANGELOG.md +++ b/apps/uikit-playground/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/uikit-playground +## 0.6.29-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/ui-contexts@23.0.0-rc.0 + - @rocket.chat/fuselage-ui-kit@23.0.0-rc.0 + - @rocket.chat/ui-avatar@19.0.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 0.6.28 ### Patch Changes diff --git a/apps/uikit-playground/package.json b/apps/uikit-playground/package.json index 88707835e45..01ba107a00e 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.28", + "version": "0.6.29-rc.0", "type": "module", "scripts": { "dev": "vite", diff --git a/ee/apps/account-service/CHANGELOG.md b/ee/apps/account-service/CHANGELOG.md index 25ea4de58ae..d9781be4cea 100644 --- a/ee/apps/account-service/CHANGELOG.md +++ b/ee/apps/account-service/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/account-service +## 0.4.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 3dfb557f723a395bc1e00f2647675968c46656bc, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
+ ## 0.4.37 ### Patch Changes diff --git a/ee/apps/account-service/package.json b/ee/apps/account-service/package.json index 33c0bb1332c..2b152604333 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.37", + "version": "0.4.38-rc.0", "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 301badda38f..8fee4880d31 100644 --- a/ee/apps/authorization-service/CHANGELOG.md +++ b/ee/apps/authorization-service/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/authorization-service +## 0.4.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 3dfb557f723a395bc1e00f2647675968c46656bc, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
+ ## 0.4.37 ### Patch Changes diff --git a/ee/apps/authorization-service/package.json b/ee/apps/authorization-service/package.json index 1c546a98c1a..ece934bd124 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.37", + "version": "0.4.38-rc.0", "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 ed62b55e9e0..fcdb332fae2 100644 --- a/ee/apps/ddp-streamer/CHANGELOG.md +++ b/ee/apps/ddp-streamer/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/ddp-streamer +## 0.3.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 3dfb557f723a395bc1e00f2647675968c46656bc, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/instance-status@0.1.38-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
+ ## 0.3.37 ### Patch Changes diff --git a/ee/apps/ddp-streamer/package.json b/ee/apps/ddp-streamer/package.json index 902ab9fb776..c0672f92252 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.37", + "version": "0.3.38-rc.0", "description": "Rocket.Chat DDP-Streamer service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/federation-service/CHANGELOG.md b/ee/apps/federation-service/CHANGELOG.md new file mode 100644 index 00000000000..0d7e80a1b38 --- /dev/null +++ b/ee/apps/federation-service/CHANGELOG.md @@ -0,0 +1,17 @@ +# @rocket.chat/federation-service + +## 0.1.1-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, 3dfb557f723a395bc1e00f2647675968c46656bc, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/license@1.1.0-rc.0 + - @rocket.chat/federation-matrix@0.0.2-rc.0 + - @rocket.chat/instance-status@0.1.38-rc.0 + - @rocket.chat/http-router@7.9.5-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
diff --git a/ee/apps/federation-service/package.json b/ee/apps/federation-service/package.json index d5e9ad9819a..fb1e281842e 100644 --- a/ee/apps/federation-service/package.json +++ b/ee/apps/federation-service/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/federation-service", "private": true, - "version": "0.1.0", + "version": "0.1.1-rc.0", "description": "Rocket.Chat Federation service", "main": "./dist/index.js", "exports": { diff --git a/ee/apps/omnichannel-transcript/CHANGELOG.md b/ee/apps/omnichannel-transcript/CHANGELOG.md index 8716ad7ecd7..819fe48fa3c 100644 --- a/ee/apps/omnichannel-transcript/CHANGELOG.md +++ b/ee/apps/omnichannel-transcript/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/omnichannel-transcript +## 0.4.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 752e6d41463a1d24e6478e9a815d096c61bcccd9, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, dca0b3a44b0c780c0f2b3d78e87074599bc7d43c, d0467df80694fa1bac560085fa704a138872b3cb, 3dfb557f723a395bc1e00f2647675968c46656bc, 5af5203455a41e52dc2a9562d5f30708c7a5e6a5, e82cfaa98321338b86597506c8e872d9f81dc638, b0a4602a4461200b9872b2b073ec56fa55ecb466, 3cbb7da0d8db7f83cd8fa6f9e8f18182b97704f5, 3b2905b476d62817e551ca639600195ebe614c40, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/i18n@1.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.35-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 + - @rocket.chat/pdf-worker@0.3.17-rc.0 +
+ ## 0.4.37 ### Patch Changes diff --git a/ee/apps/omnichannel-transcript/package.json b/ee/apps/omnichannel-transcript/package.json index 3ed43590123..1c8ed3c3928 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.37", + "version": "0.4.38-rc.0", "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 c332cfca013..e49aee719a5 100644 --- a/ee/apps/presence-service/CHANGELOG.md +++ b/ee/apps/presence-service/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/presence-service +## 0.4.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, 3dfb557f723a395bc1e00f2647675968c46656bc, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/presence@0.2.38-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
+ ## 0.4.37 ### Patch Changes diff --git a/ee/apps/presence-service/package.json b/ee/apps/presence-service/package.json index 4c94881aea6..838aeb3dc2c 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.37", + "version": "0.4.38-rc.0", "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 82a9cdef47d..b2845cd86f5 100644 --- a/ee/apps/queue-worker/CHANGELOG.md +++ b/ee/apps/queue-worker/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/queue-worker +## 0.4.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, 3dfb557f723a395bc1e00f2647675968c46656bc, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.35-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
+ ## 0.4.37 ### Patch Changes diff --git a/ee/apps/queue-worker/package.json b/ee/apps/queue-worker/package.json index a552be1e58c..4a45a1032c5 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.37", + "version": "0.4.38-rc.0", "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 e5a7ff5e275..548fc55a3cf 100644 --- a/ee/apps/stream-hub-service/CHANGELOG.md +++ b/ee/apps/stream-hub-service/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/stream-hub-service +## 0.4.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, 3dfb557f723a395bc1e00f2647675968c46656bc, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
+ ## 0.4.37 ### Patch Changes diff --git a/ee/apps/stream-hub-service/package.json b/ee/apps/stream-hub-service/package.json index 6771383b2cf..cf45115fbb3 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.37", + "version": "0.4.38-rc.0", "description": "Rocket.Chat Stream Hub service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/packages/federation-matrix/CHANGELOG.md b/ee/packages/federation-matrix/CHANGELOG.md new file mode 100644 index 00000000000..6e2221f3698 --- /dev/null +++ b/ee/packages/federation-matrix/CHANGELOG.md @@ -0,0 +1,16 @@ +# @rocket.chat/federation-matrix + +## 0.0.2-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 3dfb557f723a395bc1e00f2647675968c46656bc, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/license@1.1.0-rc.0 + - @rocket.chat/http-router@7.9.5-rc.0 + - @rocket.chat/network-broker@0.2.17-rc.0 +
diff --git a/ee/packages/federation-matrix/package.json b/ee/packages/federation-matrix/package.json index 76d068aaf78..8f2267c6109 100644 --- a/ee/packages/federation-matrix/package.json +++ b/ee/packages/federation-matrix/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/federation-matrix", - "version": "0.0.1", + "version": "0.0.2-rc.0", "private": true, "devDependencies": { "@babel/cli": "~7.26.0", diff --git a/ee/packages/license/CHANGELOG.md b/ee/packages/license/CHANGELOG.md index 8dd8c1c0e97..9e853607d22 100644 --- a/ee/packages/license/CHANGELOG.md +++ b/ee/packages/license/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/license +## 1.1.0-rc.0 + +### Minor Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +### Patch Changes + +-
Updated dependencies [b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 1.0.28 ### Patch Changes diff --git a/ee/packages/license/package.json b/ee/packages/license/package.json index 9d952756d79..1850d88041b 100644 --- a/ee/packages/license/package.json +++ b/ee/packages/license/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/license", - "version": "1.0.28", + "version": "1.1.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/ee/packages/media-calls/CHANGELOG.md b/ee/packages/media-calls/CHANGELOG.md new file mode 100644 index 00000000000..c7f1be2abe8 --- /dev/null +++ b/ee/packages/media-calls/CHANGELOG.md @@ -0,0 +1,11 @@ +# @rocket.chat/media-calls + +## 0.0.2-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
diff --git a/ee/packages/media-calls/package.json b/ee/packages/media-calls/package.json index 5c14fa6c1e5..fcc6f2721f0 100644 --- a/ee/packages/media-calls/package.json +++ b/ee/packages/media-calls/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/media-calls", - "version": "0.0.1", + "version": "0.0.2-rc.0", "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 3441d0a3134..3ca6f215a0c 100644 --- a/ee/packages/network-broker/CHANGELOG.md +++ b/ee/packages/network-broker/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/network-broker +## 0.2.17-rc.0 + +### Patch Changes + +-
Updated dependencies [3dfb557f723a395bc1e00f2647675968c46656bc]: + + - @rocket.chat/core-services@0.10.1-rc.0 +
+ ## 0.2.16 ### Patch Changes diff --git a/ee/packages/network-broker/package.json b/ee/packages/network-broker/package.json index 8e9bbd82038..a62a164644b 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.2.16", + "version": "0.2.17-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/ee/packages/omni-core-ee/CHANGELOG.md b/ee/packages/omni-core-ee/CHANGELOG.md index f08f84ec4a6..42e3e75c6e1 100644 --- a/ee/packages/omni-core-ee/CHANGELOG.md +++ b/ee/packages/omni-core-ee/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/omni-core-ee +## 0.0.3-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, 3dfb557f723a395bc1e00f2647675968c46656bc]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/omni-core@0.0.3-rc.0 +
+ ## 0.0.2 ### Patch Changes diff --git a/ee/packages/omni-core-ee/package.json b/ee/packages/omni-core-ee/package.json index 4b0c057f28c..5a49c1f2c4f 100644 --- a/ee/packages/omni-core-ee/package.json +++ b/ee/packages/omni-core-ee/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/omni-core-ee", - "version": "0.0.2", + "version": "0.0.3-rc.0", "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 c9feaec80f6..78406384743 100644 --- a/ee/packages/omnichannel-services/CHANGELOG.md +++ b/ee/packages/omnichannel-services/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/omnichannel-services +## 0.3.35-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, d76a5578ed0e14fae2a041c0e09d565b28630d76, 752e6d41463a1d24e6478e9a815d096c61bcccd9, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, dca0b3a44b0c780c0f2b3d78e87074599bc7d43c, d0467df80694fa1bac560085fa704a138872b3cb, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 3dfb557f723a395bc1e00f2647675968c46656bc, 276c270f34293729182e9ebab61e1ff2c35398fc, 5af5203455a41e52dc2a9562d5f30708c7a5e6a5, e82cfaa98321338b86597506c8e872d9f81dc638, b0a4602a4461200b9872b2b073ec56fa55ecb466, 3cbb7da0d8db7f83cd8fa6f9e8f18182b97704f5, 3b2905b476d62817e551ca639600195ebe614c40, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/i18n@1.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/pdf-worker@0.3.17-rc.0 + - @rocket.chat/message-types@0.0.1 +
+ ## 0.3.34 ### Patch Changes diff --git a/ee/packages/omnichannel-services/package.json b/ee/packages/omnichannel-services/package.json index 12512d38736..5da85ce13c0 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.34", + "version": "0.3.35-rc.0", "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 8e87e9b51a3..0183f0f8d2a 100644 --- a/ee/packages/pdf-worker/CHANGELOG.md +++ b/ee/packages/pdf-worker/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/pdf-worker +## 0.3.17-rc.0 + +### Patch Changes + +-
Updated dependencies [b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 0.3.16 ### Patch Changes diff --git a/ee/packages/pdf-worker/package.json b/ee/packages/pdf-worker/package.json index a06eadc5186..b6894f72310 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.3.16", + "version": "0.3.17-rc.0", "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 a01bd8d5d21..545f9b26df3 100644 --- a/ee/packages/presence/CHANGELOG.md +++ b/ee/packages/presence/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/presence +## 0.2.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, 3dfb557f723a395bc1e00f2647675968c46656bc, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/core-services@0.10.1-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 0.2.37 ### Patch Changes diff --git a/ee/packages/presence/package.json b/ee/packages/presence/package.json index df4f0050853..91a06cfb9f9 100644 --- a/ee/packages/presence/package.json +++ b/ee/packages/presence/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/presence", - "version": "0.2.37", + "version": "0.2.38-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.26.10", diff --git a/ee/packages/ui-theming/CHANGELOG.md b/ee/packages/ui-theming/CHANGELOG.md index e781149cf83..58a79021d10 100644 --- a/ee/packages/ui-theming/CHANGELOG.md +++ b/ee/packages/ui-theming/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket.chat/ui-theming +## 0.4.4-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + ## 0.4.3 ### Patch Changes diff --git a/ee/packages/ui-theming/package.json b/ee/packages/ui-theming/package.json index dbbf2beb743..7632acf48cf 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.3", + "version": "0.4.4-rc.0", "private": true, "devDependencies": { "@rocket.chat/css-in-js": "~0.31.25", diff --git a/package.json b/package.json index 365fa33ceb6..0c24f950002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "7.11.0-develop", + "version": "7.11.0-rc.0", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true, diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index 219e07d5a09..f7253a179ca 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/api-client +## 0.2.38-rc.0 + +### Patch Changes + +-
Updated dependencies [d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 0.2.37 ### Patch Changes diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 82ef21fd7aa..d26cf754c0b 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.37", + "version": "0.2.38-rc.0", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", diff --git a/packages/apps-engine/CHANGELOG.md b/packages/apps-engine/CHANGELOG.md index 080918d1923..5e282f33e93 100644 --- a/packages/apps-engine/CHANGELOG.md +++ b/packages/apps-engine/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/apps-engine +## 1.56.0-rc.0 + +### Minor Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +### Patch Changes + +- ([#36967](https://github.com/RocketChat/Rocket.Chat/pull/36967)) Fixes an issue where apps that import node native modules with the optional `node:` specifier would fail to construct + +- ([#36855](https://github.com/RocketChat/Rocket.Chat/pull/36855)) Changes a strict behavior on reporting slash commands provided by apps + +- ([#36943](https://github.com/RocketChat/Rocket.Chat/pull/36943)) Fixes an issue where an object reference leak would cause invalid data to be stored in the database during app installation + ## 1.55.0 ### Minor Changes diff --git a/packages/apps-engine/package.json b/packages/apps-engine/package.json index 8b81eeebf58..f4a914a2b70 100644 --- a/packages/apps-engine/package.json +++ b/packages/apps-engine/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps-engine", - "version": "1.55.0", + "version": "1.56.0-rc.0", "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 54672b70a2d..bd210e1cae7 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/apps +## 0.5.17-rc.0 + +### Patch Changes + +-
Updated dependencies [f139c0d42790f0df076f32b4184f6b846bcdbc26, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, 3484c1fa14beafa62460f00de5a89cbfa4fa0db5, b0a4602a4461200b9872b2b073ec56fa55ecb466, 72d9474b2f9149d8690d3483237bd2273d6799ac]: + + - @rocket.chat/apps-engine@1.56.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 0.5.16 ### Patch Changes diff --git a/packages/apps/package.json b/packages/apps/package.json index bad9ab815bc..d3464d27199 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps", - "version": "0.5.16", + "version": "0.5.17-rc.0", "private": true, "devDependencies": { "@rocket.chat/tsconfig": "workspace:*", diff --git a/packages/core-services/CHANGELOG.md b/packages/core-services/CHANGELOG.md index 19333f4a65b..d3a09e9a7fa 100644 --- a/packages/core-services/CHANGELOG.md +++ b/packages/core-services/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/core-services +## 0.10.1-rc.0 + +### Patch Changes + +- ([#36852](https://github.com/RocketChat/Rocket.Chat/pull/36852)) Fixes `teams.addMembers` API to assign team member roles properly. + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/http-router@7.9.5-rc.0 +
+ ## 0.10.0 ### Minor Changes diff --git a/packages/core-services/package.json b/packages/core-services/package.json index 4e5a67b300f..6ec21269221 100644 --- a/packages/core-services/package.json +++ b/packages/core-services/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/core-services", - "version": "0.10.0", + "version": "0.10.1-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.26.10", diff --git a/packages/core-typings/CHANGELOG.md b/packages/core-typings/CHANGELOG.md index 3dbe5b9a743..eadb8c015b8 100644 --- a/packages/core-typings/CHANGELOG.md +++ b/packages/core-typings/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket.chat/core-typings +## 7.11.0-rc.0 + +### Minor Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + ## 7.10.0 ### Minor Changes diff --git a/packages/core-typings/package.json b/packages/core-typings/package.json index e638a89174f..920262e9988 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.11.0-develop", + "version": "7.11.0-rc.0", "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index 19036a0ae2b..e22f6bbbfcf 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/cron +## 0.1.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/models@1.7.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 0.1.37 ### Patch Changes diff --git a/packages/cron/package.json b/packages/cron/package.json index 28879858b52..c6ffe09c051 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/cron", - "version": "0.1.37", + "version": "0.1.38-rc.0", "private": true, "devDependencies": { "@rocket.chat/tsconfig": "workspace:*", diff --git a/packages/ddp-client/CHANGELOG.md b/packages/ddp-client/CHANGELOG.md index d82870ce890..83f15b80dcf 100644 --- a/packages/ddp-client/CHANGELOG.md +++ b/packages/ddp-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/ddp-client +## 0.3.38-rc.0 + +### Patch Changes + +-
Updated dependencies [d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/api-client@0.2.38-rc.0 +
+ ## 0.3.37 ### Patch Changes diff --git a/packages/ddp-client/package.json b/packages/ddp-client/package.json index 9f3368ff626..166827c5530 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.37", + "version": "0.3.38-rc.0", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", diff --git a/packages/desktop-api/CHANGELOG.md b/packages/desktop-api/CHANGELOG.md index a65a8a8838c..a010f2b7598 100644 --- a/packages/desktop-api/CHANGELOG.md +++ b/packages/desktop-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket.chat/desktop-api +## 1.1.0-rc.0 + +### Minor Changes + +- ([#36912](https://github.com/RocketChat/Rocket.Chat/pull/36912)) Defines `reloadServer()` method for the context bridge object type. + ## 1.0.0 ### Major Changes diff --git a/packages/desktop-api/package.json b/packages/desktop-api/package.json index e7f8c834ec4..13607c7973a 100644 --- a/packages/desktop-api/package.json +++ b/packages/desktop-api/package.json @@ -1,7 +1,7 @@ { "$schema": "https://www.schemastore.org/package", "name": "@rocket.chat/desktop-api", - "version": "1.0.0", + "version": "1.1.0-rc.0", "type": "module", "exports": { ".": { diff --git a/packages/freeswitch/CHANGELOG.md b/packages/freeswitch/CHANGELOG.md index 90ca8e07adc..ab3fe18322c 100644 --- a/packages/freeswitch/CHANGELOG.md +++ b/packages/freeswitch/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/freeswitch +## 1.2.25-rc.0 + +### Patch Changes + +-
Updated dependencies [b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 1.2.24 ### Patch Changes diff --git a/packages/freeswitch/package.json b/packages/freeswitch/package.json index 857eec8ffa7..b7eee721e2d 100644 --- a/packages/freeswitch/package.json +++ b/packages/freeswitch/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/freeswitch", - "version": "1.2.24", + "version": "1.2.25-rc.0", "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 eabf98c0876..4ef17214331 100644 --- a/packages/fuselage-ui-kit/CHANGELOG.md +++ b/packages/fuselage-ui-kit/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 23.0.0-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [f139c0d42790f0df076f32b4184f6b846bcdbc26, d76a5578ed0e14fae2a041c0e09d565b28630d76, 3484c1fa14beafa62460f00de5a89cbfa4fa0db5, feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, 72d9474b2f9149d8690d3483237bd2273d6799ac, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/apps-engine@1.56.0-rc.0 + - @rocket.chat/gazzodown@23.0.0-rc.0 + - @rocket.chat/ui-contexts@23.0.0-rc.0 + - @rocket.chat/ui-video-conf@23.0.0-rc.0 + - @rocket.chat/ui-avatar@19.0.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 22.0.0 ### Patch Changes diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 9b22774528f..7e8f9d2d4ca 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": "22.0.0", + "version": "23.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/", diff --git a/packages/gazzodown/CHANGELOG.md b/packages/gazzodown/CHANGELOG.md index 075505da3d5..0801f2867cc 100644 --- a/packages/gazzodown/CHANGELOG.md +++ b/packages/gazzodown/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/gazzodown +## 23.0.0-rc.0 + +### Patch Changes + +- ([#36723](https://github.com/RocketChat/Rocket.Chat/pull/36723) by [@tiagoevanp](https://github.com/tiagoevanp)) Fixes search by name in custom emojis list, by adding a correct parameter to the endpoint `emoji-custom.all` + + Now the endpoint `emoji-custom.all` accepts a `name` as parameter, so the filter should work on emojis page withouth the necessity of set `ALLOW_UNSAFE_QUERY_AND_FIELDS_API_PARAMS` env var + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, c6ef437d9071dbd8c08152984dc39542b1ae7306, 399ab0233c9cd5d7f25ce955b452feecdc378744]: + + - @rocket.chat/ui-contexts@23.0.0-rc.0 + - @rocket.chat/ui-client@23.0.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 22.0.0 ### Patch Changes diff --git a/packages/gazzodown/package.json b/packages/gazzodown/package.json index 8944b9ac2f6..2e1bac4c489 100644 --- a/packages/gazzodown/package.json +++ b/packages/gazzodown/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/gazzodown", - "version": "22.0.0", + "version": "23.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/http-router/CHANGELOG.md b/packages/http-router/CHANGELOG.md index 47dc447ac63..f8ed27d0f93 100644 --- a/packages/http-router/CHANGELOG.md +++ b/packages/http-router/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/http-router +## 7.9.5-rc.0 + +### Patch Changes + +-
Updated dependencies [d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 276c270f34293729182e9ebab61e1ff2c35398fc, b0a4602a4461200b9872b2b073ec56fa55ecb466, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 7.9.4 ### Patch Changes diff --git a/packages/http-router/package.json b/packages/http-router/package.json index cc529d9d787..8545501e604 100644 --- a/packages/http-router/package.json +++ b/packages/http-router/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/http-router", - "version": "7.9.4", + "version": "7.9.5-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:~", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index a3cb11db668..3c18ed3af60 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,31 @@ # @rocket.chat/i18n +## 1.11.0-rc.0 + +### Minor Changes + +- ([#36923](https://github.com/RocketChat/Rocket.Chat/pull/36923)) Replaces some texts in order to improve the E2E encryption communication on the UI + +- ([#36589](https://github.com/RocketChat/Rocket.Chat/pull/36589)) Adds new endpoint to disable Livechat Contacts by its id, with a new permission `delete-livechat-contact`. + +- ([#36778](https://github.com/RocketChat/Rocket.Chat/pull/36778)) Introduces the ability to reset the e2e encrypted password from the enter e2e encrypted password modal + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +- ([#36717](https://github.com/RocketChat/Rocket.Chat/pull/36717)) Introduces a new voice call architecture along with a new and improved call widget experience. + +- ([#36397](https://github.com/RocketChat/Rocket.Chat/pull/36397)) Introduces a new flow for requesting device permissions for Voice Calling, prompting the user before the request. Also solves a few issues with the device selection menu. + +### Patch Changes + +- ([#37068](https://github.com/RocketChat/Rocket.Chat/pull/37068)) Changes the feedback message when inviting external users to a federated channel + +- ([#37065](https://github.com/RocketChat/Rocket.Chat/pull/37065)) Adds missing tooltip when adding users to federated room, indicating verification status + +- ([#36797](https://github.com/RocketChat/Rocket.Chat/pull/36797)) Fixes an issue where the encryption toggle was incorrectly reset/disabled/enabled in the Teams creation modal when Broadcast or Private was toggled, or when the user lacked unrelated permissions. + +- ([#37050](https://github.com/RocketChat/Rocket.Chat/pull/37050)) Adds a validation to external users when creating a channel that is not federated + ## 1.10.0 ### Minor Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 770e66060a2..ee534fb1a91 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/i18n", - "version": "1.10.0", + "version": "1.11.0-rc.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/instance-status/CHANGELOG.md b/packages/instance-status/CHANGELOG.md index 9fec0beebbf..89271cda609 100644 --- a/packages/instance-status/CHANGELOG.md +++ b/packages/instance-status/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/instance-status +## 0.1.38-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7]: + + - @rocket.chat/models@1.7.0-rc.0 +
+ ## 0.1.37 ### Patch Changes diff --git a/packages/instance-status/package.json b/packages/instance-status/package.json index b3569ab6242..09d072f91c0 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.37", + "version": "0.1.38-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/livechat/CHANGELOG.md b/packages/livechat/CHANGELOG.md index 640d1c00121..3e74874dbd2 100644 --- a/packages/livechat/CHANGELOG.md +++ b/packages/livechat/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/livechat Change Log +## 1.23.9-rc.0 + +### Patch Changes + +-
Updated dependencies [d76a5578ed0e14fae2a041c0e09d565b28630d76, b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/gazzodown@23.0.0-rc.0 +
+ ## 1.23.8 ### Patch Changes diff --git a/packages/livechat/package.json b/packages/livechat/package.json index 8a60f126ae8..083d24e0b53 100644 --- a/packages/livechat/package.json +++ b/packages/livechat/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.23.8", + "version": "1.23.9-rc.0", "files": [ "/build" ], diff --git a/packages/mock-providers/CHANGELOG.md b/packages/mock-providers/CHANGELOG.md index c48c85485e3..225002775c1 100644 --- a/packages/mock-providers/CHANGELOG.md +++ b/packages/mock-providers/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/mock-providers +## 0.4.0-rc.0 + +### Minor Changes + +- ([#36397](https://github.com/RocketChat/Rocket.Chat/pull/36397)) Introduces a new flow for requesting device permissions for Voice Calling, prompting the user before the request. Also solves a few issues with the device selection menu. + +### Patch Changes + +-
Updated dependencies [752e6d41463a1d24e6478e9a815d096c61bcccd9, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, dca0b3a44b0c780c0f2b3d78e87074599bc7d43c, d0467df80694fa1bac560085fa704a138872b3cb, 5af5203455a41e52dc2a9562d5f30708c7a5e6a5, e82cfaa98321338b86597506c8e872d9f81dc638, feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, 3cbb7da0d8db7f83cd8fa6f9e8f18182b97704f5, 3b2905b476d62817e551ca639600195ebe614c40, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/i18n@1.11.0-rc.0 + - @rocket.chat/ui-contexts@23.0.0-rc.0 +
+ ## 0.3.0 ### Minor Changes diff --git a/packages/mock-providers/package.json b/packages/mock-providers/package.json index 1cf7f5a17ec..cecf88ba6a0 100644 --- a/packages/mock-providers/package.json +++ b/packages/mock-providers/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mock-providers", - "version": "0.3.0", + "version": "0.4.0-rc.0", "private": true, "dependencies": { "@rocket.chat/emitter": "~0.31.25", diff --git a/packages/model-typings/CHANGELOG.md b/packages/model-typings/CHANGELOG.md index b7dac602417..0088ec30540 100644 --- a/packages/model-typings/CHANGELOG.md +++ b/packages/model-typings/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/model-typings +## 1.8.0-rc.0 + +### Minor Changes + +- ([#36589](https://github.com/RocketChat/Rocket.Chat/pull/36589)) Adds new endpoint to disable Livechat Contacts by its id, with a new permission `delete-livechat-contact`. + +### Patch Changes + +-
Updated dependencies [b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 1.7.0 ### Minor Changes diff --git a/packages/model-typings/package.json b/packages/model-typings/package.json index 816c348cfd7..ca9e6774efa 100644 --- a/packages/model-typings/package.json +++ b/packages/model-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/model-typings", - "version": "1.7.0", + "version": "1.8.0-rc.0", "private": true, "devDependencies": { "@types/node-rsa": "^1.1.4", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 5283f084a84..60d25987214 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/models +## 1.7.0-rc.0 + +### Minor Changes + +- ([#36589](https://github.com/RocketChat/Rocket.Chat/pull/36589)) Adds new endpoint to disable Livechat Contacts by its id, with a new permission `delete-livechat-contact`. + +### Patch Changes + +- ([#36861](https://github.com/RocketChat/Rocket.Chat/pull/36861)) Enable room search by Cyrillic characters in channel names (e.g. "тест"). + +-
Updated dependencies [d76a5578ed0e14fae2a041c0e09d565b28630d76, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 276c270f34293729182e9ebab61e1ff2c35398fc, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1]: + + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/model-typings@1.8.0-rc.0 +
+ ## 1.6.0 ### Minor Changes diff --git a/packages/models/package.json b/packages/models/package.json index b22ce6ffac8..78bb61a3adf 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/models", - "version": "1.6.0", + "version": "1.7.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/omni-core/CHANGELOG.md b/packages/omni-core/CHANGELOG.md index 79b84211b1a..45b1308ef7f 100644 --- a/packages/omni-core/CHANGELOG.md +++ b/packages/omni-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/omni-core +## 0.0.3-rc.0 + +### Patch Changes + +-
Updated dependencies [c102712222cc18c050f45f9279f8eafcff3e7e8a, 3e177dbd0b65d70bce8587287ba73b30170eb0f7]: + + - @rocket.chat/models@1.7.0-rc.0 +
+ ## 0.0.2 ### Patch Changes diff --git a/packages/omni-core/package.json b/packages/omni-core/package.json index 809b2db1f45..c05eaea9de6 100644 --- a/packages/omni-core/package.json +++ b/packages/omni-core/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/omni-core", - "version": "0.0.2", + "version": "0.0.3-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/rest-typings/CHANGELOG.md b/packages/rest-typings/CHANGELOG.md index 46b4df9d1ba..83bf7b4072c 100644 --- a/packages/rest-typings/CHANGELOG.md +++ b/packages/rest-typings/CHANGELOG.md @@ -1,5 +1,40 @@ # @rocket.chat/rest-typings +## 7.11.0-rc.0 + +### Minor Changes + +- ([#36723](https://github.com/RocketChat/Rocket.Chat/pull/36723) by [@tiagoevanp](https://github.com/tiagoevanp)) Fixes search by name in custom emojis list, by adding a correct parameter to the endpoint `emoji-custom.all` + + Now the endpoint `emoji-custom.all` accepts a `name` as parameter, so the filter should work on emojis page withouth the necessity of set `ALLOW_UNSAFE_QUERY_AND_FIELDS_API_PARAMS` env var + +- ([#36589](https://github.com/RocketChat/Rocket.Chat/pull/36589)) Adds new endpoint to disable Livechat Contacts by its id, with a new permission `delete-livechat-contact`. + +### Patch Changes + +- ([#36933](https://github.com/RocketChat/Rocket.Chat/pull/36933)) Adds deprecation warning on `livechat:removeCustomField` with new endpoint replacing it; `livechat/custom-fields.delete` + +- ([#36975](https://github.com/RocketChat/Rocket.Chat/pull/36975)) Adds deprecation warning on `livechat:saveAgentInfo` with new endpoint replacing it; `livechat/agents.saveInfo` + +- ([#36845](https://github.com/RocketChat/Rocket.Chat/pull/36845)) Adds deprecation warning to `livechat:getAnalyticsChartData`, as well as it adds a new endpoint to replace it; `livechat/analytics/dashboards/charts-data` + +- ([#36897](https://github.com/RocketChat/Rocket.Chat/pull/36897)) Adds deprecation warning on `livechat:getRoutingConfig`, as well as it adds new endpoint to replace it; `livechat/config/routing` + +- ([#36993](https://github.com/RocketChat/Rocket.Chat/pull/36993)) Adds deprecation warning on `livechat:removeRoom`, use `livechat/inquiries.take` instead + +- ([#36921](https://github.com/RocketChat/Rocket.Chat/pull/36921)) Adds deprecation warning on `livechat:removeAllClosedRooms` with new endpoint replacing it; `livechat/rooms.removeAllClosedRooms` + +- ([#36668](https://github.com/RocketChat/Rocket.Chat/pull/36668) by [@ahmed-n-abdeltwab](https://github.com/ahmed-n-abdeltwab)) Add OpenAPI support for the Rocket.Chat chat.unPinMessage API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation. + +- ([#36971](https://github.com/RocketChat/Rocket.Chat/pull/36971)) Adds deprecation warning on `livechat:saveCustomField` with new endpoint replacing it; `livechat/custom-fields.save` + +- ([#36986](https://github.com/RocketChat/Rocket.Chat/pull/36986)) Adds deprecation warning on `livechat:sendTranscript` with endpoint replacing it; `livechat/trasncript` + +-
Updated dependencies [b0a4602a4461200b9872b2b073ec56fa55ecb466]: + + - @rocket.chat/core-typings@7.11.0-rc.0 +
+ ## 7.10.0 ### Minor Changes diff --git a/packages/rest-typings/package.json b/packages/rest-typings/package.json index a035bd02c91..19be859e67e 100644 --- a/packages/rest-typings/package.json +++ b/packages/rest-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/rest-typings", - "version": "7.11.0-develop", + "version": "7.11.0-rc.0", "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:~", diff --git a/packages/storybook-config/CHANGELOG.md b/packages/storybook-config/CHANGELOG.md new file mode 100644 index 00000000000..ba7049b4cce --- /dev/null +++ b/packages/storybook-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @rocket.chat/storybook-config + +## 0.0.2-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat diff --git a/packages/storybook-config/package.json b/packages/storybook-config/package.json index 0e8ca2db503..5d840f76c09 100644 --- a/packages/storybook-config/package.json +++ b/packages/storybook-config/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/storybook-config", - "version": "0.0.1", + "version": "0.0.2-rc.0", "private": true, "dependencies": { "@rocket.chat/emitter": "~0.31.25", diff --git a/packages/ui-avatar/CHANGELOG.md b/packages/ui-avatar/CHANGELOG.md index 15f1129b0f9..46235c1d10f 100644 --- a/packages/ui-avatar/CHANGELOG.md +++ b/packages/ui-avatar/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/ui-avatar +## 19.0.0-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [feba290fc403de27efb6bb9a571bec43413e976a, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/ui-contexts@23.0.0-rc.0 +
+ ## 18.0.0 ### Patch Changes diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json index a622f21767e..6a7824f8d6c 100644 --- a/packages/ui-avatar/package.json +++ b/packages/ui-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-avatar", - "version": "18.0.0", + "version": "19.0.0-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.26.10", diff --git a/packages/ui-client/CHANGELOG.md b/packages/ui-client/CHANGELOG.md index c328d8f34ce..3bd1ddffe28 100644 --- a/packages/ui-client/CHANGELOG.md +++ b/packages/ui-client/CHANGELOG.md @@ -1,5 +1,23 @@ # @rocket.chat/ui-client +## 23.0.0-rc.0 + +### Minor Changes + +- ([#36397](https://github.com/RocketChat/Rocket.Chat/pull/36397)) Introduces a new flow for requesting device permissions for Voice Calling, prompting the user before the request. Also solves a few issues with the device selection menu. + +- ([#36974](https://github.com/RocketChat/Rocket.Chat/pull/36974)) Improves the Outbound Message modal’s scrolling on smaller viewports and with large templates + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/ui-contexts@23.0.0-rc.0 + - @rocket.chat/ui-avatar@19.0.0-rc.0 +
+ ## 22.0.0 ### Minor Changes diff --git a/packages/ui-client/package.json b/packages/ui-client/package.json index d9833f2a8aa..4fa83b3176b 100644 --- a/packages/ui-client/package.json +++ b/packages/ui-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-client", - "version": "22.0.0", + "version": "23.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/ui-composer/CHANGELOG.md b/packages/ui-composer/CHANGELOG.md index 341610bf2aa..fe3206133bb 100644 --- a/packages/ui-composer/CHANGELOG.md +++ b/packages/ui-composer/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocket.chat/ui-composer +## 0.5.3-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + ## 0.5.2 ### Patch Changes diff --git a/packages/ui-composer/package.json b/packages/ui-composer/package.json index 7d24c139846..7ad777c53ab 100644 --- a/packages/ui-composer/package.json +++ b/packages/ui-composer/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-composer", - "version": "0.5.2", + "version": "0.5.3-rc.0", "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 183fc7b528a..8cfd5c6966e 100644 --- a/packages/ui-contexts/CHANGELOG.md +++ b/packages/ui-contexts/CHANGELOG.md @@ -1,5 +1,23 @@ # @rocket.chat/ui-contexts +## 23.0.0-rc.0 + +### Minor Changes + +- ([#36397](https://github.com/RocketChat/Rocket.Chat/pull/36397)) Introduces a new flow for requesting device permissions for Voice Calling, prompting the user before the request. Also solves a few issues with the device selection menu. + +### Patch Changes + +- ([#36919](https://github.com/RocketChat/Rocket.Chat/pull/36919)) Show iframe authentication page, when login through iframe authentication API token fails + +-
Updated dependencies [d76a5578ed0e14fae2a041c0e09d565b28630d76, 752e6d41463a1d24e6478e9a815d096c61bcccd9, 8d2ad40c46334aaf35816e52a3b28dc2ac23ce2d, ba793542644d2b725924c4cef253e7d84bc2ff71, 3e177dbd0b65d70bce8587287ba73b30170eb0f7, c5ee569cc3120bb616001fd78687dbf623a6a504, 00611aceec7f158064863f2e829c5a6698687512, dca0b3a44b0c780c0f2b3d78e87074599bc7d43c, d0467df80694fa1bac560085fa704a138872b3cb, c15a47ee1d55118342d0f0ece7af77f6f41132b7, 276c270f34293729182e9ebab61e1ff2c35398fc, 5af5203455a41e52dc2a9562d5f30708c7a5e6a5, e82cfaa98321338b86597506c8e872d9f81dc638, b0a4602a4461200b9872b2b073ec56fa55ecb466, 3cbb7da0d8db7f83cd8fa6f9e8f18182b97704f5, 3b2905b476d62817e551ca639600195ebe614c40, 80fbb2eb421253e6066207949eaf2b41871e4428, 90a1759df57814306cbc859409fe041b33db7a39, b74ab6f18ff1343f4835975f663211b005ccc5a1, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/rest-typings@7.11.0-rc.0 + - @rocket.chat/i18n@1.11.0-rc.0 + - @rocket.chat/core-typings@7.11.0-rc.0 + - @rocket.chat/ddp-client@0.3.38-rc.0 +
+ ## 22.0.0 ### Minor Changes diff --git a/packages/ui-contexts/package.json b/packages/ui-contexts/package.json index 3804320e111..15a6006dae1 100644 --- a/packages/ui-contexts/package.json +++ b/packages/ui-contexts/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-contexts", - "version": "22.0.0", + "version": "23.0.0-rc.0", "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 069485431f2..e2ed64d1189 100644 --- a/packages/ui-video-conf/CHANGELOG.md +++ b/packages/ui-video-conf/CHANGELOG.md @@ -1,5 +1,17 @@ # @rocket.chat/ui-video-conf +## 23.0.0-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/ui-contexts@23.0.0-rc.0 + - @rocket.chat/ui-avatar@19.0.0-rc.0 +
+ ## 22.0.0 ### Patch Changes diff --git a/packages/ui-video-conf/package.json b/packages/ui-video-conf/package.json index 53c0edfd32e..7d08f327969 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": "22.0.0", + "version": "23.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/ui-voip/CHANGELOG.md b/packages/ui-voip/CHANGELOG.md index 7f7f6ce918a..9d336ff9121 100644 --- a/packages/ui-voip/CHANGELOG.md +++ b/packages/ui-voip/CHANGELOG.md @@ -1,5 +1,24 @@ # @rocket.chat/ui-voip +## 13.0.0-rc.0 + +### Minor Changes + +- ([#36717](https://github.com/RocketChat/Rocket.Chat/pull/36717)) Introduces a new voice call architecture along with a new and improved call widget experience. + +- ([#36397](https://github.com/RocketChat/Rocket.Chat/pull/36397)) Introduces a new flow for requesting device permissions for Voice Calling, prompting the user before the request. Also solves a few issues with the device selection menu. + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [feba290fc403de27efb6bb9a571bec43413e976a, b0a4602a4461200b9872b2b073ec56fa55ecb466, c6ef437d9071dbd8c08152984dc39542b1ae7306, 399ab0233c9cd5d7f25ce955b452feecdc378744]: + + - @rocket.chat/ui-contexts@23.0.0-rc.0 + - @rocket.chat/ui-avatar@19.0.0-rc.0 + - @rocket.chat/ui-client@23.0.0-rc.0 +
+ ## 12.0.0 ### Patch Changes diff --git a/packages/ui-voip/package.json b/packages/ui-voip/package.json index 916a44aff9a..df7d8ae5622 100644 --- a/packages/ui-voip/package.json +++ b/packages/ui-voip/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-voip", - "version": "12.0.0", + "version": "13.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", diff --git a/packages/web-ui-registration/CHANGELOG.md b/packages/web-ui-registration/CHANGELOG.md index 090be2e2de5..a06abefc3c3 100644 --- a/packages/web-ui-registration/CHANGELOG.md +++ b/packages/web-ui-registration/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/web-ui-registration +## 23.0.0-rc.0 + +### Patch Changes + +- ([#36207](https://github.com/RocketChat/Rocket.Chat/pull/36207)) Introduces the Outbound Message feature to Omnichannel, allowing organizations to initiate proactive communication with contacts through their preferred messaging channel directly from Rocket.Chat + +-
Updated dependencies [feba290fc403de27efb6bb9a571bec43413e976a, c6ef437d9071dbd8c08152984dc39542b1ae7306]: + + - @rocket.chat/ui-contexts@23.0.0-rc.0 +
+ ## 22.0.0 ### Patch Changes diff --git a/packages/web-ui-registration/package.json b/packages/web-ui-registration/package.json index db4935bada8..494261c8fe2 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": "22.0.0", + "version": "23.0.0-rc.0", "private": true, "homepage": "https://rocket.chat", "main": "./dist/index.js", @@ -63,7 +63,7 @@ "peerDependencies": { "@rocket.chat/layout": "*", "@rocket.chat/tools": "0.2.3", - "@rocket.chat/ui-contexts": "22.0.0", + "@rocket.chat/ui-contexts": "23.0.0-rc.0", "@tanstack/react-query": "*", "react": "*", "react-hook-form": "*",