Skip to content

Commit

Permalink
Release 6.7.1
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
rocketchat-github-ci committed Apr 24, 2024
1 parent 1d6cccf commit f882362
Show file tree
Hide file tree
Showing 73 changed files with 419 additions and 79 deletions.
5 changes: 0 additions & 5 deletions .changeset/bump-patch-1713300687976.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-glasses-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-seas-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-ways-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-yaks-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-yaks-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-peaches-own.md

This file was deleted.

46 changes: 46 additions & 0 deletions apps/meteor/CHANGELOG.md
@@ -1,5 +1,51 @@
# @rocket.chat/meteor

## 6.7.1

### Patch Changes

- Bump @rocket.chat/meteor version.

- Bump @rocket.chat/meteor version.

- ([#32253](https://github.com/RocketChat/Rocket.Chat/pull/32253)) Increased the timeout between calls for the three remaining Omnichannel Agenda Jobs. This should make them happen less often and reduce the load on MongoDB

- ([#32252](https://github.com/RocketChat/Rocket.Chat/pull/32252)) Fixes an issue that forces the focus on the last message when interacting by mouse on message list

- ([#32256](https://github.com/RocketChat/Rocket.Chat/pull/32256)) Fixed open expanded view (galery mode) for image attachments sent by livechat widget

- ([#32254](https://github.com/RocketChat/Rocket.Chat/pull/32254)) Fixed an issue where Rocket.Chat would ask admins to confirm fingerprint change (new workspace vs configuration update), even when `AUTO_ACCEPT_FINGERPRINT` environment variable set to `"true"`.

- ([#32265](https://github.com/RocketChat/Rocket.Chat/pull/32265)) Fixed supported versions not being updated in airgapped environments

- ([#32251](https://github.com/RocketChat/Rocket.Chat/pull/32251)) Fixes an issue where message reactions are vertically misaligned when zooming out

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/rest-typings@6.7.1
- @rocket.chat/api-client@0.1.30
- @rocket.chat/license@0.1.12
- @rocket.chat/omnichannel-services@0.1.12
- @rocket.chat/pdf-worker@0.0.36
- @rocket.chat/presence@0.1.12
- @rocket.chat/apps@0.0.3
- @rocket.chat/core-services@0.3.12
- @rocket.chat/cron@0.0.32
- @rocket.chat/gazzodown@5.0.1
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/ui-contexts@5.0.1
- @rocket.chat/server-cloud-communication@0.0.2
- @rocket.chat/fuselage-ui-kit@5.0.1
- @rocket.chat/models@0.0.36
- @rocket.chat/ui-theming@0.1.2
- @rocket.chat/ui-avatar@1.0.1
- @rocket.chat/ui-client@5.0.1
- @rocket.chat/ui-video-conf@5.0.1
- @rocket.chat/web-ui-registration@5.0.1
- @rocket.chat/instance-status@0.0.36
</details>

## 6.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
@@ -1,3 +1,3 @@
{
"version": "6.7.0"
"version": "6.7.1"
}
13 changes: 13 additions & 0 deletions apps/meteor/ee/server/services/CHANGELOG.md
@@ -1,5 +1,18 @@
# rocketchat-services

## 1.1.30

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/rest-typings@6.7.1
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/models@0.0.36
</details>

## 1.1.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
@@ -1,7 +1,7 @@
{
"name": "rocketchat-services",
"private": true,
"version": "1.1.29",
"version": "1.1.30",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.7.0",
"version": "6.7.1",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/account-service/CHANGELOG.md
@@ -1,5 +1,18 @@
# @rocket.chat/account-service

## 0.3.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/rest-typings@6.7.1
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/models@0.0.36
</details>

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/account-service/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "Rocket.Chat Account service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/authorization-service/CHANGELOG.md
@@ -1,5 +1,18 @@
# @rocket.chat/authorization-service

## 0.3.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/rest-typings@6.7.1
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/models@0.0.36
</details>

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/authorization-service/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/authorization-service",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "Rocket.Chat Authorization service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
15 changes: 15 additions & 0 deletions ee/apps/ddp-streamer/CHANGELOG.md
@@ -1,5 +1,20 @@
# @rocket.chat/ddp-streamer

## 0.2.11

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/rest-typings@6.7.1
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/ui-contexts@5.0.1
- @rocket.chat/models@0.0.36
- @rocket.chat/instance-status@0.0.36
</details>

## 0.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-streamer",
"private": true,
"version": "0.2.10",
"version": "0.2.11",
"description": "Rocket.Chat DDP-Streamer service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
14 changes: 14 additions & 0 deletions ee/apps/omnichannel-transcript/CHANGELOG.md
@@ -1,5 +1,19 @@
# @rocket.chat/omnichannel-transcript

## 0.3.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/omnichannel-services@0.1.12
- @rocket.chat/pdf-worker@0.0.36
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/models@0.0.36
</details>

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/omnichannel-transcript/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/omnichannel-transcript",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/presence-service/CHANGELOG.md
@@ -1,5 +1,18 @@
# @rocket.chat/presence-service

## 0.3.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/presence@0.1.12
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/models@0.0.36
</details>

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/presence-service/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/presence-service",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "Rocket.Chat Presence service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
13 changes: 13 additions & 0 deletions ee/apps/queue-worker/CHANGELOG.md
@@ -1,5 +1,18 @@
# @rocket.chat/queue-worker

## 0.3.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/omnichannel-services@0.1.12
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/models@0.0.36
</details>

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/queue-worker/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/queue-worker",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
12 changes: 12 additions & 0 deletions ee/apps/stream-hub-service/CHANGELOG.md
@@ -1,5 +1,17 @@
# @rocket.chat/stream-hub-service

## 0.3.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/core-services@0.3.12
- @rocket.chat/model-typings@0.3.8
- @rocket.chat/models@0.0.36
</details>

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/stream-hub-service/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/stream-hub-service",
"private": true,
"version": "0.3.11",
"version": "0.3.12",
"description": "Rocket.Chat Stream Hub service",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
10 changes: 10 additions & 0 deletions ee/packages/api-client/CHANGELOG.md
@@ -1,5 +1,15 @@
# @rocket.chat/api-client

## 0.1.30

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
- @rocket.chat/rest-typings@6.7.1
</details>

## 0.1.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/api-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/api-client",
"private": true,
"version": "0.1.29",
"version": "0.1.30",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down
10 changes: 10 additions & 0 deletions ee/packages/ddp-client/CHANGELOG.md
@@ -1,5 +1,15 @@
# @rocket.chat/ddp-client

## 0.2.21

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/rest-typings@6.7.1
- @rocket.chat/api-client@0.1.30
</details>

## 0.2.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ee/packages/ddp-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/ddp-client",
"private": true,
"version": "0.2.20",
"version": "0.2.21",
"devDependencies": {
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand Down
9 changes: 9 additions & 0 deletions ee/packages/license/CHANGELOG.md
@@ -1,5 +1,14 @@
# @rocket.chat/license

## 0.1.12

### Patch Changes

- <details><summary>Updated dependencies []:</summary>

- @rocket.chat/core-typings@6.7.1
</details>

## 0.1.11

### Patch Changes
Expand Down

0 comments on commit f882362

Please sign in to comment.