mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Bump version to 6.0.0
This commit is contained in:
parent
57cf3e6474
commit
72f6b2abe4
10
.github/history.json
vendored
10
.github/history.json
vendored
@ -102179,6 +102179,16 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"6.0.0": {
|
||||
"node_version": "14.21.2",
|
||||
"npm_version": "6.14.17",
|
||||
"mongo_versions": [
|
||||
"4.4",
|
||||
"5.0",
|
||||
"6.0"
|
||||
],
|
||||
"pull_requests": []
|
||||
}
|
||||
},
|
||||
"5.4.0-rc.0": {
|
||||
|
||||
1117
HISTORY.md
1117
HISTORY.md
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
FROM registry.access.redhat.com/ubi8/nodejs-12
|
||||
|
||||
ENV RC_VERSION 6.0.0-rc.12
|
||||
ENV RC_VERSION 6.0.0
|
||||
|
||||
MAINTAINER buildmaster@rocket.chat
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "6.0.0-rc.12"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@rocket.chat/meteor",
|
||||
"description": "The Ultimate Open Source WebChat Platform",
|
||||
"version": "6.0.0-rc.12",
|
||||
"version": "6.0.0",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "Rocket.Chat",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rocket.chat",
|
||||
"version": "6.0.0-rc.12",
|
||||
"version": "6.0.0",
|
||||
"description": "Rocket.Chat Monorepo",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user