Merge remote-tracking branch 'origin/release-6.13.0' into develop

pull/33351/head
Guilherme Gazzo 1 year ago
commit 47c584cd6f
  1. 5
      .changeset/brave-brooms-invent.md
  2. 5
      .changeset/bump-patch-1727212585363.md
  3. 103
      .changeset/pre.json
  4. 181
      apps/meteor/CHANGELOG.md
  5. 8
      apps/meteor/app/livechat/server/lib/LivechatTyped.ts
  6. 2
      apps/meteor/app/utils/rocketchat.info
  7. 41
      apps/meteor/ee/server/services/CHANGELOG.md
  8. 2
      apps/meteor/ee/server/services/package.json
  9. 4
      apps/meteor/package.json
  10. 28
      apps/meteor/tests/end-to-end/api/livechat/09-visitors.ts
  11. 39
      apps/uikit-playground/CHANGELOG.md
  12. 4
      apps/uikit-playground/package.json
  13. 39
      ee/apps/account-service/CHANGELOG.md
  14. 2
      ee/apps/account-service/package.json
  15. 39
      ee/apps/authorization-service/CHANGELOG.md
  16. 2
      ee/apps/authorization-service/package.json
  17. 42
      ee/apps/ddp-streamer/CHANGELOG.md
  18. 2
      ee/apps/ddp-streamer/package.json
  19. 42
      ee/apps/omnichannel-transcript/CHANGELOG.md
  20. 2
      ee/apps/omnichannel-transcript/package.json
  21. 39
      ee/apps/presence-service/CHANGELOG.md
  22. 2
      ee/apps/presence-service/package.json
  23. 39
      ee/apps/queue-worker/CHANGELOG.md
  24. 2
      ee/apps/queue-worker/package.json
  25. 36
      ee/apps/stream-hub-service/CHANGELOG.md
  26. 2
      ee/apps/stream-hub-service/package.json
  27. 27
      ee/packages/license/CHANGELOG.md
  28. 2
      ee/packages/license/package.json
  29. 42
      ee/packages/omnichannel-services/CHANGELOG.md
  30. 2
      ee/packages/omnichannel-services/package.json
  31. 27
      ee/packages/pdf-worker/CHANGELOG.md
  32. 2
      ee/packages/pdf-worker/package.json
  33. 33
      ee/packages/presence/CHANGELOG.md
  34. 2
      ee/packages/presence/package.json
  35. 6
      ee/packages/ui-theming/CHANGELOG.md
  36. 4
      ee/packages/ui-theming/package.json
  37. 2
      package.json
  38. 30
      packages/api-client/CHANGELOG.md
  39. 2
      packages/api-client/package.json
  40. 30
      packages/apps/CHANGELOG.md
  41. 2
      packages/apps/package.json
  42. 43
      packages/core-services/CHANGELOG.md
  43. 2
      packages/core-services/package.json
  44. 28
      packages/core-typings/CHANGELOG.md
  45. 2
      packages/core-typings/package.json
  46. 30
      packages/cron/CHANGELOG.md
  47. 2
      packages/cron/package.json
  48. 33
      packages/ddp-client/CHANGELOG.md
  49. 2
      packages/ddp-client/package.json
  50. 47
      packages/fuselage-ui-kit/CHANGELOG.md
  51. 10
      packages/fuselage-ui-kit/package.json
  52. 39
      packages/gazzodown/CHANGELOG.md
  53. 10
      packages/gazzodown/package.json
  54. 20
      packages/i18n/CHANGELOG.md
  55. 2
      packages/i18n/package.json
  56. 27
      packages/instance-status/CHANGELOG.md
  57. 2
      packages/instance-status/package.json
  58. 34
      packages/livechat/CHANGELOG.md
  59. 2
      packages/livechat/package.json
  60. 12
      packages/message-parser/CHANGELOG.md
  61. 2
      packages/message-parser/package.json
  62. 18
      packages/mock-providers/CHANGELOG.md
  63. 2
      packages/mock-providers/package.json
  64. 37
      packages/model-typings/CHANGELOG.md
  65. 2
      packages/model-typings/package.json
  66. 31
      packages/models/CHANGELOG.md
  67. 2
      packages/models/package.json
  68. 11
      packages/peggy-loader/CHANGELOG.md
  69. 2
      packages/peggy-loader/package.json
  70. 43
      packages/rest-typings/CHANGELOG.md
  71. 2
      packages/rest-typings/package.json
  72. 30
      packages/ui-avatar/CHANGELOG.md
  73. 6
      packages/ui-avatar/package.json
  74. 41
      packages/ui-client/CHANGELOG.md
  75. 8
      packages/ui-client/package.json
  76. 6
      packages/ui-composer/CHANGELOG.md
  77. 4
      packages/ui-composer/package.json
  78. 35
      packages/ui-contexts/CHANGELOG.md
  79. 2
      packages/ui-contexts/package.json
  80. 34
      packages/ui-video-conf/CHANGELOG.md
  81. 8
      packages/ui-video-conf/package.json
  82. 26
      packages/web-ui-registration/CHANGELOG.md
  83. 4
      packages/web-ui-registration/package.json
  84. 50
      yarn.lock

@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---
Fixes a problem that caused visitor creation to fail when GDPR setting was enabled and visitor was created via Apps Engine or the deprecated `livechat:registerGuest` method.

@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---
Bump @rocket.chat/meteor version.

