From 57cf3e64745a5841fa29871c8a4311d7f3f94eb4 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Thu, 9 Mar 2023 15:18:00 -0300 Subject: [PATCH] Bump version to 6.0.0-rc.12 --- .github/history.json | 33 +++++++++++++++++++++++++++ HISTORY.md | 18 +++++++++++++++ apps/meteor/.docker/Dockerfile.rhel | 2 +- apps/meteor/app/utils/rocketchat.info | 2 +- apps/meteor/package.json | 2 +- package.json | 2 +- 6 files changed, 55 insertions(+), 4 deletions(-) diff --git a/.github/history.json b/.github/history.json index 6328a3209ef..98e4aae1a7e 100644 --- a/.github/history.json +++ b/.github/history.json @@ -102146,6 +102146,39 @@ ] } ] + }, + "6.0.0-rc.12": { + "node_version": "14.21.2", + "npm_version": "6.14.17", + "mongo_versions": [ + "4.4", + "5.0", + "6.0" + ], + "pull_requests": [ + { + "pr": "28342", + "title": "Regression: Fix not showing global search option", + "userLogin": "sampaiodiego", + "milestone": "6.0.0", + "contributors": [ + "sampaiodiego", + "kodiakhq[bot]", + "web-flow" + ] + }, + { + "pr": "28341", + "title": "Regression: Added anchors elements to the allowed list to be clicked", + "userLogin": "ggazzo", + "milestone": "6.0.0", + "contributors": [ + "ggazzo", + "kodiakhq[bot]", + "web-flow" + ] + } + ] } }, "5.4.0-rc.0": { diff --git a/HISTORY.md b/HISTORY.md index 05c407bfc13..4d3fc199800 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,24 @@ # 6.0.0 (Under Release Candidate Process) +## 6.0.0-rc.12 +`2023-03-09 ยท 2 ๐Ÿ” ยท 2 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` + +
+๐Ÿ” Minor changes + + +- Regression: Added anchors elements to the allowed list to be clicked ([#28341](https://github.com/RocketChat/Rocket.Chat/pull/28341)) + +- Regression: Fix not showing global search option ([#28342](https://github.com/RocketChat/Rocket.Chat/pull/28342)) + +
+ +### ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป Core Team ๐Ÿค“ + +- [@ggazzo](https://github.com/ggazzo) +- [@sampaiodiego](https://github.com/sampaiodiego) + ## 6.0.0-rc.11 `2023-03-09 ยท 1 ๐Ÿ” ยท 1 ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป` diff --git a/apps/meteor/.docker/Dockerfile.rhel b/apps/meteor/.docker/Dockerfile.rhel index e4da7ddc96a..33e6fb5242d 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.0.0-rc.11 +ENV RC_VERSION 6.0.0-rc.12 MAINTAINER buildmaster@rocket.chat diff --git a/apps/meteor/app/utils/rocketchat.info b/apps/meteor/app/utils/rocketchat.info index 165651a32b4..77051276691 100644 --- a/apps/meteor/app/utils/rocketchat.info +++ b/apps/meteor/app/utils/rocketchat.info @@ -1,3 +1,3 @@ { - "version": "6.0.0-rc.11" + "version": "6.0.0-rc.12" } diff --git a/apps/meteor/package.json b/apps/meteor/package.json index 38e47cbe9a0..285120dba42 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.0.0-rc.11", + "version": "6.0.0-rc.12", "private": true, "author": { "name": "Rocket.Chat", diff --git a/package.json b/package.json index 3b32ad8e06d..4a30c498e27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket.chat", - "version": "6.0.0-rc.11", + "version": "6.0.0-rc.12", "description": "Rocket.Chat Monorepo", "main": "index.js", "private": true,