Bump version to 6.0.0-rc.12

pull/28345/head 6.0.0-rc.12
Diego Sampaio 3 years ago
parent c20eec9c44
commit 57cf3e6474
No known key found for this signature in database
GPG Key ID: B71D302EB7F5183C
  1. 33
      .github/history.json
  2. 18
      HISTORY.md
  3. 2
      apps/meteor/.docker/Dockerfile.rhel
  4. 2
      apps/meteor/app/utils/rocketchat.info
  5. 2
      apps/meteor/package.json
  6. 2
      package.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": {

@ -1,6 +1,24 @@
# 6.0.0 (Under Release Candidate Process)
## 6.0.0-rc.12
`2023-03-09 · 2 🔍 · 2 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- 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))
</details>
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
- [@sampaiodiego](https://github.com/sampaiodiego)
## 6.0.0-rc.11
`2023-03-09 · 1 🔍 · 1 👩💻👨💻`

@ -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

@ -1,3 +1,3 @@
{
"version": "6.0.0-rc.11"
"version": "6.0.0-rc.12"
}

@ -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",

@ -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,

Loading…
Cancel
Save