@ -0,0 +1,103 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@rocket.chat/meteor": "6.13.0-develop",
"rocketchat-services": "1.3.3",
"@rocket.chat/uikit-playground": "0.4.0",
"@rocket.chat/account-service": "0.4.6",
"@rocket.chat/authorization-service": "0.4.6",
"@rocket.chat/ddp-streamer": "0.3.6",
"@rocket.chat/omnichannel-transcript": "0.4.6",
"@rocket.chat/presence-service": "0.4.6",
"@rocket.chat/queue-worker": "0.4.6",
"@rocket.chat/stream-hub-service": "0.4.6",
"@rocket.chat/license": "0.2.6",
"@rocket.chat/omnichannel-services": "0.3.3",
"@rocket.chat/pdf-worker": "0.2.3",
"@rocket.chat/presence": "0.2.6",
"@rocket.chat/ui-theming": "0.2.1",
"@rocket.chat/account-utils": "0.0.2",
"@rocket.chat/agenda": "0.1.0",
"@rocket.chat/api-client": "0.2.6",
"@rocket.chat/apps": "0.1.6",
"@rocket.chat/base64": "1.0.13",
"@rocket.chat/cas-validate": "0.0.2",
"@rocket.chat/core-services": "0.6.0",
"@rocket.chat/core-typings": "6.13.0-develop",
"@rocket.chat/cron": "0.1.6",
"@rocket.chat/ddp-client": "0.3.6",
"@rocket.chat/eslint-config": "0.7.0",
"@rocket.chat/favicon": "0.0.2",
"@rocket.chat/fuselage-ui-kit": "10.0.0",
"@rocket.chat/gazzodown": "10.0.0",
"@rocket.chat/i18n": "0.7.0",
"@rocket.chat/instance-status": "0.1.6",
"@rocket.chat/jest-presets": "0.0.1",
"@rocket.chat/jwt": "0.1.1",
"@rocket.chat/livechat": "1.19.3",
"@rocket.chat/log-format": "0.0.2",
"@rocket.chat/logger": "0.0.2",
"@rocket.chat/message-parser": "0.31.29",
"@rocket.chat/mock-providers": "0.1.2",
"@rocket.chat/model-typings": "0.7.0",
"@rocket.chat/models": "0.2.3",
"@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.25",
"@rocket.chat/random": "1.2.2",
"@rocket.chat/release-action": "2.2.3",
"@rocket.chat/release-changelog": "0.1.0",
"@rocket.chat/rest-typings": "6.13.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/ui-avatar": "6.0.0",
"@rocket.chat/ui-client": "10.0.0",
"@rocket.chat/ui-composer": "0.2.1",
"@rocket.chat/ui-contexts": "10.0.0",
"@rocket.chat/ui-kit": "0.36.1",
"@rocket.chat/ui-video-conf": "10.0.0",
"@rocket.chat/web-ui-registration": "10.0.0"
},
"changesets": [
"brave-brooms-invent",
"brown-singers-appear",
"bump-patch-1727212585363",
"cyan-ladybugs-thank",
"dirty-stingrays-beg",
"five-coats-rhyme",
"four-cherries-kneel",
"great-humans-live",
"healthy-rivers-nail",
"heavy-snails-help",
"hot-balloons-travel",
"khaki-cameras-glow",
"kind-llamas-grin",
"late-planes-sniff",
"many-balloons-scream",
"many-rules-shout",
"mighty-drinks-hide",
"nasty-tools-enjoy",
"pink-swans-teach",
"quick-rings-wave",
"quiet-cherries-punch",
"rich-toes-bow",
"rotten-rabbits-brush",
"short-drinks-itch",
"sixty-spoons-own",
"small-crabs-travel",
"soft-mirrors-remember",
"spicy-rocks-burn",
"strong-grapes-brake",
"stupid-pigs-share",
"sweet-nails-grin",
"tame-mayflies-press",
"tiny-geckos-kiss",
"wet-hats-walk",
"wise-avocados-taste",
"witty-lemons-type"
]
}

