Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Guilherme Gazzo 2025-12-19 18:41:39 -03:00
commit 700fc7fee6
80 changed files with 538 additions and 39 deletions

View File

@ -12,4 +12,14 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
supportedArchitectures:
cpu:
- arm64
- x64
libc:
- glibc
- musl
os:
- linux
yarnPath: .yarn/releases/yarn-4.11.0.cjs

View File

@ -1,5 +1,52 @@
# @rocket.chat/meteor
## 7.13.2
### Patch Changes
- Bump @rocket.chat/meteor version.
- Bump @rocket.chat/meteor version.
- ([#37876](https://github.com/RocketChat/Rocket.Chat/pull/37876) by [@dionisio-bot](https://github.com/dionisio-bot)) Security Hotfix (https://docs.rocket.chat/docs/security-fixes-and-updates)
- ([#37883](https://github.com/RocketChat/Rocket.Chat/pull/37883) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures presence stays accurate by refreshing connections on heartbeats and removing stale sessions.
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/presence@0.2.46
- @rocket.chat/federation-matrix@0.0.8
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/omni-core-ee@0.0.11
- @rocket.chat/omnichannel-services@0.3.43
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/license@1.1.6
- @rocket.chat/media-calls@0.1.2
- @rocket.chat/pdf-worker@0.3.25
- @rocket.chat/api-client@0.2.46
- @rocket.chat/apps@0.5.25
- @rocket.chat/cron@0.1.46
- @rocket.chat/freeswitch@1.2.33
- @rocket.chat/fuselage-ui-kit@25.0.2
- @rocket.chat/gazzodown@25.0.2
- @rocket.chat/http-router@7.9.13
- @rocket.chat/message-types@0.0.1
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/ui-avatar@21.0.2
- @rocket.chat/ui-client@25.0.2
- @rocket.chat/ui-contexts@25.0.2
- @rocket.chat/web-ui-registration@25.0.2
- @rocket.chat/models@1.8.2
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/ui-theming@0.4.4
- @rocket.chat/ui-video-conf@25.0.2
- @rocket.chat/ui-voip@15.0.2
- @rocket.chat/instance-status@0.1.46
- @rocket.chat/omni-core@0.0.11
</details>
## 7.13.1
### Patch Changes

View File

@ -1,5 +1,19 @@
# rocketchat-services
## 2.0.37
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 2.0.36
### Patch Changes

View File

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

View File

@ -1,5 +1,17 @@
# @rocket.chat/uikit-playground
## 0.7.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/fuselage-ui-kit@25.0.2
- @rocket.chat/ui-avatar@21.0.2
- @rocket.chat/ui-contexts@25.0.2
</details>
## 0.7.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/uikit-playground",
"version": "0.7.1",
"version": "0.7.2",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,19 @@
# @rocket.chat/account-service
## 0.4.46
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 0.4.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/account-service",
"version": "0.4.45",
"version": "0.4.46",
"private": true,
"description": "Rocket.Chat Account service",
"keywords": [

View File

@ -1,5 +1,19 @@
# @rocket.chat/authorization-service
## 0.4.46
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 0.4.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/authorization-service",
"version": "0.4.45",
"version": "0.4.46",
"private": true,
"description": "Rocket.Chat Authorization service",
"keywords": [

View File

@ -1,5 +1,22 @@
# @rocket.chat/ddp-streamer
## 0.3.46
### Patch Changes
- ([#37883](https://github.com/RocketChat/Rocket.Chat/pull/37883) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures presence stays accurate by refreshing connections on heartbeats and removing stale sessions.
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
- @rocket.chat/instance-status@0.1.46
</details>
## 0.3.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ddp-streamer",
"version": "0.3.45",
"version": "0.3.46",
"private": true,
"description": "Rocket.Chat DDP-Streamer service",
"keywords": [

View File

@ -1,5 +1,20 @@
# @rocket.chat/omnichannel-transcript
## 0.4.46
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/omnichannel-services@0.3.43
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/pdf-worker@0.3.25
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 0.4.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/omnichannel-transcript",
"version": "0.4.45",
"version": "0.4.46",
"private": true,
"description": "Rocket.Chat service",
"keywords": [

View File

@ -1,5 +1,19 @@
# @rocket.chat/presence-service
## 0.4.46
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/presence@0.2.46
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 0.4.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/presence-service",
"version": "0.4.45",
"version": "0.4.46",
"private": true,
"description": "Rocket.Chat Presence service",
"keywords": [

View File

@ -1,5 +1,19 @@
# @rocket.chat/queue-worker
## 0.4.46
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/omnichannel-services@0.3.43
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 0.4.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/queue-worker",
"version": "0.4.45",
"version": "0.4.46",
"private": true,
"description": "Rocket.Chat service",
"keywords": [

View File

@ -1,5 +1,18 @@
# @rocket.chat/stream-hub-service
## 0.4.46
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 0.4.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/stream-hub-service",
"version": "0.4.45",
"version": "0.4.46",
"private": true,
"description": "Rocket.Chat Stream Hub service",
"keywords": [

View File

@ -1,5 +1,20 @@
# @rocket.chat/federation-matrix
## 0.0.8
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/network-broker@0.2.25
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/license@1.1.6
- @rocket.chat/http-router@7.9.13
- @rocket.chat/models@1.8.2
</details>
## 0.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/federation-matrix",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/license
## 1.1.6
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
</details>
## 1.1.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/license",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,15 @@
# @rocket.chat/media-calls
## 0.1.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/models@1.8.2
</details>
## 0.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/media-calls",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/network-broker
## 0.2.25
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
</details>
## 0.2.24
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/network-broker",
"version": "0.2.24",
"version": "0.2.25",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,16 @@
# @rocket.chat/omni-core-ee
## 0.0.11
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/models@1.8.2
- @rocket.chat/omni-core@0.0.11
</details>
## 0.0.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/omni-core-ee",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,20 @@
# @rocket.chat/omnichannel-services
## 0.3.43
### Patch Changes
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/pdf-worker@0.3.25
- @rocket.chat/message-types@0.0.1
- @rocket.chat/model-typings@1.9.2
- @rocket.chat/models@1.8.2
</details>
## 0.3.42
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/omnichannel-services",
"version": "0.3.42",
"version": "0.3.43",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/pdf-worker
## 0.3.25
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
</details>
## 0.3.24
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @rocket.chat/presence
## 0.2.46
### Patch Changes
- ([#37883](https://github.com/RocketChat/Rocket.Chat/pull/37883) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures presence stays accurate by refreshing connections on heartbeats and removing stale sessions.
- <details><summary>Updated dependencies [eef2b390a8e4664ad4b974e7ea579982245efce5]:</summary>
- @rocket.chat/core-services@0.11.2
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/models@1.8.2
</details>
## 0.2.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/presence",
"version": "0.2.45",
"version": "0.2.46",
"private": true,
"main": "./dist/Presence.js",
"typings": "./dist/Presence.d.ts",

View File

@ -1,5 +1,15 @@
# @rocket.chat/api-client
## 0.2.46
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
</details>
## 0.2.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/api-client",
"version": "0.2.44",
"version": "0.2.46",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [

View File

@ -1,5 +1,15 @@
# @rocket.chat/apps
## 0.5.25
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
</details>
## 0.5.24
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/apps",
"version": "0.5.24",
"version": "0.5.25",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,19 @@
# @rocket.chat/core-services
## 0.11.2
### Patch Changes
- ([#37883](https://github.com/RocketChat/Rocket.Chat/pull/37883) by [@dionisio-bot](https://github.com/dionisio-bot)) Ensures presence stays accurate by refreshing connections on heartbeats and removing stale sessions.
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/http-router@7.9.13
- @rocket.chat/models@1.8.2
</details>
## 0.11.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/core-services",
"version": "0.11.1",
"version": "0.11.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,7 @@
# @rocket.chat/core-typings
## 7.13.2
## 7.13.1
## 7.13.0

View File

@ -1,5 +1,15 @@
# @rocket.chat/cron
## 0.1.46
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/models@1.8.2
</details>
## 0.1.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/cron",
"version": "0.1.45",
"version": "0.1.46",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,16 @@
# @rocket.chat/ddp-client
## 0.3.46
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/api-client@0.2.46
</details>
## 0.3.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ddp-client",
"version": "0.3.45",
"version": "0.3.46",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [

View File

@ -1,5 +1,14 @@
# @rocket.chat/freeswitch
## 1.2.33
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
</details>
## 1.2.32
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/freeswitch",
"version": "1.2.32",
"version": "1.2.33",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,18 @@
# Change Log
## 25.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/gazzodown@25.0.2
- @rocket.chat/ui-avatar@21.0.2
- @rocket.chat/ui-contexts@25.0.2
- @rocket.chat/ui-video-conf@25.0.2
</details>
## 25.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-ui-kit",
"version": "25.0.1",
"version": "25.0.2",
"private": true,
"description": "UiKit elements for Rocket.Chat Apps built under Fuselage design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",

View File

@ -1,5 +1,16 @@
# @rocket.chat/gazzodown
## 25.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/ui-client@25.0.2
- @rocket.chat/ui-contexts@25.0.2
</details>
## 25.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/gazzodown",
"version": "25.0.1",
"version": "25.0.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,15 @@
# @rocket.chat/http-router
## 7.9.13
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
</details>
## 7.9.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/http-router",
"version": "7.9.12",
"version": "7.9.13",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/instance-status
## 0.1.46
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/models@1.8.2
</details>
## 0.1.45
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/instance-status",
"version": "0.1.45",
"version": "0.1.46",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/livechat Change Log
## 1.23.17
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/gazzodown@25.0.2
</details>
## 1.23.16
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/livechat",
"version": "1.23.16",
"version": "1.23.17",
"homepage": "https://rocket.chat",
"repository": {
"type": "git",

View File

@ -1,5 +1,14 @@
# @rocket.chat/mock-providers
## 0.4.6
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@25.0.2
</details>
## 0.4.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/mock-providers",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/model-typings
## 1.9.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
</details>
## 1.9.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/model-typings",
"version": "1.9.1",
"version": "1.9.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,15 @@
# @rocket.chat/models
## 1.8.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/model-typings@1.9.2
</details>
## 1.8.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/models",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/omni-core
## 0.0.11
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/models@1.8.2
</details>
## 0.0.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/omni-core",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/rest-typings
## 7.13.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
</details>
## 7.13.1
### Patch Changes

View File

@ -1,5 +1,14 @@
# @rocket.chat/ui-avatar
## 21.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@25.0.2
</details>
## 21.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-avatar",
"version": "21.0.1",
"version": "21.0.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,15 @@
# @rocket.chat/ui-client
## 25.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-avatar@21.0.2
- @rocket.chat/ui-contexts@25.0.2
</details>
## 25.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-client",
"version": "25.0.1",
"version": "25.0.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,16 @@
# @rocket.chat/ui-contexts
## 25.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/core-typings@7.13.2
- @rocket.chat/rest-typings@7.13.2
- @rocket.chat/ddp-client@0.3.46
</details>
## 25.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-contexts",
"version": "25.0.1",
"version": "25.0.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,15 @@
# @rocket.chat/ui-video-conf
## 25.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-avatar@21.0.2
- @rocket.chat/ui-contexts@25.0.2
</details>
## 25.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-video-conf",
"version": "25.0.1",
"version": "25.0.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,16 @@
# @rocket.chat/ui-voip
## 15.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-avatar@21.0.2
- @rocket.chat/ui-client@25.0.2
- @rocket.chat/ui-contexts@25.0.2
</details>
## 15.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@rocket.chat/ui-voip",
"version": "15.0.1",
"version": "15.0.2",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @rocket.chat/web-ui-registration
## 25.0.2
### Patch Changes
- <details><summary>Updated dependencies []:</summary>
- @rocket.chat/ui-contexts@25.0.2
</details>
## 25.0.1
### Patch Changes

View File

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