From b29a2a5e1bb77b96165b64f7052093125b67c979 Mon Sep 17 00:00:00 2001 From: Diego Sampaio <chinello@gmail.com> Date: Tue, 2 Aug 2022 16:38:57 -0300 Subject: [PATCH] Bump version to 5.0.1 --- .github/history.json | 62 +++++++++++++++++++++++++++ HISTORY.md | 45 ++++++++++++++++++- apps/meteor/.docker/Dockerfile.rhel | 2 +- apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/package.json | 2 +- package.json | 2 +- 6 files changed, 110 insertions(+), 5 deletions(-) diff --git a/.github/history.json b/.github/history.json index a711382653c..fb6aee6d498 100644 --- a/.github/history.json +++ b/.github/history.json @@ -90890,6 +90890,68 @@ "5.0" ], "pull_requests": [] + }, + "5.0.1": { + "node_version": "14.19.3", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.2", + "4.4", + "5.0" + ], + "pull_requests": [ + { + "pr": "26323", + "title": "[FIX] Not possible to deactivate users", + "userLogin": "dougfabris", + "milestone": "5.0.1", + "contributors": [ + "dougfabris" + ] + }, + { + "pr": "26336", + "title": "[IMPROVE] Use single change stream to watch DB changes", + "userLogin": "sampaiodiego", + "milestone": "5.0.1", + "contributors": [ + "sampaiodiego", + "web-flow" + ] + }, + { + "pr": "26368", + "title": "Regression: Fix app privacy links opening in desktop client instead of browser", + "userLogin": "rique223", + "description": "Demo gif:\r\n", + "milestone": "5.0.1", + "contributors": [ + "rique223" + ] + }, + { + "pr": "26192", + "title": "Chore: Convert UserCardWithData to ts", + "userLogin": "dougfabris", + "milestone": "5.0.1", + "contributors": [ + "dougfabris", + "kodiakhq[bot]", + "web-flow" + ] + }, + { + "pr": "26343", + "title": "Chore: Remove square prop from IconButton", + "userLogin": "dougfabris", + "milestone": "5.0.1", + "contributors": [ + "dougfabris", + "kodiakhq[bot]", + "web-flow" + ] + } + ] } } } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 6155150e03f..555a4074a34 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,49 @@ +# 5.0.1 +`2022-08-02 · 1 🚀 · 1 🛠· 3 🔠· 4 👩â€ðŸ’»ðŸ‘¨â€ðŸ’»` + +### Engine versions +- Node: `14.19.3` +- NPM: `6.14.17` +- MongoDB: `4.2, 4.4, 5.0` + +### 🚀 Improvements + + +- Use single change stream to watch DB changes ([#26336](https://github.com/RocketChat/Rocket.Chat/pull/26336)) + +### 🛠Bug fixes + + +- Not possible to deactivate users ([#26323](https://github.com/RocketChat/Rocket.Chat/pull/26323)) + +<details> +<summary>🔠Minor changes</summary> + + +- Chore: Convert UserCardWithData to ts ([#26192](https://github.com/RocketChat/Rocket.Chat/pull/26192) by [@kodiakhq[bot]](https://github.com/kodiakhq[bot])) + +- Chore: Remove square prop from IconButton ([#26343](https://github.com/RocketChat/Rocket.Chat/pull/26343) by [@kodiakhq[bot]](https://github.com/kodiakhq[bot])) + +- Regression: Fix app privacy links opening in desktop client instead of browser ([#26368](https://github.com/RocketChat/Rocket.Chat/pull/26368)) + + Demo gif: +  + +</details> + +### 👩â€ðŸ’»ðŸ‘¨â€ðŸ’» Contributors 😠+ +- [@kodiakhq[bot]](https://github.com/kodiakhq[bot]) + +### 👩â€ðŸ’»ðŸ‘¨â€ðŸ’» Core Team 🤓 + +- [@dougfabris](https://github.com/dougfabris) +- [@rique223](https://github.com/rique223) +- [@sampaiodiego](https://github.com/sampaiodiego) + # 5.0.0 -`2022-07-22 · 14 ï¸ï¸ï¸âš ï¸ Â· 33 🎉 · 20 🚀 · 110 🛠· 389 🔠· 63 👩â€ðŸ’»ðŸ‘¨â€ðŸ’»` +`2022-07-21 · 14 ï¸ï¸ï¸âš ï¸ Â· 33 🎉 · 20 🚀 · 110 🛠· 389 🔠· 63 👩â€ðŸ’»ðŸ‘¨â€ðŸ’»` ### Engine versions - Node: `14.19.3` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index 7ee11ce2441..d94c825d693 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 5.0.0 +ENV RC_VERSION 5.0.1 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 5c57c10153f..6f46359c2b8 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "5.0.0" + "version": "5.0.1" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 8a3cb5a6208..012df879d03 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": "5.0.0", + "version": "5.0.1", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 5103214c263..517c9c62d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "5.0.0", + "version": "5.0.1", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true, -- GitLab