@ -1,5 +1,186 @@
# @rocket.chat/meteor
## 6.13.0-rc.1
### Minor Changes
- ([#33212](https://github.com/RocketChat/Rocket.Chat/pull/33212)) Added new Admin Feature Preview management view, this will allow the workspace admins to both enable feature previewing in the workspace as well as define which feature previews are enabled by default for the users in the workspace.
### Patch Changes
- ([#33339](https://github.com/RocketChat/Rocket.Chat/pull/33339)) Fixes a problem that caused visitor creation to fail when GDPR setting was enabled and visitor was created via Apps Engine or the deprecated `livechat:registerGuest` method.
- Bump @rocket.chat/meteor version.
- <details><summary>Updated dependencies [2f9eea03d2]:</summary>
- @rocket.chat/i18n@0.8.0-rc.1
- @rocket.chat/ui-client@11.0.0-rc.1
- @rocket.chat/ui-contexts@11.0.0-rc.1
- @rocket.chat/web-ui-registration@11.0.0-rc.1
- @rocket.chat/gazzodown@11.0.0-rc.1
- @rocket.chat/fuselage-ui-kit@11.0.0-rc.1
- @rocket.chat/ui-theming@0.3.0-rc.0
- @rocket.chat/ui-avatar@7.0.0-rc.1
- @rocket.chat/ui-video-conf@11.0.0-rc.1
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/license@0.2.8-rc.1
- @rocket.chat/omnichannel-services@0.3.5-rc.1
- @rocket.chat/pdf-worker@0.2.5-rc.1
- @rocket.chat/presence@0.2.8-rc.1
- @rocket.chat/api-client@0.2.8-rc.1
- @rocket.chat/apps@0.1.8-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/cron@0.1.8-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/models@0.3.0-rc.1
- @rocket.chat/instance-status@0.1.8-rc.1
</details>
## 6.13.0-rc.0
### Minor Changes
- ([#33156](https://github.com/RocketChat/Rocket.Chat/pull/33156)) added `sidepanelNavigation` to feature preview list
- ([#32682](https://github.com/RocketChat/Rocket.Chat/pull/32682)) Added support for specifying a unit on departments' creation and update
- ([#33139](https://github.com/RocketChat/Rocket.Chat/pull/33139)) Added new setting `Allow visitors to finish conversations` that allows admins to decide if omnichannel visitors can close a conversation or not. This doesn't affect agent's capabilities of room closing, neither apps using the livechat bridge to close rooms.
However, if currently your integration relies on `livechat/room.close` endpoint for closing conversations, it's advised to use the authenticated version `livechat/room.closeByUser` of it before turning off this setting.
- ([#32729](https://github.com/RocketChat/Rocket.Chat/pull/32729)) Implemented "omnichannel/contacts.update" endpoint to update contacts
- ([#32510](https://github.com/RocketChat/Rocket.Chat/pull/32510)) Added a new setting to enable mentions in end to end encrypted channels
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
- ([#33011](https://github.com/RocketChat/Rocket.Chat/pull/33011)) Return `parent` and `team` information when calling `rooms.info` endpoint
- ([#32693](https://github.com/RocketChat/Rocket.Chat/pull/32693)) Introduced "create contacts" endpoint to omnichannel
- ([#33177](https://github.com/RocketChat/Rocket.Chat/pull/33177)) New `teams.listChildren` endpoint that allows users listing rooms & discussions from teams. Only the discussions from the team's main room are returned.
- ([#33114](https://github.com/RocketChat/Rocket.Chat/pull/33114)) Wraps some room settings in an accordion advanced settings section in room edit contextual bar to improve organization
- ([#33160](https://github.com/RocketChat/Rocket.Chat/pull/33160)) Implemented sending email via apps
- ([#32945](https://github.com/RocketChat/Rocket.Chat/pull/32945)) Added a new setting which allows workspace admins to disable email two factor authentication for SSO (OAuth) users. If enabled, SSO users won't be asked for email two factor authentication.
- ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
### Patch Changes
- ([#33317](https://github.com/RocketChat/Rocket.Chat/pull/33317)) Fixed error during sendmessage client stub
- ([#33211](https://github.com/RocketChat/Rocket.Chat/pull/33211)) Allow to use the token from `room.v` when requesting transcript instead of visitor token. Visitors may change their tokens at any time, rendering old conversations impossible to access for them (or for APIs depending on token) as the visitor token won't match the `room.v` token.
- ([#33298](https://github.com/RocketChat/Rocket.Chat/pull/33298)) Fixed a Federation callback not awaiting db call
- ([#32939](https://github.com/RocketChat/Rocket.Chat/pull/32939)) Fixed issue where when you marked a room as unread and you were part of it, sometimes it would mark it as read right after
- ([#33197](https://github.com/RocketChat/Rocket.Chat/pull/33197)) Fixes an issue where the retention policy warning keep displaying even if the retention is disabled inside the room
- ([#33321](https://github.com/RocketChat/Rocket.Chat/pull/33321)) Changed the contextualbar behavior based on chat size instead the viewport
- ([#33246](https://github.com/RocketChat/Rocket.Chat/pull/33246)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
- ([#32999](https://github.com/RocketChat/Rocket.Chat/pull/32999)) Fixes multiple selection for MultiStaticSelectElement in UiKit
- ([#33155](https://github.com/RocketChat/Rocket.Chat/pull/33155)) Fixed a code issue on NPS service. It was passing `startAt` as the expiration date when creating a banner.
- ([#33237](https://github.com/RocketChat/Rocket.Chat/pull/33237)) fixed retention policy max age settings not being respected after upgrade
- ([#33216](https://github.com/RocketChat/Rocket.Chat/pull/33216)) Prevented uiInteraction to subscribe multiple times
- ([#33295](https://github.com/RocketChat/Rocket.Chat/pull/33295)) Resolves the issue where outgoing integrations failed to trigger after the version 6.12.0 upgrade by correcting the parameter order from the `afterSaveMessage` callback to listener functions. This ensures the correct room information is passed, restoring the functionality of outgoing webhooks, IRC bridge, Autotranslate, and Engagement Dashboard.
- ([#33193](https://github.com/RocketChat/Rocket.Chat/pull/33193)) Fixed avatar blob image setting in setUserAvatar method by correcting service handling logic.
- ([#33209](https://github.com/RocketChat/Rocket.Chat/pull/33209)) Fixed `LivechatSessionTaken` webhook event being called without the `agent` param, which represents the agent serving the room.
- ([#33296](https://github.com/RocketChat/Rocket.Chat/pull/33296)) Fixed remaining direct references to external user avatar URLs
Fixed local avatars having priority over external provider
It mainly corrects the behavior of E2E encryption messages and desktop notifications.
- ([#33157](https://github.com/RocketChat/Rocket.Chat/pull/33157) by [@csuadev](https://github.com/csuadev)) Fixed inconsistency between the markdown parser from the composer and the rest of the application when using bold and italics in a text.
- ([#33181](https://github.com/RocketChat/Rocket.Chat/pull/33181)) Fixed issue that caused an infinite loading state when uploading a private app to Rocket.Chat
- ([#33158](https://github.com/RocketChat/Rocket.Chat/pull/33158)) Fixes an issue where multi-step modals were closing unexpectedly
- <details><summary>Updated dependencies [bb94c9c67a, 9a38c8e13f, 599762739a, 7c14fd1a80, 9eaefdc892, 274f4f5881, cd0d50016e, 78e6ba4820, 532f08819e, 79c16d315a, 927710d778, 3a161c4310, 0f21fa01a3, 12d6307998]:</summary>
- @rocket.chat/ui-client@11.0.0-rc.0
- @rocket.chat/i18n@0.8.0-rc.0
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/fuselage-ui-kit@11.0.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/ui-theming@0.3.0-rc.0
- @rocket.chat/ui-video-conf@11.0.0-rc.0
- @rocket.chat/ui-composer@0.3.0-rc.0
- @rocket.chat/gazzodown@11.0.0-rc.0
- @rocket.chat/ui-avatar@7.0.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/message-parser@0.31.30-rc.0
- @rocket.chat/models@0.3.0-rc.0
- @rocket.chat/web-ui-registration@11.0.0-rc.0
- @rocket.chat/ui-contexts@11.0.0-rc.0
- @rocket.chat/omnichannel-services@0.3.4-rc.0
- @rocket.chat/apps@0.1.7-rc.0
- @rocket.chat/presence@0.2.7-rc.0
- @rocket.chat/api-client@0.2.7-rc.0
- @rocket.chat/license@0.2.7-rc.0
- @rocket.chat/pdf-worker@0.2.4-rc.0
- @rocket.chat/cron@0.1.7-rc.0
- @rocket.chat/instance-status@0.1.7-rc.0
- @rocket.chat/server-cloud-communication@0.0.2
</details>
## 6.12.1
### Patch Changes
- Bump @rocket.chat/meteor version.
- Bump @rocket.chat/meteor version.
- ([#33242](https://github.com/RocketChat/Rocket.Chat/pull/33242) by [@dionisio-bot](https://github.com/dionisio-bot)) Allow to use the token from `room.v` when requesting transcript instead of visitor token. Visitors may change their tokens at any time, rendering old conversations impossible to access for them (or for APIs depending on token) as the visitor token won't match the `room.v` token.
- ([#33268](https://github.com/RocketChat/Rocket.Chat/pull/33268) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
- ([#33265](https://github.com/RocketChat/Rocket.Chat/pull/33265) by [@dionisio-bot](https://github.com/dionisio-bot)) fixed retention policy max age settings not being respected after upgrade
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
- @rocket.chat/message-parser@0.31.30
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/gazzodown@10.0.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/omnichannel-services@0.3.4
- @rocket.chat/presence@0.2.7
- @rocket.chat/license@0.2.7
- @rocket.chat/pdf-worker@0.2.4
- @rocket.chat/api-client@0.2.7
- @rocket.chat/apps@0.1.7
- @rocket.chat/cron@0.1.7
- @rocket.chat/fuselage-ui-kit@10.0.1
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/ui-contexts@10.0.1
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/models@0.2.4
- @rocket.chat/ui-theming@0.2.1
- @rocket.chat/ui-avatar@6.0.1
- @rocket.chat/ui-client@10.0.1
- @rocket.chat/ui-video-conf@10.0.1
- @rocket.chat/web-ui-registration@10.0.1
- @rocket.chat/instance-status@0.1.7
</details>
## 6.12.0
### Minor Changes

@ -589,6 +589,10 @@ class LivechatClass {
}
}
isValidObject(obj: unknown): obj is Record<string, any> {
return typeof obj === 'object' && obj !== null;
}
async registerGuest({
id,
token,
@ -654,10 +658,10 @@ class LivechatClass {
visitorDataToUpdate.status = status;
visitorDataToUpdate.ts = new Date();
if (settings.get('Livechat_Allow_collect_and_store_HTTP_header_informations')) {
if (settings.get('Livechat_Allow_collect_and_store_HTTP_header_informations') && Livechat.isValidObject(connectionData)) {
Livechat.logger.debug(`Saving connection data for visitor ${token}`);
const { httpHeaders, clientAddress } = connectionData;
if (httpHeaders) {
if (Livechat.isValidObject(httpHeaders)) {
visitorDataToUpdate.userAgent = httpHeaders['user-agent'];
visitorDataToUpdate.ip = httpHeaders['x-real-ip'] || httpHeaders['x-forwarded-for'] || clientAddress;
visitorDataToUpdate.host = httpHeaders?.host;

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

@ -1,5 +1,46 @@
# rocketchat-services
## 1.3.5-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 1.3.5-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 79c16d315a, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/message-parser@0.31.30-rc.0
- @rocket.chat/models@0.3.0-rc.0
</details>
## 1.3.4
### Patch Changes
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
- @rocket.chat/message-parser@0.31.30
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 1.3.3
### Patch Changes

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

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.13.0-develop",
"version": "6.13.0-rc.1",
"private": true,
"author": {
"name": "Rocket.Chat",
@ -241,7 +241,7 @@
"@rocket.chat/favicon": "workspace:^",
"@rocket.chat/forked-matrix-appservice-bridge": "^4.0.2",
"@rocket.chat/forked-matrix-bot-sdk": "^0.6.0-beta.3",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.33.0",

@ -1,11 +1,11 @@
import { faker } from '@faker-js/faker';
import type { ILivechatVisitor } from '@rocket.chat/core-typings';
import { expect } from 'chai';
import { before, describe, it } from 'mocha';
import { before, describe, it, after } from 'mocha';
import moment from 'moment';
import { type Response } from 'supertest';
import { getCredentials, api, request, credentials } from '../../../data/api-data';
import { getCredentials, api, request, credentials, methodCallAnon } from '../../../data/api-data';
import { createCustomField, deleteCustomField } from '../../../data/livechat/custom-fields';
import {
makeAgentAvailable,
@ -217,6 +217,30 @@ describe('LIVECHAT - visitors', () => {
expect(body.visitor).to.have.property('livechatData');
expect(body.visitor.livechatData).to.have.property(customFieldName, 'Not a real address :)');
});
describe('special cases', () => {
before(async () => {
await updateSetting('Livechat_Allow_collect_and_store_HTTP_header_informations', true);
});
after(async () => {
await updateSetting('Livechat_Allow_collect_and_store_HTTP_header_informations', false);
});
// Note: this had to use the meteor method because the endpoint used `req.headers` which we cannot send as empty
// method doesn't pass them to the func allowing us to create a test for it
it('should allow to create a visitor without passing connectionData when GDPR setting is enabled', async () => {
const token = `${new Date().getTime()}-test`;
const response = await request
.post(methodCallAnon('livechat:registerGuest'))
.send({ message: `{"msg":"method","id":"23","method":"livechat:registerGuest","params":[{ "token": "${token}"}]}` });
expect(response.body).to.have.property('success', true);
const r = JSON.parse(response.body.message);
expect(r.result).to.have.property('visitor');
expect(r.result.visitor).to.have.property('token', token);
});
});
});
describe('livechat/visitors.info', () => {

@ -1,5 +1,44 @@
# @rocket.chat/uikit-playground
## 0.5.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.1
- @rocket.chat/fuselage-ui-kit@11.0.0-rc.1
- @rocket.chat/ui-avatar@7.0.0-rc.1
- @rocket.chat/core-typings@6.13.0-rc.1
</details>
## 0.5.0-rc.0
### Minor Changes
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
### Patch Changes
- <details><summary>Updated dependencies [599762739a, 274f4f5881, cd0d50016e, 78e6ba4820, 927710d778, 12d6307998]:</summary>
- @rocket.chat/fuselage-ui-kit@11.0.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/ui-avatar@7.0.0-rc.0
- @rocket.chat/ui-contexts@11.0.0-rc.0
</details>
## 0.4.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/fuselage-ui-kit@10.0.1
- @rocket.chat/ui-contexts@10.0.1
- @rocket.chat/ui-avatar@6.0.1
</details>
## 0.4.0
### Minor Changes

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/uikit-playground",
"private": true,
"version": "0.4.0",
"version": "0.5.0-rc.1",
"type": "module",
"scripts": {
"dev": "vite",
@ -17,7 +17,7 @@
"@lezer/highlight": "^1.1.6",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/fuselage-toastbar": "^0.33.0",

@ -1,5 +1,44 @@
# @rocket.chat/account-service
## 0.4.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.4.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
</details>
## 0.4.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 0.4.6
### Patch Changes

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

@ -1,5 +1,44 @@
# @rocket.chat/authorization-service
## 0.4.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.4.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
</details>
## 0.4.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 0.4.6
### Patch Changes

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

@ -1,5 +1,47 @@
# @rocket.chat/ddp-streamer
## 0.3.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
- @rocket.chat/instance-status@0.1.8-rc.1
</details>
## 0.3.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
- @rocket.chat/instance-status@0.1.7-rc.0
</details>
## 0.3.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
- @rocket.chat/instance-status@0.1.7
</details>
## 0.3.6
### Patch Changes

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

@ -1,5 +1,47 @@
# @rocket.chat/omnichannel-transcript
## 0.4.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/omnichannel-services@0.3.5-rc.1
- @rocket.chat/pdf-worker@0.2.5-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.4.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
- @rocket.chat/omnichannel-services@0.3.4-rc.0
- @rocket.chat/pdf-worker@0.2.4-rc.0
</details>
## 0.4.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/omnichannel-services@0.3.4
- @rocket.chat/pdf-worker@0.2.4
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 0.4.6
### Patch Changes

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

@ -1,5 +1,44 @@
# @rocket.chat/presence-service
## 0.4.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/presence@0.2.8-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.4.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
- @rocket.chat/presence@0.2.7-rc.0
</details>
## 0.4.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/presence@0.2.7
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 0.4.6
### Patch Changes

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

@ -1,5 +1,44 @@
# @rocket.chat/queue-worker
## 0.4.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/omnichannel-services@0.3.5-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.4.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
- @rocket.chat/omnichannel-services@0.3.4-rc.0
</details>
## 0.4.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/omnichannel-services@0.3.4
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 0.4.6
### Patch Changes

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

@ -1,5 +1,41 @@
# @rocket.chat/stream-hub-service
## 0.4.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.4.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
</details>
## 0.4.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 0.4.6
### Patch Changes

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

@ -1,5 +1,32 @@
# @rocket.chat/license
## 0.2.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
</details>
## 0.2.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [274f4f5881, 927710d778, 12d6307998]:</summary>
- @rocket.chat/core-typings@6.13.0-rc.0
</details>
## 0.2.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
</details>
## 0.2.6
### Patch Changes

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

@ -1,5 +1,47 @@
# @rocket.chat/omnichannel-services
## 0.3.5-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/pdf-worker@0.2.5-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.3.5-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
- @rocket.chat/pdf-worker@0.2.4-rc.0
</details>
## 0.3.4
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/pdf-worker@0.2.4
- @rocket.chat/model-typings@0.7.1
- @rocket.chat/models@0.2.4
</details>
## 0.3.3
### Patch Changes

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

@ -1,5 +1,32 @@
# @rocket.chat/pdf-worker
## 0.2.5-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
</details>
## 0.2.5-rc.0
### Patch Changes
- <details><summary>Updated dependencies [274f4f5881, 927710d778, 12d6307998]:</summary>
- @rocket.chat/core-typings@6.13.0-rc.0
</details>
## 0.2.4
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
</details>
## 0.2.3
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/pdf-worker",
"version": "0.2.3",
"version": "0.2.5-rc.1",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",

@ -1,5 +1,38 @@
# @rocket.chat/presence
## 0.2.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/core-services@0.7.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.2.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/core-services@0.7.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
</details>
## 0.2.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-services@0.6.1
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/models@0.2.4
</details>
## 0.2.6
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/presence",
"version": "0.2.6",
"version": "0.2.8-rc.1",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.20",

@ -1,5 +1,11 @@
# @rocket.chat/ui-theming
## 0.3.0-rc.0
### Minor Changes
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
## 0.2.1
### Patch Changes

@ -1,10 +1,10 @@
{
"name": "@rocket.chat/ui-theming",
"version": "0.2.1",
"version": "0.3.0-rc.0",
"private": true,
"devDependencies": {
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "~0.38.0",
"@rocket.chat/ui-contexts": "workspace:~",

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

@ -1,5 +1,35 @@
# @rocket.chat/api-client
## 0.2.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
</details>
## 0.2.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
</details>
## 0.2.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
</details>
## 0.2.6
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/api-client",
"version": "0.2.6",
"version": "0.2.8-rc.1",
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.13",

@ -1,5 +1,35 @@
# @rocket.chat/apps
## 0.1.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/model-typings@0.8.0-rc.1
</details>
## 0.1.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 274f4f5881, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
</details>
## 0.1.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/model-typings@0.7.1
</details>
## 0.1.6
### Patch Changes

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

@ -1,5 +1,48 @@
# @rocket.chat/core-services
## 0.7.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.7.0-rc.0
### Minor Changes
- ([#33011](https://github.com/RocketChat/Rocket.Chat/pull/33011)) Return `parent` and `team` information when calling `rooms.info` endpoint
- ([#33177](https://github.com/RocketChat/Rocket.Chat/pull/33177)) New `teams.listChildren` endpoint that allows users listing rooms & discussions from teams. Only the discussions from the team's main room are returned.
- ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 79c16d315a, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/message-parser@0.31.30-rc.0
- @rocket.chat/models@0.3.0-rc.0
</details>
## 0.6.1
### Patch Changes
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
- @rocket.chat/message-parser@0.31.30
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/models@0.2.4
</details>
## 0.6.0
### Minor Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/core-services",
"version": "0.6.0",
"version": "0.7.0-rc.1",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.20",

@ -1,5 +1,33 @@
# @rocket.chat/core-typings
## 6.13.0-rc.1
## 6.13.0-rc.0
### Minor Changes
- ([#32693](https://github.com/RocketChat/Rocket.Chat/pull/32693)) Introduced "create contacts" endpoint to omnichannel
- ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
### Patch Changes
- ([#32510](https://github.com/RocketChat/Rocket.Chat/pull/32510)) Added a new setting to enable mentions in end to end encrypted channels
- <details><summary>Updated dependencies [79c16d315a]:</summary>
- @rocket.chat/message-parser@0.31.30-rc.0
</details>
## 6.12.1
### Patch Changes
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
- @rocket.chat/message-parser@0.31.30
</details>
## 6.12.0
### Minor Changes

@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@rocket.chat/core-typings",
"version": "6.13.0-develop",
"version": "6.13.0-rc.1",
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"eslint": "~8.45.0",

@ -1,5 +1,35 @@
# @rocket.chat/cron
## 0.1.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.1.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [274f4f5881, 927710d778, 12d6307998]:</summary>
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/models@0.3.0-rc.0
</details>
## 0.1.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/models@0.2.4
</details>
## 0.1.6
### Patch Changes

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

@ -1,5 +1,38 @@
# @rocket.chat/ddp-client
## 0.3.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/api-client@0.2.8-rc.1
</details>
## 0.3.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 9eaefdc892, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/api-client@0.2.7-rc.0
</details>
## 0.3.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/api-client@0.2.7
</details>
## 0.3.6
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ddp-client",
"version": "0.3.6",
"version": "0.3.8-rc.1",
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"@types/jest": "~29.5.13",

@ -1,5 +1,52 @@
# Change Log
## 11.0.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.1
- @rocket.chat/gazzodown@11.0.0-rc.1
- @rocket.chat/ui-avatar@7.0.0-rc.1
- @rocket.chat/ui-video-conf@11.0.0-rc.1
- @rocket.chat/core-typings@6.13.0-rc.1
</details>
## 11.0.0-rc.0
### Minor Changes
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
### Patch Changes
- ([#33179](https://github.com/RocketChat/Rocket.Chat/pull/33179)) Fixed an error that incorrectly showed conference calls as not answered after they ended
- ([#32999](https://github.com/RocketChat/Rocket.Chat/pull/32999)) Fixes multiple selection for MultiStaticSelectElement in UiKit
- <details><summary>Updated dependencies [274f4f5881, cd0d50016e, 927710d778, 12d6307998]:</summary>
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/ui-video-conf@11.0.0-rc.0
- @rocket.chat/gazzodown@11.0.0-rc.0
- @rocket.chat/ui-avatar@7.0.0-rc.0
- @rocket.chat/ui-contexts@11.0.0-rc.0
</details>
## 10.0.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/gazzodown@10.0.1
- @rocket.chat/ui-contexts@10.0.1
- @rocket.chat/ui-avatar@6.0.1
- @rocket.chat/ui-video-conf@10.0.1
</details>
## 10.0.0
### Patch Changes

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/fuselage-ui-kit",
"private": true,
"version": "10.0.0",
"version": "11.0.0-rc.1",
"description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
@ -50,10 +50,10 @@
"@rocket.chat/icons": "*",
"@rocket.chat/prettier-config": "*",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-avatar": "*",
"@rocket.chat/ui-contexts": "*",
"@rocket.chat/ui-avatar": "7.0.0-rc.1",
"@rocket.chat/ui-contexts": "11.0.0-rc.1",
"@rocket.chat/ui-kit": "*",
"@rocket.chat/ui-video-conf": "*",
"@rocket.chat/ui-video-conf": "11.0.0-rc.1",
"@tanstack/react-query": "*",
"react": "*",
"react-dom": "*"
@ -66,7 +66,7 @@
"@rocket.chat/apps-engine": "1.45.0-alpha.868",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/fuselage-polyfills": "~0.31.25",
"@rocket.chat/icons": "~0.38.0",

@ -1,5 +1,44 @@
# @rocket.chat/gazzodown
## 11.0.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies [2f9eea03d2]:</summary>
- @rocket.chat/ui-client@11.0.0-rc.1
- @rocket.chat/ui-contexts@11.0.0-rc.1
- @rocket.chat/core-typings@6.13.0-rc.1
</details>
## 11.0.0-rc.0
### Minor Changes
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
### Patch Changes
- <details><summary>Updated dependencies [bb94c9c67a, 274f4f5881, cd0d50016e, 79c16d315a, 927710d778, 12d6307998]:</summary>
- @rocket.chat/ui-client@11.0.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/message-parser@0.31.30-rc.0
- @rocket.chat/ui-contexts@11.0.0-rc.0
</details>
## 10.0.1
### Patch Changes
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
- @rocket.chat/message-parser@0.31.30
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/ui-contexts@10.0.1
- @rocket.chat/ui-client@10.0.1
</details>
## 10.0.0
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/gazzodown",
"version": "10.0.0",
"version": "11.0.0-rc.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -28,7 +28,7 @@
"@babel/core": "~7.22.20",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/fuselage-tokens": "^0.33.1",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/message-parser": "workspace:^",
@ -72,10 +72,10 @@
"@rocket.chat/css-in-js": "*",
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-tokens": "*",
"@rocket.chat/message-parser": "0.31.29",
"@rocket.chat/message-parser": "0.31.31-rc.0",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-client": "*",
"@rocket.chat/ui-contexts": "*",
"@rocket.chat/ui-client": "11.0.0-rc.1",
"@rocket.chat/ui-contexts": "11.0.0-rc.1",
"katex": "*",
"react": "*"
},

@ -1,5 +1,25 @@
# @rocket.chat/i18n
## 0.8.0-rc.1
### Minor Changes
- ([#33212](https://github.com/RocketChat/Rocket.Chat/pull/33212)) Added new Admin Feature Preview management view, this will allow the workspace admins to both enable feature previewing in the workspace as well as define which feature previews are enabled by default for the users in the workspace.
## 0.8.0-rc.0
### Minor Changes
- ([#33156](https://github.com/RocketChat/Rocket.Chat/pull/33156)) added `sidepanelNavigation` to feature preview list
- ([#33139](https://github.com/RocketChat/Rocket.Chat/pull/33139)) Added new setting `Allow visitors to finish conversations` that allows admins to decide if omnichannel visitors can close a conversation or not. This doesn't affect agent's capabilities of room closing, neither apps using the livechat bridge to close rooms.
However, if currently your integration relies on `livechat/room.close` endpoint for closing conversations, it's advised to use the authenticated version `livechat/room.closeByUser` of it before turning off this setting.
- ([#32945](https://github.com/RocketChat/Rocket.Chat/pull/32945)) Added a new setting which allows workspace admins to disable email two factor authentication for SSO (OAuth) users. If enabled, SSO users won't be asked for email two factor authentication.
### Patch Changes
- ([#32510](https://github.com/RocketChat/Rocket.Chat/pull/32510)) Added a new setting to enable mentions in end to end encrypted channels
## 0.7.0
### Minor Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/i18n",
"version": "0.7.0",
"version": "0.8.0-rc.1",
"private": true,
"type": "module",
"main": "./dist/index.js",

@ -1,5 +1,32 @@
# @rocket.chat/instance-status
## 0.1.8-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/models@0.3.0-rc.1
</details>
## 0.1.8-rc.0
### Patch Changes
- <details><summary>Updated dependencies [927710d778]:</summary>
- @rocket.chat/models@0.3.0-rc.0
</details>
## 0.1.7
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/models@0.2.4
</details>
## 0.1.6
### Patch Changes

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

@ -1,5 +1,39 @@
# @rocket.chat/livechat Change Log
## 1.20.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/gazzodown@11.0.0-rc.1
</details>
## 1.20.0-rc.0
### Minor Changes
- ([#33139](https://github.com/RocketChat/Rocket.Chat/pull/33139)) Added new setting `Allow visitors to finish conversations` that allows admins to decide if omnichannel visitors can close a conversation or not. This doesn't affect agent's capabilities of room closing, neither apps using the livechat bridge to close rooms.
However, if currently your integration relies on `livechat/room.close` endpoint for closing conversations, it's advised to use the authenticated version `livechat/room.closeByUser` of it before turning off this setting.
### Patch Changes
- <details><summary>Updated dependencies [cd0d50016e, 79c16d315a]:</summary>
- @rocket.chat/gazzodown@11.0.0-rc.0
- @rocket.chat/message-parser@0.31.30-rc.0
</details>
## 1.19.4
### Patch Changes
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
- @rocket.chat/message-parser@0.31.30
- @rocket.chat/gazzodown@10.0.1
</details>
## 1.19.3
### Patch Changes

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

@ -1,5 +1,17 @@
# Change Log
## 0.31.31-rc.0
### Patch Changes
- ([#33227](https://github.com/RocketChat/Rocket.Chat/pull/33227)) Improved the performance of the message parser
## 0.31.30
### Patch Changes
- ([#33254](https://github.com/RocketChat/Rocket.Chat/pull/33254) by [@dionisio-bot](https://github.com/dionisio-bot)) Improved the performance of the message parser
## 0.31.29
### Patch Changes

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/message-parser",
"description": "Rocket.Chat parser for messages",
"version": "0.31.29",
"version": "0.31.31-rc.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

@ -1,5 +1,23 @@
# @rocket.chat/mock-providers
## 0.1.3-rc.1
### Patch Changes
- <details><summary>Updated dependencies [2f9eea03d2]:</summary>
- @rocket.chat/i18n@0.8.0-rc.1
</details>
## 0.1.3-rc.0
### Patch Changes
- <details><summary>Updated dependencies [bb94c9c67a, 7c14fd1a80, 274f4f5881, 0f21fa01a3]:</summary>
- @rocket.chat/i18n@0.8.0-rc.0
</details>
## 0.1.2
### Patch Changes

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

@ -1,5 +1,42 @@
# @rocket.chat/model-typings
## 0.8.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
</details>
## 0.8.0-rc.0
### Minor Changes
- ([#32682](https://github.com/RocketChat/Rocket.Chat/pull/32682)) Added support for specifying a unit on departments' creation and update
- ([#32693](https://github.com/RocketChat/Rocket.Chat/pull/32693)) Introduced "create contacts" endpoint to omnichannel
- ([#33177](https://github.com/RocketChat/Rocket.Chat/pull/33177)) New `teams.listChildren` endpoint that allows users listing rooms & discussions from teams. Only the discussions from the team's main room are returned.
- ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
### Patch Changes
- <details><summary>Updated dependencies [274f4f5881, 927710d778, 12d6307998]:</summary>
- @rocket.chat/core-typings@6.13.0-rc.0
</details>
## 0.7.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
</details>
## 0.7.0
### Minor Changes

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

@ -1,5 +1,36 @@
# @rocket.chat/models
## 0.3.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/model-typings@0.8.0-rc.1
</details>
## 0.3.0-rc.0
### Minor Changes
- ([#32693](https://github.com/RocketChat/Rocket.Chat/pull/32693)) Introduced "create contacts" endpoint to omnichannel
### Patch Changes
- <details><summary>Updated dependencies [9a38c8e13f, 927710d778, 3a161c4310, 12d6307998]:</summary>
- @rocket.chat/model-typings@0.8.0-rc.0
</details>
## 0.2.4
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/model-typings@0.7.1
</details>
## 0.2.3
### Patch Changes

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

@ -1,5 +1,16 @@
# Change Log
## 0.31.27-rc.0
### Patch Changes
- ([#33227](https://github.com/RocketChat/Rocket.Chat/pull/33227)) Improved the performance of the message parser
## 0.31.26
### Patch Changes
- ([#33254](https://github.com/RocketChat/Rocket.Chat/pull/33254) by [@dionisio-bot](https://github.com/dionisio-bot)) Improved the performance of the message parser
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/peggy-loader",
"version": "0.31.25",
"version": "0.31.27-rc.0",
"description": "Peggy loader for webpack",
"keywords": [
"peggy",

@ -1,5 +1,48 @@
# @rocket.chat/rest-typings
## 6.13.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.13.0-rc.1
</details>
## 6.13.0-rc.0
### Minor Changes
- ([#32682](https://github.com/RocketChat/Rocket.Chat/pull/32682)) Added support for specifying a unit on departments' creation and update
- ([#32729](https://github.com/RocketChat/Rocket.Chat/pull/32729)) Implemented "omnichannel/contacts.update" endpoint to update contacts
- ([#33011](https://github.com/RocketChat/Rocket.Chat/pull/33011)) Return `parent` and `team` information when calling `rooms.info` endpoint
- ([#32693](https://github.com/RocketChat/Rocket.Chat/pull/32693)) Introduced "create contacts" endpoint to omnichannel
- ([#33177](https://github.com/RocketChat/Rocket.Chat/pull/33177)) New `teams.listChildren` endpoint that allows users listing rooms & discussions from teams. Only the discussions from the team's main room are returned.
- ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
### Patch Changes
- <details><summary>Updated dependencies [274f4f5881, 79c16d315a, 927710d778, 12d6307998]:</summary>
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/message-parser@0.31.30-rc.0
</details>
## 6.12.1
### Patch Changes
- <details><summary>Updated dependencies [3cbb9f6252]:</summary>
- @rocket.chat/message-parser@0.31.30
- @rocket.chat/core-typings@6.12.1
</details>
## 6.12.0
### Minor Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/rest-typings",
"version": "6.13.0-develop",
"version": "6.13.0-rc.1",
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:~",
"@types/jest": "~29.5.13",

@ -1,5 +1,35 @@
# @rocket.chat/ui-avatar
## 7.0.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.1
</details>
## 7.0.0-rc.0
### Minor Changes
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.0
</details>
## 6.0.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@10.0.1
</details>
## 6.0.0
### Patch Changes

@ -1,10 +1,10 @@
{
"name": "@rocket.chat/ui-avatar",
"version": "6.0.0",
"version": "7.0.0-rc.1",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.20",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/ui-contexts": "workspace:^",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
@ -30,7 +30,7 @@
],
"peerDependencies": {
"@rocket.chat/fuselage": "*",
"@rocket.chat/ui-contexts": "*",
"@rocket.chat/ui-contexts": "11.0.0-rc.1",
"react": "~17.0.2"
},
"volta": {

@ -1,5 +1,46 @@
# @rocket.chat/ui-client
## 11.0.0-rc.1
### Minor Changes
- ([#33212](https://github.com/RocketChat/Rocket.Chat/pull/33212)) Added new Admin Feature Preview management view, this will allow the workspace admins to both enable feature previewing in the workspace as well as define which feature previews are enabled by default for the users in the workspace.
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.1
- @rocket.chat/ui-avatar@7.0.0-rc.1
</details>
## 11.0.0-rc.0
### Minor Changes
- ([#33156](https://github.com/RocketChat/Rocket.Chat/pull/33156)) added `sidepanelNavigation` to feature preview list
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
- ([#33225](https://github.com/RocketChat/Rocket.Chat/pull/33225)) Implemented new feature preview for Sidepanel
### Patch Changes
- <details><summary>Updated dependencies [cd0d50016e]:</summary>
- @rocket.chat/ui-avatar@7.0.0-rc.0
- @rocket.chat/ui-contexts@11.0.0-rc.0
</details>
## 10.0.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@10.0.1
</details>
## 10.0.0
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-client",
"version": "10.0.0",
"version": "11.0.0-rc.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -21,7 +21,7 @@
"@babel/core": "~7.22.20",
"@react-aria/toolbar": "^3.0.0-beta.1",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "~0.38.0",
"@rocket.chat/jest-presets": "workspace:~",
@ -61,8 +61,8 @@
"@rocket.chat/fuselage": "*",
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"@rocket.chat/ui-avatar": "*",
"@rocket.chat/ui-contexts": "*",
"@rocket.chat/ui-avatar": "7.0.0-rc.1",
"@rocket.chat/ui-contexts": "11.0.0-rc.1",
"react": "*",
"react-i18next": "*"
},

@ -1,5 +1,11 @@
# @rocket.chat/ui-composer
## 0.3.0-rc.0
### Minor Changes
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
## 0.2.1
### Patch Changes

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-composer",
"version": "0.2.1",
"version": "0.3.0-rc.0",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -19,7 +19,7 @@
"@babel/core": "~7.22.20",
"@react-aria/toolbar": "^3.0.0-beta.1",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/icons": "~0.38.0",
"@storybook/addon-actions": "~6.5.16",
"@storybook/addon-docs": "~6.5.16",

@ -1,5 +1,40 @@
# @rocket.chat/ui-contexts
## 11.0.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies [2f9eea03d2]:</summary>
- @rocket.chat/i18n@0.8.0-rc.1
- @rocket.chat/core-typings@6.13.0-rc.1
- @rocket.chat/rest-typings@6.13.0-rc.1
- @rocket.chat/ddp-client@0.3.8-rc.1
</details>
## 11.0.0-rc.0
### Patch Changes
- <details><summary>Updated dependencies [bb94c9c67a, 9a38c8e13f, 7c14fd1a80, 9eaefdc892, 274f4f5881, 532f08819e, 927710d778, 3a161c4310, 0f21fa01a3, 12d6307998]:</summary>
- @rocket.chat/i18n@0.8.0-rc.0
- @rocket.chat/rest-typings@6.13.0-rc.0
- @rocket.chat/core-typings@6.13.0-rc.0
- @rocket.chat/ddp-client@0.3.7-rc.0
</details>
## 10.0.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@6.12.1
- @rocket.chat/rest-typings@6.12.1
- @rocket.chat/ddp-client@0.3.7
</details>
## 10.0.0
### Patch Changes

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

@ -1,5 +1,39 @@
# @rocket.chat/ui-video-conf
## 11.0.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.1
- @rocket.chat/ui-avatar@7.0.0-rc.1
</details>
## 11.0.0-rc.0
### Minor Changes
- ([#32821](https://github.com/RocketChat/Rocket.Chat/pull/32821)) Replaced new `SidebarV2` components under feature preview
### Patch Changes
- <details><summary>Updated dependencies [cd0d50016e]:</summary>
- @rocket.chat/ui-avatar@7.0.0-rc.0
- @rocket.chat/ui-contexts@11.0.0-rc.0
</details>
## 10.0.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@10.0.1
- @rocket.chat/ui-avatar@6.0.1
</details>
## 10.0.0
### Patch Changes

@ -1,12 +1,12 @@
{
"name": "@rocket.chat/ui-video-conf",
"version": "10.0.0",
"version": "11.0.0-rc.1",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.20",
"@rocket.chat/css-in-js": "~0.31.25",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/fuselage": "^0.59.0",
"@rocket.chat/fuselage": "^0.59.1",
"@rocket.chat/fuselage-hooks": "^0.33.1",
"@rocket.chat/icons": "~0.38.0",
"@rocket.chat/jest-presets": "workspace:~",
@ -39,8 +39,8 @@
"@rocket.chat/fuselage-hooks": "*",
"@rocket.chat/icons": "*",
"@rocket.chat/styled": "*",
"@rocket.chat/ui-avatar": "*",
"@rocket.chat/ui-contexts": "*",
"@rocket.chat/ui-avatar": "7.0.0-rc.1",
"@rocket.chat/ui-contexts": "11.0.0-rc.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},

@ -1,5 +1,31 @@
# @rocket.chat/web-ui-registration
## 11.0.0-rc.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.1
</details>
## 11.0.0-rc.0
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@11.0.0-rc.0
</details>
## 10.0.1
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@10.0.1
</details>
## 10.0.0
### Patch Changes

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

@ -8913,7 +8913,7 @@ __metadata:
"@rocket.chat/apps-engine": 1.45.0-alpha.868
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/gazzodown": "workspace:^"
@ -8962,19 +8962,19 @@ __metadata:
"@rocket.chat/icons": "*"
"@rocket.chat/prettier-config": "*"
"@rocket.chat/styled": "*"
"@rocket.chat/ui-avatar": "*"
"@rocket.chat/ui-contexts": "*"
"@rocket.chat/ui-avatar": 7.0.0-rc.0
"@rocket.chat/ui-contexts": 11.0.0-rc.0
"@rocket.chat/ui-kit": "*"
"@rocket.chat/ui-video-conf": "*"
"@rocket.chat/ui-video-conf": 11.0.0-rc.0
"@tanstack/react-query": "*"
react: "*"
react-dom: "*"
languageName: unknown
linkType: soft
"@rocket.chat/fuselage@npm:^0.59.0":
version: 0.59.0
resolution: "@rocket.chat/fuselage@npm:0.59.0"
"@rocket.chat/fuselage@npm:^0.59.1":
version: 0.59.1
resolution: "@rocket.chat/fuselage@npm:0.59.1"
dependencies:
"@rocket.chat/css-in-js": ^0.31.25
"@rocket.chat/css-supports": ^0.31.25
@ -8992,7 +8992,7 @@ __metadata:
react: ^17.0.2
react-dom: ^17.0.2
react-virtuoso: 1.2.4
checksum: 259dce5381a3c3e0d7c7f3dc7ab51346cb65a9f4906a5ca5d6a976627d05e01e7f8a3a940604d0ad1b2b4ed89c250a871ef3fb253f6bbb69d35bc931e193898d
checksum: 6ecceaefe8b2c6b9fe0ba3b6e19360f5d46af9697e7c97af16cce6c9eea2cb79255f38ccffdbc4766b4104c079281b4980fe7c924cd62fe5d2d341581fdf4f62
languageName: node
linkType: hard
@ -9003,7 +9003,7 @@ __metadata:
"@babel/core": ~7.22.20
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/fuselage-tokens": ^0.33.1
"@rocket.chat/jest-presets": "workspace:~"
"@rocket.chat/message-parser": "workspace:^"
@ -9050,10 +9050,10 @@ __metadata:
"@rocket.chat/css-in-js": "*"
"@rocket.chat/fuselage": "*"
"@rocket.chat/fuselage-tokens": "*"
"@rocket.chat/message-parser": 0.31.29
"@rocket.chat/message-parser": 0.31.31-rc.0
"@rocket.chat/styled": "*"
"@rocket.chat/ui-client": "*"
"@rocket.chat/ui-contexts": "*"
"@rocket.chat/ui-client": 11.0.0-rc.0
"@rocket.chat/ui-contexts": 11.0.0-rc.0
katex: "*"
react: "*"
languageName: unknown
@ -9375,7 +9375,7 @@ __metadata:
"@rocket.chat/favicon": "workspace:^"
"@rocket.chat/forked-matrix-appservice-bridge": ^4.0.2
"@rocket.chat/forked-matrix-bot-sdk": ^0.6.0-beta.3
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/fuselage-toastbar": ^0.33.0
@ -10273,7 +10273,7 @@ __metadata:
resolution: "@rocket.chat/ui-avatar@workspace:packages/ui-avatar"
dependencies:
"@babel/core": ~7.22.20
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/ui-contexts": "workspace:^"
"@types/react": ~17.0.80
"@types/react-dom": ~17.0.25
@ -10286,7 +10286,7 @@ __metadata:
typescript: ~5.5.4
peerDependencies:
"@rocket.chat/fuselage": "*"
"@rocket.chat/ui-contexts": "*"
"@rocket.chat/ui-contexts": 11.0.0-rc.0
react: ~17.0.2
languageName: unknown
linkType: soft
@ -10298,7 +10298,7 @@ __metadata:
"@babel/core": ~7.22.20
"@react-aria/toolbar": ^3.0.0-beta.1
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ~0.38.0
"@rocket.chat/jest-presets": "workspace:~"
@ -10337,8 +10337,8 @@ __metadata:
"@rocket.chat/fuselage": "*"
"@rocket.chat/fuselage-hooks": "*"
"@rocket.chat/icons": "*"
"@rocket.chat/ui-avatar": "*"
"@rocket.chat/ui-contexts": "*"
"@rocket.chat/ui-avatar": 7.0.0-rc.0
"@rocket.chat/ui-contexts": 11.0.0-rc.0
react: "*"
react-i18next: "*"
languageName: unknown
@ -10351,7 +10351,7 @@ __metadata:
"@babel/core": ~7.22.20
"@react-aria/toolbar": ^3.0.0-beta.1
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/icons": ~0.38.0
"@storybook/addon-actions": ~6.5.16
"@storybook/addon-docs": ~6.5.16
@ -10445,7 +10445,7 @@ __metadata:
resolution: "@rocket.chat/ui-theming@workspace:ee/packages/ui-theming"
dependencies:
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ~0.38.0
"@rocket.chat/ui-contexts": "workspace:~"
@ -10475,7 +10475,7 @@ __metadata:
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/emitter": ~0.31.25
"@rocket.chat/eslint-config": "workspace:^"
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/icons": ~0.38.0
"@rocket.chat/jest-presets": "workspace:~"
@ -10507,8 +10507,8 @@ __metadata:
"@rocket.chat/fuselage-hooks": "*"
"@rocket.chat/icons": "*"
"@rocket.chat/styled": "*"
"@rocket.chat/ui-avatar": "*"
"@rocket.chat/ui-contexts": "*"
"@rocket.chat/ui-avatar": 7.0.0-rc.0
"@rocket.chat/ui-contexts": 11.0.0-rc.0
react: ^17.0.2
react-dom: ^17.0.2
languageName: unknown
@ -10524,7 +10524,7 @@ __metadata:
"@lezer/highlight": ^1.1.6
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/css-in-js": ~0.31.25
"@rocket.chat/fuselage": ^0.59.0
"@rocket.chat/fuselage": ^0.59.1
"@rocket.chat/fuselage-hooks": ^0.33.1
"@rocket.chat/fuselage-polyfills": ~0.31.25
"@rocket.chat/fuselage-toastbar": ^0.33.0
@ -10596,7 +10596,7 @@ __metadata:
peerDependencies:
"@rocket.chat/layout": "*"
"@rocket.chat/tools": 0.2.2
"@rocket.chat/ui-contexts": "*"
"@rocket.chat/ui-contexts": 11.0.0-rc.0
"@tanstack/react-query": "*"
react: "*"
react-hook-form: "*"

Loading…
Cancel
Save