From 3bc51d9fdc063725872e799a62cdc1dcf2d33574 Mon Sep 17 00:00:00 2001 From: rocketchat-github-ci Date: Fri, 20 Dec 2024 22:16:52 +0000 Subject: [PATCH] Release 7.2.0-rc.0 --- .changeset/pre.json | 122 ++++++++++++++++ apps/meteor/CHANGELOG.md | 135 ++++++++++++++++++ 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 | 18 +++ 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/omnichannel-transcript/CHANGELOG.md | 15 ++ 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/license/CHANGELOG.md | 9 ++ ee/packages/license/package.json | 2 +- ee/packages/network-broker/CHANGELOG.md | 9 ++ ee/packages/network-broker/package.json | 2 +- ee/packages/omnichannel-services/CHANGELOG.md | 14 ++ ee/packages/omnichannel-services/package.json | 2 +- ee/packages/pdf-worker/CHANGELOG.md | 9 ++ ee/packages/pdf-worker/package.json | 2 +- ee/packages/presence/CHANGELOG.md | 11 ++ ee/packages/presence/package.json | 2 +- ee/packages/ui-theming/CHANGELOG.md | 10 ++ 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 | 20 +++ packages/apps-engine/package.json | 2 +- packages/apps/CHANGELOG.md | 11 ++ packages/apps/package.json | 2 +- packages/core-services/CHANGELOG.md | 11 ++ packages/core-services/package.json | 2 +- packages/core-typings/CHANGELOG.md | 31 ++++ packages/core-typings/package.json | 2 +- packages/cron/CHANGELOG.md | 10 ++ packages/cron/package.json | 2 +- packages/ddp-client/CHANGELOG.md | 11 ++ packages/ddp-client/package.json | 2 +- packages/freeswitch/CHANGELOG.md | 13 ++ packages/freeswitch/package.json | 2 +- packages/fuselage-ui-kit/CHANGELOG.md | 20 +++ packages/fuselage-ui-kit/package.json | 10 +- packages/gazzodown/CHANGELOG.md | 17 +++ packages/gazzodown/package.json | 6 +- packages/i18n/CHANGELOG.md | 27 ++++ packages/i18n/package.json | 2 +- packages/instance-status/CHANGELOG.md | 15 ++ packages/instance-status/package.json | 2 +- packages/livechat/CHANGELOG.md | 17 +++ packages/livechat/package.json | 2 +- packages/mock-providers/CHANGELOG.md | 9 ++ packages/mock-providers/package.json | 2 +- packages/model-typings/CHANGELOG.md | 39 +++++ packages/model-typings/package.json | 2 +- packages/models/CHANGELOG.md | 13 ++ packages/models/package.json | 2 +- packages/rest-typings/CHANGELOG.md | 21 +++ packages/rest-typings/package.json | 2 +- packages/ui-avatar/CHANGELOG.md | 15 ++ packages/ui-avatar/package.json | 4 +- packages/ui-client/CHANGELOG.md | 18 +++ packages/ui-client/package.json | 6 +- packages/ui-composer/CHANGELOG.md | 14 ++ packages/ui-composer/package.json | 2 +- packages/ui-contexts/CHANGELOG.md | 18 +++ packages/ui-contexts/package.json | 2 +- packages/ui-video-conf/CHANGELOG.md | 16 +++ packages/ui-video-conf/package.json | 6 +- packages/ui-voip/CHANGELOG.md | 19 +++ packages/ui-voip/package.json | 8 +- packages/web-ui-registration/CHANGELOG.md | 9 ++ packages/web-ui-registration/package.json | 4 +- 83 files changed, 912 insertions(+), 57 deletions(-) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000000..336dffd1d961 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,122 @@ +{ + "mode": "pre", + "tag": "rc", + "initialVersions": { + "@rocket.chat/meteor": "7.2.0-develop", + "rocketchat-services": "2.0.1", + "@rocket.chat/uikit-playground": "0.6.1", + "@rocket.chat/account-service": "0.4.10", + "@rocket.chat/authorization-service": "0.4.10", + "@rocket.chat/ddp-streamer": "0.3.10", + "@rocket.chat/omnichannel-transcript": "0.4.10", + "@rocket.chat/presence-service": "0.4.10", + "@rocket.chat/queue-worker": "0.4.10", + "@rocket.chat/stream-hub-service": "0.4.10", + "@rocket.chat/license": "1.0.1", + "@rocket.chat/network-broker": "0.1.2", + "@rocket.chat/omnichannel-services": "0.3.7", + "@rocket.chat/pdf-worker": "0.2.7", + "@rocket.chat/presence": "0.2.10", + "@rocket.chat/ui-theming": "0.4.0", + "@rocket.chat/account-utils": "0.0.2", + "@rocket.chat/agenda": "0.1.0", + "@rocket.chat/api-client": "0.2.10", + "@rocket.chat/apps": "0.2.1", + "@rocket.chat/apps-engine": "1.48.0", + "@rocket.chat/base64": "1.0.13", + "@rocket.chat/cas-validate": "0.0.2", + "@rocket.chat/core-services": "0.7.2", + "@rocket.chat/core-typings": "7.2.0-develop", + "@rocket.chat/cron": "0.1.10", + "@rocket.chat/ddp-client": "0.3.10", + "@rocket.chat/eslint-config": "0.7.0", + "@rocket.chat/favicon": "0.0.2", + "@rocket.chat/freeswitch": "1.0.1", + "@rocket.chat/fuselage-ui-kit": "13.0.0", + "@rocket.chat/gazzodown": "13.0.0", + "@rocket.chat/i18n": "1.1.0", + "@rocket.chat/instance-status": "0.1.10", + "@rocket.chat/jest-presets": "0.0.1", + "@rocket.chat/jwt": "0.1.1", + "@rocket.chat/livechat": "1.21.0", + "@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.5", + "@rocket.chat/model-typings": "1.1.0", + "@rocket.chat/models": "1.0.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.2.0-develop", + "@rocket.chat/server-cloud-communication": "0.0.2", + "@rocket.chat/server-fetch": "0.0.3", + "@rocket.chat/sha256": "1.0.10", + "@rocket.chat/tools": "0.2.2", + "@rocket.chat/tracing": "0.0.1", + "@rocket.chat/ui-avatar": "9.0.0", + "@rocket.chat/ui-client": "13.0.0", + "@rocket.chat/ui-composer": "0.4.0", + "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-kit": "0.37.0", + "@rocket.chat/ui-video-conf": "13.0.0", + "@rocket.chat/ui-voip": "3.0.0", + "@rocket.chat/web-ui-registration": "13.0.0" + }, + "changesets": [ + "big-timers-relax", + "blue-items-raise", + "blue-rats-kick", + "chilled-seas-refuse", + "chilly-pants-hunt", + "cold-mangos-impress", + "curly-snails-walk", + "empty-pans-love", + "fair-carrots-trade", + "fifty-parrots-wonder", + "five-peaches-approve", + "four-cows-sin", + "fuzzy-coins-lay", + "giant-nails-trade", + "gold-comics-taste", + "green-queens-end", + "green-shirts-fold", + "honest-kings-allow", + "kind-crabs-live", + "lemon-singers-exercise", + "lemon-stingrays-invite", + "lovely-beers-argue", + "lucky-mirrors-tickle", + "lucky-wolves-turn", + "metal-wolves-explode", + "nervous-fireants-wash", + "new-mails-add", + "ninety-bulldogs-dream", + "perfect-ties-tell", + "pretty-islands-wink", + "proud-cups-share", + "proud-planets-applaud", + "quiet-lions-unite", + "quiet-radios-fry", + "real-crabs-grin", + "selfish-fishes-move", + "seven-owls-tell", + "shaggy-bulldogs-beg", + "six-snails-study", + "slow-readers-help", + "sour-guests-whisper", + "sour-roses-invite", + "strange-bulldogs-roll", + "strange-countries-carry", + "tidy-boxes-hide", + "violet-pets-attend", + "wet-chicken-scream", + "wicked-socks-hide", + "wise-queens-build", + "young-dots-cheat" + ] +} diff --git a/apps/meteor/CHANGELOG.md b/apps/meteor/CHANGELOG.md index d5319e745e35..ec4469ba6c78 100644 --- a/apps/meteor/CHANGELOG.md +++ b/apps/meteor/CHANGELOG.md @@ -1,5 +1,140 @@ # @rocket.chat/meteor +## 7.2.0-rc.0 + +### Minor Changes + +- ([#34194](https://github.com/RocketChat/Rocket.Chat/pull/34194)) Adds a new `contacts.checkExistence` endpoint, which allows identifying whether there's already a registered contact using a given email, phone, id or visitor to source association. + +- ([#34004](https://github.com/RocketChat/Rocket.Chat/pull/34004)) Allows Rocket.Chat to store call events. + +- ([#33895](https://github.com/RocketChat/Rocket.Chat/pull/33895)) Adds statistics related to the new **Contact Identification** feature: + - `totalContacts`: Total number of contacts; + - `totalUnknownContacts`: Total number of unknown contacts; + - `totalMergedContacts`: Total number of merged contacts; + - `totalConflicts`: Total number of merge conflicts; + - `totalResolvedConflicts`: Total number of resolved conflicts; + - `totalBlockedContacts`: Total number of blocked contacts; + - `totalPartiallyBlockedContacts`: Total number of partially blocked contacts; + - `totalFullyBlockedContacts`: Total number of fully blocked contacts; + - `totalVerifiedContacts`: Total number of verified contacts; + - `avgChannelsPerContact`: Average number of channels per contact; + - `totalContactsWithoutChannels`: Number of contacts without channels; + - `totalImportedContacts`: Total number of imported contacts; + - `totalUpsellViews`: Total number of "Advanced Contact Management" Upsell CTA views; + - `totalUpsellClicks`: Total number of "Advanced Contact Management" Upsell CTA clicks; +- ([#34220](https://github.com/RocketChat/Rocket.Chat/pull/34220)) Disables OTR messages selection when exporting messages + +- ([#34121](https://github.com/RocketChat/Rocket.Chat/pull/34121)) Organizes App Settings interface by introducing section-based accordion groups to improve navigation and readability for administrators. + +- ([#34076](https://github.com/RocketChat/Rocket.Chat/pull/34076)) Introduces a new option when exporting messages, allowing users to select and download a JSON file directly from client + +- ([#34057](https://github.com/RocketChat/Rocket.Chat/pull/34057)) Improves the workspace and subscription admin pages by updating font scaling, centralizing elements, + enhancing responsiveness, and refactoring components to provide a better overall user experience. +- ([#33549](https://github.com/RocketChat/Rocket.Chat/pull/33549)) Adds a new callout in the subscription page to inform users of subscription upgrade eligibility when applicable. + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34137](https://github.com/RocketChat/Rocket.Chat/pull/34137)) Fixes Unit's `numDepartments` property not being updated after a department is removed + +- ([#34038](https://github.com/RocketChat/Rocket.Chat/pull/34038)) Removes a validation that allowed only the room creator to propagate E2EE room keys. This was causing issues when the rooms were created via apps or some other integration, as the creator may not be online or able to create E2EE keys + +- ([#34089](https://github.com/RocketChat/Rocket.Chat/pull/34089)) Fixed an issue that caused clients to not properly receive certain server notifications right after login + +- ([#34013](https://github.com/RocketChat/Rocket.Chat/pull/34013)) Fixes issue that caused the livechat appearance form not be able to submit on CE servers + +- ([#33873](https://github.com/RocketChat/Rocket.Chat/pull/33873)) Fixes the incorrect registration status shown on admin users page for federated remote users. + +- ([#34156](https://github.com/RocketChat/Rocket.Chat/pull/34156)) Fixes "Average first response time" and "Best first response time" metrics being associated with the last agent who served the room (instead of the first one) + +- ([#33280](https://github.com/RocketChat/Rocket.Chat/pull/33280)) Fixes an issue preventing the creation of normal direct message rooms due to an invalid federation configuration, allowing proper room creation under standard settings. + +- ([#34187](https://github.com/RocketChat/Rocket.Chat/pull/34187)) Adds support for `Use Full Name Initials to Generate Default Avatar` setting for the generated avatar preview button when editing an User's avatar + +- ([#34130](https://github.com/RocketChat/Rocket.Chat/pull/34130)) Fixes an issue where room members menu doesn't display properly without enough space + +- ([#34079](https://github.com/RocketChat/Rocket.Chat/pull/34079)) Fixes missing images in Twitter article links to ensure proper display by relying on meta tags. + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#33253](https://github.com/RocketChat/Rocket.Chat/pull/33253)) Fixes an issue with Federation startup where the bridge would intermittently fail to start causing error being shown "Matrix Bridge isn't running yet". + +- ([#34062](https://github.com/RocketChat/Rocket.Chat/pull/34062)) Fixes condition causing Omnichannel queue to start more than once. + +- ([#34197](https://github.com/RocketChat/Rocket.Chat/pull/34197)) fixes "Change to language" button in login page not displaying the target language + +- ([#34148](https://github.com/RocketChat/Rocket.Chat/pull/34148)) Fixes messages not being processed for all slack servers + +- ([#34060](https://github.com/RocketChat/Rocket.Chat/pull/34060)) Fixes an issue where premium settings were using the wrong `Tag` variant in Omnichannel Appearance configuration + +- ([#34215](https://github.com/RocketChat/Rocket.Chat/pull/34215)) Fixes a UI issue that showed the incorrect migration number on the `Information` page. This was caused by a function calculating the stats before the server had migrated the database and updated the control. + +- ([#34124](https://github.com/RocketChat/Rocket.Chat/pull/34124)) Allows default avatars to be generated with more than one inital (limited to first 3) when setting `Use Full Name Initials to Generate Default Avatar` is true. + +- ([#34165](https://github.com/RocketChat/Rocket.Chat/pull/34165)) Fixes an issue where removing the only message of a thread would keep the unread thread messages badge + +- ([#34109](https://github.com/RocketChat/Rocket.Chat/pull/34109)) Fixes `im.counters` endpoint returning `null` on `unread` messages property for users that have never opened the queried DM + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +- ([#34080](https://github.com/RocketChat/Rocket.Chat/pull/34080)) Fixes sidepanel list not sorting by last message inside thread + +- ([#34092](https://github.com/RocketChat/Rocket.Chat/pull/34092)) fixes mail export form "To additional emails" field validation + +- ([#34174](https://github.com/RocketChat/Rocket.Chat/pull/34174)) Fixed an issue that added potencially infinite callbacks to the same event, degrading performance over time. + +- ([#34127](https://github.com/RocketChat/Rocket.Chat/pull/34127)) Fixes a behavior of the mentions parser that identified mentions inside markdown links text. Now, these components will be removed from the text before trying to parse mentions. + +- ([#34217](https://github.com/RocketChat/Rocket.Chat/pull/34217)) Fixes an issue where the update banner wasn't showing the new version number + +- ([#34101](https://github.com/RocketChat/Rocket.Chat/pull/34101)) Fixes an issue which caused action menu to be clipped in moderation page on smaller screens for better usability. + +- ([#33906](https://github.com/RocketChat/Rocket.Chat/pull/33906) by [@thepiyush-303](https://github.com/thepiyush-303)) Sorts the list of language options by name correctly + +- ([#34068](https://github.com/RocketChat/Rocket.Chat/pull/34068)) fixed an issue that caused the conference call ringer to fail to accept calls if the user logged out and in again + +- ([#34000](https://github.com/RocketChat/Rocket.Chat/pull/34000)) Fixes special characters not being escaped on sidepanel extended view + +- ([#34209](https://github.com/RocketChat/Rocket.Chat/pull/34209)) Fixed the data structure of the features preview + +- ([#34139](https://github.com/RocketChat/Rocket.Chat/pull/34139)) Fixes contact update failing in case a custom field is removed from the workspace + +- ([#34202](https://github.com/RocketChat/Rocket.Chat/pull/34202)) Fixes an issue where the notification sound was playing randomly + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, eb794b7fd6bf3ff5a37a38bccaba247ed36db744, f23e71166a2dfee0e3394e49cac95c48e5eb62e5, 47f24c2fb795eee33cb021d56508298b8a548eec, f62326080d5e6ba36351cb0b6965a09f23856ac8, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, f90b1c99bdf4d89350a70c9ef4c2d12ed3784fd8, a129e3e1c9ba5930906ef609d7573e5708d336f0, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, b7e1dd38de051607c05f09c3dc70e4bfb94002b2, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, 2d41274ae21ec51e7382da92e2f4e0c36186f814, be2ede48ba7774a43189a729b385f441d088b68e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8, f62326080d5e6ba36351cb0b6965a09f23856ac8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/fuselage-ui-kit@14.0.0-rc.0 + - @rocket.chat/instance-status@0.1.11-rc.0 + - @rocket.chat/ui-theming@0.4.1-rc.0 + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/ui-video-conf@14.0.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/apps-engine@1.48.1-rc.0 + - @rocket.chat/ui-composer@0.5.0-rc.0 + - @rocket.chat/ui-contexts@14.0.0-rc.0 + - @rocket.chat/gazzodown@14.0.0-rc.0 + - @rocket.chat/ui-avatar@10.0.0-rc.0 + - @rocket.chat/ui-client@14.0.0-rc.0 + - @rocket.chat/ui-voip@4.0.0-rc.0 + - @rocket.chat/i18n@1.2.0-rc.0 + - @rocket.chat/freeswitch@1.1.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.8-rc.0 + - @rocket.chat/presence@0.2.11-rc.0 + - @rocket.chat/api-client@0.2.11-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/apps@0.2.2-rc.0 + - @rocket.chat/license@1.0.2-rc.0 + - @rocket.chat/pdf-worker@0.2.8-rc.0 + - @rocket.chat/cron@0.1.11-rc.0 + - @rocket.chat/web-ui-registration@14.0.0-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 + - @rocket.chat/server-cloud-communication@0.0.2 +
+ ## 7.1.0 ### Minor Changes diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index f28db708eecb..947243ecbb0d 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "7.2.0-develop" + "version": "7.2.0-rc.0" } diff --git a/apps/meteor/ee/server/services/CHANGELOG.md b/apps/meteor/ee/server/services/CHANGELOG.md index 2f19f8b81072..a1283288c532 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.2-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, eb794b7fd6bf3ff5a37a38bccaba247ed36db744, 47f24c2fb795eee33cb021d56508298b8a548eec, f62326080d5e6ba36351cb0b6965a09f23856ac8, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8, f62326080d5e6ba36351cb0b6965a09f23856ac8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/apps-engine@1.48.1-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 2.0.1 ### Patch Changes diff --git a/apps/meteor/ee/server/services/package.json b/apps/meteor/ee/server/services/package.json index 3e7b581401f4..c95547af77bd 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.1", + "version": "2.0.2-rc.0", "description": "Rocket.Chat Authorization service", "main": "index.js", "scripts": { diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 6120cc43b351..8d554e257694 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.2.0-develop", + "version": "7.2.0-rc.0", "private": true, "author": { "name": "Rocket.Chat", diff --git a/apps/uikit-playground/CHANGELOG.md b/apps/uikit-playground/CHANGELOG.md index dae98761b306..00c3a1e167e6 100644 --- a/apps/uikit-playground/CHANGELOG.md +++ b/apps/uikit-playground/CHANGELOG.md @@ -1,5 +1,23 @@ # @rocket.chat/uikit-playground +## 0.6.2-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/fuselage-ui-kit@14.0.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/ui-contexts@14.0.0-rc.0 + - @rocket.chat/ui-avatar@10.0.0-rc.0 +
+ ## 0.6.1 ### Patch Changes diff --git a/apps/uikit-playground/package.json b/apps/uikit-playground/package.json index faf20592b821..8edc24a9a05b 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.1", + "version": "0.6.2-rc.0", "type": "module", "scripts": { "dev": "vite", diff --git a/ee/apps/account-service/CHANGELOG.md b/ee/apps/account-service/CHANGELOG.md index 1736734c0d6d..74daa427f185 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.11-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 0.4.10 ### Patch Changes diff --git a/ee/apps/account-service/package.json b/ee/apps/account-service/package.json index da2122998c23..b6f7c48a091e 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.10", + "version": "0.4.11-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 41364ae5daf1..7daae16ab5a5 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.11-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 0.4.10 ### Patch Changes diff --git a/ee/apps/authorization-service/package.json b/ee/apps/authorization-service/package.json index 83719a245bf5..3c23c6d19668 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.10", + "version": "0.4.11-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 16ae9fb059df..7007f8712467 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.11-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/instance-status@0.1.11-rc.0 + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 0.3.10 ### Patch Changes diff --git a/ee/apps/ddp-streamer/package.json b/ee/apps/ddp-streamer/package.json index 8f33978fae06..4794ba6502c6 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.10", + "version": "0.3.11-rc.0", "description": "Rocket.Chat DDP-Streamer service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/apps/omnichannel-transcript/CHANGELOG.md b/ee/apps/omnichannel-transcript/CHANGELOG.md index 78edb8863a9b..73c6c58bcb3e 100644 --- a/ee/apps/omnichannel-transcript/CHANGELOG.md +++ b/ee/apps/omnichannel-transcript/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/omnichannel-transcript +## 0.4.11-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.8-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/pdf-worker@0.2.8-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 0.4.10 ### Patch Changes diff --git a/ee/apps/omnichannel-transcript/package.json b/ee/apps/omnichannel-transcript/package.json index 4ecd44666cd5..67a62c13fe9d 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.10", + "version": "0.4.11-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 e71fe0c8fdaa..035c911c147b 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.11-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/presence@0.2.11-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 0.4.10 ### Patch Changes diff --git a/ee/apps/presence-service/package.json b/ee/apps/presence-service/package.json index de78e2bd8275..d9e393913a2e 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.10", + "version": "0.4.11-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 cf1ea684ed82..1f7fa90aecff 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.11-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/omnichannel-services@0.3.8-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 0.4.10 ### Patch Changes diff --git a/ee/apps/queue-worker/package.json b/ee/apps/queue-worker/package.json index 3282b96bcb31..0fbd3a30a9ac 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.10", + "version": "0.4.11-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 467beccf5c2c..6cac0e45f20a 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.11-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/network-broker@0.1.3-rc.0 +
+ ## 0.4.10 ### Patch Changes diff --git a/ee/apps/stream-hub-service/package.json b/ee/apps/stream-hub-service/package.json index 5eee33643175..1a7b44f23354 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.10", + "version": "0.4.11-rc.0", "description": "Rocket.Chat Stream Hub service", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/ee/packages/license/CHANGELOG.md b/ee/packages/license/CHANGELOG.md index 87dfce1f1adb..3c281fffe923 100644 --- a/ee/packages/license/CHANGELOG.md +++ b/ee/packages/license/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/license +## 1.0.2-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 +
+ ## 1.0.1 ### Patch Changes diff --git a/ee/packages/license/package.json b/ee/packages/license/package.json index aa65a0f95c89..5060efc6b89c 100644 --- a/ee/packages/license/package.json +++ b/ee/packages/license/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/license", - "version": "1.0.1", + "version": "1.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 ab846bc6fce7..002a8d0191dc 100644 --- a/ee/packages/network-broker/CHANGELOG.md +++ b/ee/packages/network-broker/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/network-broker +## 0.1.3-rc.0 + +### Patch Changes + +-
Updated dependencies []: + + - @rocket.chat/core-services@0.7.3-rc.0 +
+ ## 0.1.2 ### Patch Changes diff --git a/ee/packages/network-broker/package.json b/ee/packages/network-broker/package.json index 1d06b2c6c40c..07a2941a0ec6 100644 --- a/ee/packages/network-broker/package.json +++ b/ee/packages/network-broker/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/network-broker", - "version": "0.1.2", + "version": "0.1.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 e985e00a61b4..af3fdb0f937d 100644 --- a/ee/packages/omnichannel-services/CHANGELOG.md +++ b/ee/packages/omnichannel-services/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/omnichannel-services +## 0.3.8-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 + - @rocket.chat/pdf-worker@0.2.8-rc.0 +
+ ## 0.3.7 ### Patch Changes diff --git a/ee/packages/omnichannel-services/package.json b/ee/packages/omnichannel-services/package.json index 91c7f58a835d..8a92c3fcdb25 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.7", + "version": "0.3.8-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 b8fe3d5e6690..b40f99964a7b 100644 --- a/ee/packages/pdf-worker/CHANGELOG.md +++ b/ee/packages/pdf-worker/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/pdf-worker +## 0.2.8-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 +
+ ## 0.2.7 ### Patch Changes diff --git a/ee/packages/pdf-worker/package.json b/ee/packages/pdf-worker/package.json index fa252b5292c4..38788e1bb7e0 100644 --- a/ee/packages/pdf-worker/package.json +++ b/ee/packages/pdf-worker/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/pdf-worker", - "version": "0.2.7", + "version": "0.2.8-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 962455fe593f..0be45e32c61e 100644 --- a/ee/packages/presence/CHANGELOG.md +++ b/ee/packages/presence/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/presence +## 0.2.11-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 + - @rocket.chat/core-services@0.7.3-rc.0 +
+ ## 0.2.10 ### Patch Changes diff --git a/ee/packages/presence/package.json b/ee/packages/presence/package.json index 032f374cd43c..a3a2b1f19348 100644 --- a/ee/packages/presence/package.json +++ b/ee/packages/presence/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/presence", - "version": "0.2.10", + "version": "0.2.11-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.26.0", diff --git a/ee/packages/ui-theming/CHANGELOG.md b/ee/packages/ui-theming/CHANGELOG.md index 4911a9c9e277..77b69cc5487b 100644 --- a/ee/packages/ui-theming/CHANGELOG.md +++ b/ee/packages/ui-theming/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/ui-theming +## 0.4.1-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 0.4.0 ### Minor Changes diff --git a/ee/packages/ui-theming/package.json b/ee/packages/ui-theming/package.json index 65aa842ba39c..e5e332ae5209 100644 --- a/ee/packages/ui-theming/package.json +++ b/ee/packages/ui-theming/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-theming", - "version": "0.4.0", + "version": "0.4.1-rc.0", "private": true, "devDependencies": { "@rocket.chat/css-in-js": "~0.31.25", diff --git a/package.json b/package.json index 103433af1e4e..21ff70bfe99c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "7.2.0-develop", + "version": "7.2.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 068b95d2ad08..b8a01fcf3e89 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/api-client +## 0.2.11-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 +
+ ## 0.2.10 ### Patch Changes diff --git a/packages/api-client/package.json b/packages/api-client/package.json index ccdc3e95feb7..0e7e78804874 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.10", + "version": "0.2.11-rc.0", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@types/jest": "~29.5.14", diff --git a/packages/apps-engine/CHANGELOG.md b/packages/apps-engine/CHANGELOG.md index c5f48de76637..927b6755b30d 100644 --- a/packages/apps-engine/CHANGELOG.md +++ b/packages/apps-engine/CHANGELOG.md @@ -1,5 +1,25 @@ # @rocket.chat/apps-engine +## 1.48.1-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34172](https://github.com/RocketChat/Rocket.Chat/pull/34172)) Fixes the subprocess restarting routine failing to correctly restart apps in some cases + +- ([#34106](https://github.com/RocketChat/Rocket.Chat/pull/34106)) Adds simple app subprocess metrics report + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34106](https://github.com/RocketChat/Rocket.Chat/pull/34106)) Attempts to restart an app subprocess if the spawn command fails + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +- ([#34106](https://github.com/RocketChat/Rocket.Chat/pull/34106)) Fixes an issue while collecting the error message from a failed restart attempt of an app subprocess + +- ([#34106](https://github.com/RocketChat/Rocket.Chat/pull/34106)) Prevents app:getStatus requests from timing out in some cases + ## 1.48.0 ### Minor Changes diff --git a/packages/apps-engine/package.json b/packages/apps-engine/package.json index 31bf6ddc182c..b993747b9ec0 100644 --- a/packages/apps-engine/package.json +++ b/packages/apps-engine/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps-engine", - "version": "1.48.0", + "version": "1.48.1-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 f57df93ace27..37528359c573 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/apps +## 0.2.2-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, eb794b7fd6bf3ff5a37a38bccaba247ed36db744, 47f24c2fb795eee33cb021d56508298b8a548eec, f62326080d5e6ba36351cb0b6965a09f23856ac8, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8, f62326080d5e6ba36351cb0b6965a09f23856ac8]: + + - @rocket.chat/model-typings@1.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/apps-engine@1.48.1-rc.0 +
+ ## 0.2.1 ### Patch Changes diff --git a/packages/apps/package.json b/packages/apps/package.json index ebfa6e50b620..9db1911ed7bb 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/apps", - "version": "0.2.1", + "version": "0.2.2-rc.0", "private": true, "devDependencies": { "eslint": "~8.45.0", diff --git a/packages/core-services/CHANGELOG.md b/packages/core-services/CHANGELOG.md index 02ca0c091757..7383ba8db919 100644 --- a/packages/core-services/CHANGELOG.md +++ b/packages/core-services/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/core-services +## 0.7.3-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 +
+ ## 0.7.2 ### Patch Changes diff --git a/packages/core-services/package.json b/packages/core-services/package.json index cdd8523ef524..9d19638d30cf 100644 --- a/packages/core-services/package.json +++ b/packages/core-services/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/core-services", - "version": "0.7.2", + "version": "0.7.3-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.26.0", diff --git a/packages/core-typings/CHANGELOG.md b/packages/core-typings/CHANGELOG.md index a52c22ec8782..6f2544ae2c24 100644 --- a/packages/core-typings/CHANGELOG.md +++ b/packages/core-typings/CHANGELOG.md @@ -1,5 +1,36 @@ # @rocket.chat/core-typings +## 7.2.0-rc.0 + +### Minor Changes + +- ([#34004](https://github.com/RocketChat/Rocket.Chat/pull/34004)) Allows Rocket.Chat to store call events. + +- ([#33895](https://github.com/RocketChat/Rocket.Chat/pull/33895)) Adds statistics related to the new **Contact Identification** feature: + - `totalContacts`: Total number of contacts; + - `totalUnknownContacts`: Total number of unknown contacts; + - `totalMergedContacts`: Total number of merged contacts; + - `totalConflicts`: Total number of merge conflicts; + - `totalResolvedConflicts`: Total number of resolved conflicts; + - `totalBlockedContacts`: Total number of blocked contacts; + - `totalPartiallyBlockedContacts`: Total number of partially blocked contacts; + - `totalFullyBlockedContacts`: Total number of fully blocked contacts; + - `totalVerifiedContacts`: Total number of verified contacts; + - `avgChannelsPerContact`: Average number of channels per contact; + - `totalContactsWithoutChannels`: Number of contacts without channels; + - `totalImportedContacts`: Total number of imported contacts; + - `totalUpsellViews`: Total number of "Advanced Contact Management" Upsell CTA views; + - `totalUpsellClicks`: Total number of "Advanced Contact Management" Upsell CTA clicks; +- ([#33549](https://github.com/RocketChat/Rocket.Chat/pull/33549)) Adds a new callout in the subscription page to inform users of subscription upgrade eligibility when applicable. + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 7.1.0 ### Minor Changes diff --git a/packages/core-typings/package.json b/packages/core-typings/package.json index d8a871935c08..c77097228a82 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.2.0-develop", + "version": "7.2.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 07d6c9fc604a..c736c47d57d5 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,15 @@ # @rocket.chat/cron +## 0.1.11-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/models@1.1.0-rc.0 +
+ ## 0.1.10 ### Patch Changes diff --git a/packages/cron/package.json b/packages/cron/package.json index 13b695799920..be322d39fc86 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/cron", - "version": "0.1.10", + "version": "0.1.11-rc.0", "private": true, "devDependencies": { "eslint": "~8.45.0", diff --git a/packages/ddp-client/CHANGELOG.md b/packages/ddp-client/CHANGELOG.md index 100f96a24433..6e6661644947 100644 --- a/packages/ddp-client/CHANGELOG.md +++ b/packages/ddp-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocket.chat/ddp-client +## 0.3.11-rc.0 + +### Patch Changes + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/api-client@0.2.11-rc.0 +
+ ## 0.3.10 ### Patch Changes diff --git a/packages/ddp-client/package.json b/packages/ddp-client/package.json index 0163b61b51e0..b15c405e646f 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.10", + "version": "0.3.11-rc.0", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@types/jest": "~29.5.14", diff --git a/packages/freeswitch/CHANGELOG.md b/packages/freeswitch/CHANGELOG.md index c1e167da4429..1c05dd93b982 100644 --- a/packages/freeswitch/CHANGELOG.md +++ b/packages/freeswitch/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/freeswitch +## 1.1.0-rc.0 + +### Minor Changes + +- ([#34004](https://github.com/RocketChat/Rocket.Chat/pull/34004)) Allows Rocket.Chat to store call events. + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 +
+ ## 1.0.1 ### Patch Changes diff --git a/packages/freeswitch/package.json b/packages/freeswitch/package.json index d83f68e9c909..58c62f7ce5f4 100644 --- a/packages/freeswitch/package.json +++ b/packages/freeswitch/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/freeswitch", - "version": "1.0.1", + "version": "1.1.0-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 3da9a288d5b3..b00b5205aa29 100644 --- a/packages/fuselage-ui-kit/CHANGELOG.md +++ b/packages/fuselage-ui-kit/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 14.0.0-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, eb794b7fd6bf3ff5a37a38bccaba247ed36db744, f62326080d5e6ba36351cb0b6965a09f23856ac8, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f62326080d5e6ba36351cb0b6965a09f23856ac8, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8, f62326080d5e6ba36351cb0b6965a09f23856ac8]: + + - @rocket.chat/ui-video-conf@14.0.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/apps-engine@1.48.1-rc.0 + - @rocket.chat/ui-contexts@14.0.0-rc.0 + - @rocket.chat/gazzodown@14.0.0-rc.0 + - @rocket.chat/ui-avatar@10.0.0-rc.0 +
+ ## 13.0.0 ### Patch Changes diff --git a/packages/fuselage-ui-kit/package.json b/packages/fuselage-ui-kit/package.json index 86000b6b877f..7ef4ec0f57e4 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": "13.0.0", + "version": "14.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.0", + "@rocket.chat/apps-engine": "1.48.1-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": "9.0.0", - "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-avatar": "10.0.0-rc.0", + "@rocket.chat/ui-contexts": "14.0.0-rc.0", "@rocket.chat/ui-kit": "0.37.0", - "@rocket.chat/ui-video-conf": "13.0.0", + "@rocket.chat/ui-video-conf": "14.0.0-rc.0", "@tanstack/react-query": "*", "react": "~17.0.2", "react-dom": "*" diff --git a/packages/gazzodown/CHANGELOG.md b/packages/gazzodown/CHANGELOG.md index 707ff34838c5..b0fbc165f892 100644 --- a/packages/gazzodown/CHANGELOG.md +++ b/packages/gazzodown/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/gazzodown +## 14.0.0-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, be2ede48ba7774a43189a729b385f441d088b68e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/ui-contexts@14.0.0-rc.0 + - @rocket.chat/ui-client@14.0.0-rc.0 +
+ ## 13.0.0 ### Patch Changes diff --git a/packages/gazzodown/package.json b/packages/gazzodown/package.json index c63a256bc054..38fd68a9ca93 100644 --- a/packages/gazzodown/package.json +++ b/packages/gazzodown/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/gazzodown", - "version": "13.0.0", + "version": "14.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": "13.0.0", - "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-client": "14.0.0-rc.0", + "@rocket.chat/ui-contexts": "14.0.0-rc.0", "katex": "*", "react": "*" }, diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 6a4bec0347d8..839e1db39fee 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,32 @@ # @rocket.chat/i18n +## 1.2.0-rc.0 + +### Minor Changes + +- ([#34076](https://github.com/RocketChat/Rocket.Chat/pull/34076)) Introduces a new option when exporting messages, allowing users to select and download a JSON file directly from client + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#33873](https://github.com/RocketChat/Rocket.Chat/pull/33873)) Fixes the incorrect registration status shown on admin users page for federated remote users. + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34197](https://github.com/RocketChat/Rocket.Chat/pull/34197)) fixes "Change to language" button in login page not displaying the target language + +- ([#34169](https://github.com/RocketChat/Rocket.Chat/pull/34169)) Changes the wording for voice call permissions, improving consistency and clarity. + + - `Manage Voip Extension` -> `Manage Voice Calls` + > Permission to manage voice calls and assign extensions to users + - `View VoIP extension details` -> `View Voice Call Extensions` + > Permission to view which user is calling and their extension info + - `View User VoIP extension` -> `Allow Voice Calls` + > Permission to allow users to use the voice call feature + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 1.1.0 ### Minor Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 5e56917e77c4..5806762f7254 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/i18n", - "version": "1.1.0", + "version": "1.2.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/instance-status/CHANGELOG.md b/packages/instance-status/CHANGELOG.md index 27f0fe2ed041..76479dd6357d 100644 --- a/packages/instance-status/CHANGELOG.md +++ b/packages/instance-status/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/instance-status +## 0.1.11-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [475120dc19fb8cc400fd8af21559cd6f3cc17eb8]: + + - @rocket.chat/models@1.1.0-rc.0 +
+ ## 0.1.10 ### Patch Changes diff --git a/packages/instance-status/package.json b/packages/instance-status/package.json index 91c105ae4266..e7d77205eabf 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.10", + "version": "0.1.11-rc.0", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", diff --git a/packages/livechat/CHANGELOG.md b/packages/livechat/CHANGELOG.md index a5c85267d93a..2313350e2f69 100644 --- a/packages/livechat/CHANGELOG.md +++ b/packages/livechat/CHANGELOG.md @@ -1,5 +1,22 @@ # @rocket.chat/livechat Change Log +## 1.21.1-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34158](https://github.com/RocketChat/Rocket.Chat/pull/34158)) Fixes issue that caused different sessions when opening a livechat popover in cross domain + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e]: + + - @rocket.chat/gazzodown@14.0.0-rc.0 +
+ ## 1.21.0 ### Minor Changes diff --git a/packages/livechat/package.json b/packages/livechat/package.json index 88bb6db91e63..6fa389b621f7 100644 --- a/packages/livechat/package.json +++ b/packages/livechat/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.21.0", + "version": "1.21.1-rc.0", "files": [ "/build" ], diff --git a/packages/mock-providers/CHANGELOG.md b/packages/mock-providers/CHANGELOG.md index 28a34e6d19f6..20a418ce4b28 100644 --- a/packages/mock-providers/CHANGELOG.md +++ b/packages/mock-providers/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/mock-providers +## 0.1.6-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, f23e71166a2dfee0e3394e49cac95c48e5eb62e5, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f90b1c99bdf4d89350a70c9ef4c2d12ed3784fd8, a129e3e1c9ba5930906ef609d7573e5708d336f0, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 2d41274ae21ec51e7382da92e2f4e0c36186f814]: + + - @rocket.chat/i18n@1.2.0-rc.0 +
+ ## 0.1.5 ### Patch Changes diff --git a/packages/mock-providers/package.json b/packages/mock-providers/package.json index a4967947b95d..3f26c9281129 100644 --- a/packages/mock-providers/package.json +++ b/packages/mock-providers/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mock-providers", - "version": "0.1.5", + "version": "0.1.6-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 93760f4984f7..ef9f3d764397 100644 --- a/packages/model-typings/CHANGELOG.md +++ b/packages/model-typings/CHANGELOG.md @@ -1,5 +1,44 @@ # @rocket.chat/model-typings +## 1.2.0-rc.0 + +### Minor Changes + +- ([#34004](https://github.com/RocketChat/Rocket.Chat/pull/34004)) Allows Rocket.Chat to store call events. + +- ([#33895](https://github.com/RocketChat/Rocket.Chat/pull/33895)) Adds statistics related to the new **Contact Identification** feature: + - `totalContacts`: Total number of contacts; + - `totalUnknownContacts`: Total number of unknown contacts; + - `totalMergedContacts`: Total number of merged contacts; + - `totalConflicts`: Total number of merge conflicts; + - `totalResolvedConflicts`: Total number of resolved conflicts; + - `totalBlockedContacts`: Total number of blocked contacts; + - `totalPartiallyBlockedContacts`: Total number of partially blocked contacts; + - `totalFullyBlockedContacts`: Total number of fully blocked contacts; + - `totalVerifiedContacts`: Total number of verified contacts; + - `avgChannelsPerContact`: Average number of channels per contact; + - `totalContactsWithoutChannels`: Number of contacts without channels; + - `totalImportedContacts`: Total number of imported contacts; + - `totalUpsellViews`: Total number of "Advanced Contact Management" Upsell CTA views; + - `totalUpsellClicks`: Total number of "Advanced Contact Management" Upsell CTA clicks; + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34137](https://github.com/RocketChat/Rocket.Chat/pull/34137)) Fixes Unit's `numDepartments` property not being updated after a department is removed + +- ([#34156](https://github.com/RocketChat/Rocket.Chat/pull/34156)) Fixes "Average first response time" and "Best first response time" metrics being associated with the last agent who served the room (instead of the first one) + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 +
+ ## 1.1.0 ### Minor Changes diff --git a/packages/model-typings/package.json b/packages/model-typings/package.json index a9a3255546f9..ca6b06fccfda 100644 --- a/packages/model-typings/package.json +++ b/packages/model-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/model-typings", - "version": "1.1.0", + "version": "1.2.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 bdba22919b89..45ac4b9b19e5 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -1,5 +1,18 @@ # @rocket.chat/models +## 1.1.0-rc.0 + +### Minor Changes + +- ([#34004](https://github.com/RocketChat/Rocket.Chat/pull/34004)) Allows Rocket.Chat to store call events. + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, f11efb4011db4efcdbf978d4b76671028daeed6e, 47f24c2fb795eee33cb021d56508298b8a548eec, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e]: + + - @rocket.chat/model-typings@1.2.0-rc.0 +
+ ## 1.0.1 ### Patch Changes diff --git a/packages/models/package.json b/packages/models/package.json index 2259a4d1566c..5d32177c5a51 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/models", - "version": "1.0.1", + "version": "1.1.0-rc.0", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", diff --git a/packages/rest-typings/CHANGELOG.md b/packages/rest-typings/CHANGELOG.md index df4445517aac..300a7de288f3 100644 --- a/packages/rest-typings/CHANGELOG.md +++ b/packages/rest-typings/CHANGELOG.md @@ -1,5 +1,26 @@ # @rocket.chat/rest-typings +## 7.2.0-rc.0 + +### Minor Changes + +- ([#34194](https://github.com/RocketChat/Rocket.Chat/pull/34194)) Adds a new `contacts.checkExistence` endpoint, which allows identifying whether there's already a registered contact using a given email, phone, id or visitor to source association. + +- ([#33549](https://github.com/RocketChat/Rocket.Chat/pull/33549)) Adds a new callout in the subscription page to inform users of subscription upgrade eligibility when applicable. + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/core-typings@7.2.0-rc.0 +
+ ## 7.1.0 ### Minor Changes diff --git a/packages/rest-typings/package.json b/packages/rest-typings/package.json index 8d97ba675f24..a3bf12d24b8e 100644 --- a/packages/rest-typings/package.json +++ b/packages/rest-typings/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/rest-typings", - "version": "7.2.0-develop", + "version": "7.2.0-rc.0", "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:~", diff --git a/packages/ui-avatar/CHANGELOG.md b/packages/ui-avatar/CHANGELOG.md index 273699c706ac..b924f6109df7 100644 --- a/packages/ui-avatar/CHANGELOG.md +++ b/packages/ui-avatar/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocket.chat/ui-avatar +## 10.0.0-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e]: + + - @rocket.chat/ui-contexts@14.0.0-rc.0 +
+ ## 9.0.0 ### Patch Changes diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json index c4a216d909dd..28decd9d450d 100644 --- a/packages/ui-avatar/package.json +++ b/packages/ui-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-avatar", - "version": "9.0.0", + "version": "10.0.0-rc.0", "private": true, "devDependencies": { "@babel/core": "~7.26.0", @@ -30,7 +30,7 @@ ], "peerDependencies": { "@rocket.chat/fuselage": "*", - "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-contexts": "14.0.0-rc.0", "react": "~17.0.2" }, "volta": { diff --git a/packages/ui-client/CHANGELOG.md b/packages/ui-client/CHANGELOG.md index 41dcbc65531d..1ea1bcb587f7 100644 --- a/packages/ui-client/CHANGELOG.md +++ b/packages/ui-client/CHANGELOG.md @@ -1,5 +1,23 @@ # @rocket.chat/ui-client +## 14.0.0-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +- ([#34209](https://github.com/RocketChat/Rocket.Chat/pull/34209)) Fixed the data structure of the features preview + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e]: + + - @rocket.chat/ui-contexts@14.0.0-rc.0 + - @rocket.chat/ui-avatar@10.0.0-rc.0 +
+ ## 13.0.0 ### Patch Changes diff --git a/packages/ui-client/package.json b/packages/ui-client/package.json index 6d139d408c3f..77faad597c44 100644 --- a/packages/ui-client/package.json +++ b/packages/ui-client/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-client", - "version": "13.0.0", + "version": "14.0.0-rc.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -60,8 +60,8 @@ "@rocket.chat/fuselage": "*", "@rocket.chat/fuselage-hooks": "*", "@rocket.chat/icons": "*", - "@rocket.chat/ui-avatar": "9.0.0", - "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-avatar": "10.0.0-rc.0", + "@rocket.chat/ui-contexts": "14.0.0-rc.0", "react": "*", "react-i18next": "*" }, diff --git a/packages/ui-composer/CHANGELOG.md b/packages/ui-composer/CHANGELOG.md index c017108f087a..086deddcabff 100644 --- a/packages/ui-composer/CHANGELOG.md +++ b/packages/ui-composer/CHANGELOG.md @@ -1,5 +1,19 @@ # @rocket.chat/ui-composer +## 0.5.0-rc.0 + +### Minor Changes + +- ([#34076](https://github.com/RocketChat/Rocket.Chat/pull/34076)) Introduces a new option when exporting messages, allowing users to select and download a JSON file directly from client + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + ## 0.4.0 ### Minor Changes diff --git a/packages/ui-composer/package.json b/packages/ui-composer/package.json index 09566acc7518..6db3b4d9160d 100644 --- a/packages/ui-composer/package.json +++ b/packages/ui-composer/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-composer", - "version": "0.4.0", + "version": "0.5.0-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 52a7fa34debe..c1a0be7bee44 100644 --- a/packages/ui-contexts/CHANGELOG.md +++ b/packages/ui-contexts/CHANGELOG.md @@ -1,5 +1,23 @@ # @rocket.chat/ui-contexts +## 14.0.0-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [b845fc0093cfaf59093d1e99ccaae77ab741354a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f23e71166a2dfee0e3394e49cac95c48e5eb62e5, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, f90b1c99bdf4d89350a70c9ef4c2d12ed3784fd8, a129e3e1c9ba5930906ef609d7573e5708d336f0, 475120dc19fb8cc400fd8af21559cd6f3cc17eb8, 2e4af86f6463166ba4d0b37b153b89ab246e112a, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 2d41274ae21ec51e7382da92e2f4e0c36186f814, 75a14b2e013aca7361cac56316f2b7e8c07d9dc8]: + + - @rocket.chat/rest-typings@7.2.0-rc.0 + - @rocket.chat/core-typings@7.2.0-rc.0 + - @rocket.chat/i18n@1.2.0-rc.0 + - @rocket.chat/ddp-client@0.3.11-rc.0 +
+ ## 13.0.0 ### Patch Changes diff --git a/packages/ui-contexts/package.json b/packages/ui-contexts/package.json index 12b57338c08f..91a2416b6a67 100644 --- a/packages/ui-contexts/package.json +++ b/packages/ui-contexts/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-contexts", - "version": "13.0.0", + "version": "14.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 9eb991c1b42a..3d0ada3bdbe3 100644 --- a/packages/ui-video-conf/CHANGELOG.md +++ b/packages/ui-video-conf/CHANGELOG.md @@ -1,5 +1,21 @@ # @rocket.chat/ui-video-conf +## 14.0.0-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e]: + + - @rocket.chat/ui-contexts@14.0.0-rc.0 + - @rocket.chat/ui-avatar@10.0.0-rc.0 +
+ ## 13.0.0 ### Patch Changes diff --git a/packages/ui-video-conf/package.json b/packages/ui-video-conf/package.json index 6d674de22c4a..3dd25efc23d2 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": "13.0.0", + "version": "14.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": "9.0.0", - "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-avatar": "10.0.0-rc.0", + "@rocket.chat/ui-contexts": "14.0.0-rc.0", "react": "~17.0.2", "react-dom": "^17.0.2" }, diff --git a/packages/ui-voip/CHANGELOG.md b/packages/ui-voip/CHANGELOG.md index db9745d1db80..8831bd68a2c8 100644 --- a/packages/ui-voip/CHANGELOG.md +++ b/packages/ui-voip/CHANGELOG.md @@ -1,5 +1,24 @@ # @rocket.chat/ui-voip +## 4.0.0-rc.0 + +### Patch Changes + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes an error where the engine would not retry a subprocess restart if the last attempt failed + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes error propagation when trying to get the status of apps in some cases + +- ([#34102](https://github.com/RocketChat/Rocket.Chat/pull/34102)) Fixes an issue preventing VoIP permission updates from being properly reflected in the UI. + +- ([#34205](https://github.com/RocketChat/Rocket.Chat/pull/34205)) Fixes wrong data being reported to total failed apps metrics and statistics + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, be2ede48ba7774a43189a729b385f441d088b68e]: + + - @rocket.chat/ui-contexts@14.0.0-rc.0 + - @rocket.chat/ui-avatar@10.0.0-rc.0 + - @rocket.chat/ui-client@14.0.0-rc.0 +
+ ## 3.0.0 ### Patch Changes diff --git a/packages/ui-voip/package.json b/packages/ui-voip/package.json index 222f16de8a4e..a85c91ff61cd 100644 --- a/packages/ui-voip/package.json +++ b/packages/ui-voip/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/ui-voip", - "version": "3.0.0", + "version": "4.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": "9.0.0", - "@rocket.chat/ui-client": "13.0.0", - "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-avatar": "10.0.0-rc.0", + "@rocket.chat/ui-client": "14.0.0-rc.0", + "@rocket.chat/ui-contexts": "14.0.0-rc.0", "react": "~17.0.2", "react-aria": "~3.23.1", "react-dom": "^17.0.2" diff --git a/packages/web-ui-registration/CHANGELOG.md b/packages/web-ui-registration/CHANGELOG.md index 2e52b483e20d..da89513f671c 100644 --- a/packages/web-ui-registration/CHANGELOG.md +++ b/packages/web-ui-registration/CHANGELOG.md @@ -1,5 +1,14 @@ # @rocket.chat/web-ui-registration +## 14.0.0-rc.0 + +### Patch Changes + +-
Updated dependencies [76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e, 76f6239ff1a9f34f163c03c140c4ceba62563b4e]: + + - @rocket.chat/ui-contexts@14.0.0-rc.0 +
+ ## 13.0.0 ### Patch Changes diff --git a/packages/web-ui-registration/package.json b/packages/web-ui-registration/package.json index bd69a75ccc75..0c0ae6a0350f 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": "13.0.0", + "version": "14.0.0-rc.0", "private": true, "homepage": "https://rocket.chat", "main": "./dist/index.js", @@ -49,7 +49,7 @@ "peerDependencies": { "@rocket.chat/layout": "*", "@rocket.chat/tools": "0.2.2", - "@rocket.chat/ui-contexts": "13.0.0", + "@rocket.chat/ui-contexts": "14.0.0-rc.0", "@tanstack/react-query": "*", "react": "*", "react-hook-form": "*",