mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Bump version to 6.0.0-rc.6
This commit is contained in:
parent
5e39bb8afb
commit
398f31e0a4
23
.github/history.json
vendored
23
.github/history.json
vendored
@ -101740,6 +101740,29 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"6.0.0-rc.6": {
|
||||
"node_version": "14.21.2",
|
||||
"npm_version": "6.14.17",
|
||||
"apps_engine_version": "1.37.0-alpha.157",
|
||||
"mongo_versions": [
|
||||
"4.4",
|
||||
"5.0",
|
||||
"6.0"
|
||||
],
|
||||
"pull_requests": [
|
||||
{
|
||||
"pr": "28248",
|
||||
"title": "Regression: Client is not loading new settings from server",
|
||||
"userLogin": "pierre-lehnen-rc",
|
||||
"milestone": "6.0.0",
|
||||
"contributors": [
|
||||
"pierre-lehnen-rc",
|
||||
"kodiakhq[bot]",
|
||||
"web-flow"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"5.4.0-rc.0": {
|
||||
|
||||
15
HISTORY.md
15
HISTORY.md
@ -1,6 +1,21 @@
|
||||
|
||||
# 6.0.0 (Under Release Candidate Process)
|
||||
|
||||
## 6.0.0-rc.6
|
||||
`2023-03-02 · 1 🔍 · 1 👩💻👨💻`
|
||||
|
||||
<details>
|
||||
<summary>🔍 Minor changes</summary>
|
||||
|
||||
|
||||
- Regression: Client is not loading new settings from server ([#28248](https://github.com/RocketChat/Rocket.Chat/pull/28248))
|
||||
|
||||
</details>
|
||||
|
||||
### 👩💻👨💻 Core Team 🤓
|
||||
|
||||
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
|
||||
|
||||
## 6.0.0-rc.5
|
||||
`2023-03-02 · 1 🐛 · 8 🔍 · 13 👩💻👨💻`
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
FROM registry.access.redhat.com/ubi8/nodejs-12
|
||||
|
||||
ENV RC_VERSION 6.0.0-rc.5
|
||||
ENV RC_VERSION 6.0.0-rc.6
|
||||
|
||||
MAINTAINER buildmaster@rocket.chat
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "6.0.0-rc.5"
|
||||
"version": "6.0.0-rc.6"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@rocket.chat/meteor",
|
||||
"description": "The Ultimate Open Source WebChat Platform",
|
||||
"version": "6.0.0-rc.5",
|
||||
"version": "6.0.0-rc.6",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "Rocket.Chat",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rocket.chat",
|
||||
"version": "6.0.0-rc.5",
|
||||
"version": "6.0.0-rc.6",
|
||||
"description": "Rocket.Chat Monorepo",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user