From 955e251d7fb14a3f1ccdb38b839e92eaac9fe86e Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Wed, 7 Jun 2023 18:37:58 -0300 Subject: [PATCH] Bump version to 6.2.5 --- .changeset/sixty-owls-shout.md | 5 ----- HISTORY.md | 19 +++++++++++++++++++ apps/meteor/.docker/Dockerfile.rhel | 2 +- apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/package.json | 2 +- package.json | 2 +- 6 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 .changeset/sixty-owls-shout.md diff --git a/.changeset/sixty-owls-shout.md b/.changeset/sixty-owls-shout.md deleted file mode 100644 index ccd93d6af10..00000000000 --- a/.changeset/sixty-owls-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/meteor': patch ---- - -Fix seats counter including apps diff --git a/HISTORY.md b/HISTORY.md index 2372bbab1a1..01257c982cc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,22 @@ +# 6.2.5 + +`2023-06-07 ยท 1 ๐Ÿ› ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +### Engine versions +- Node: `14.21.3` +- NPM: `6.14.17` +- MongoDB: `4.4, 5.0, 6.0` +- Apps-Engine: `1.39.1` + +### ๐Ÿ› Bug fixes + + +- Seat counter including apps ([#29489](https://github.com/RocketChat/Rocket.Chat/pull/29489)) + +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@ggazzo](https://github.com/ggazzo) + # 6.2.4 `2023-06-07 ยท 2 ๐Ÿ› ยท 2 ๐Ÿ” ยท 5 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index d08d6a803e3..ee56583a2f2 100644 --- a/apps/meteor/.docker/Dockerfile.rhel +++ b/apps/meteor/.docker/Dockerfile.rhel @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/nodejs-12 -ENV RC_VERSION 6.2.4 +ENV RC_VERSION 6.2.5 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 46683260343..04a3018573e 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "6.2.4" + "version": "6.2.5" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index eaf8e87de4a..732dea12dd3 100644 --- a/apps/meteor/package.json +++ b/apps/meteor/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/meteor", "description": "The Ultimate Open Source WebChat Platform", - "version": "6.2.4", + "version": "6.2.5", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 98c5d1fe511..48d563a0f17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "6.2.4", + "version": "6.2.5", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,