mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Bump version to 3.16.0-rc.2
This commit is contained in:
parent
177e094249
commit
3972195a24
@ -1,6 +1,6 @@
|
||||
FROM registry.access.redhat.com/ubi8/nodejs-12
|
||||
|
||||
ENV RC_VERSION 3.16.0-rc.1
|
||||
ENV RC_VERSION 3.16.0-rc.2
|
||||
|
||||
MAINTAINER buildmaster@rocket.chat
|
||||
|
||||
|
||||
35
.github/history.json
vendored
35
.github/history.json
vendored
@ -62011,6 +62011,39 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"3.16.0-rc.2": {
|
||||
"node_version": "12.22.1",
|
||||
"npm_version": "6.14.1",
|
||||
"apps_engine_version": "1.27.0-alpha.5237",
|
||||
"mongo_versions": [
|
||||
"3.4",
|
||||
"3.6",
|
||||
"4.0",
|
||||
"4.2"
|
||||
],
|
||||
"pull_requests": [
|
||||
{
|
||||
"pr": "22461",
|
||||
"title": "Update README.md",
|
||||
"userLogin": "Faria-TechWrite",
|
||||
"contributors": [
|
||||
"Faria-TechWrite",
|
||||
"web-flow",
|
||||
"rodrigok"
|
||||
]
|
||||
},
|
||||
{
|
||||
"pr": "22433",
|
||||
"title": "Regression: Block-size property on firefox",
|
||||
"userLogin": "dougfabris",
|
||||
"contributors": [
|
||||
null,
|
||||
"tassoevan",
|
||||
"web-flow"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl -SLf "https://releases.rocket.chat/3.16.0-rc.1/download/" -o rocket.chat.tgz
|
||||
curl -SLf "https://releases.rocket.chat/3.16.0-rc.2/download/" -o rocket.chat.tgz
|
||||
|
||||
tar xf rocket.chat.tgz --strip 1
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# 5. `snapcraft snap`
|
||||
|
||||
name: rocketchat-server
|
||||
version: 3.16.0-rc.1
|
||||
version: 3.16.0-rc.2
|
||||
summary: Rocket.Chat server
|
||||
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
|
||||
confinement: strict
|
||||
|
||||
19
HISTORY.md
19
HISTORY.md
@ -1,6 +1,25 @@
|
||||
|
||||
# 3.16.0 (Under Release Candidate Process)
|
||||
|
||||
## 3.16.0-rc.2
|
||||
`2021-06-25 · 2 🔍 · 3 👩💻👨💻`
|
||||
|
||||
<details>
|
||||
<summary>🔍 Minor changes</summary>
|
||||
|
||||
|
||||
- Regression: Block-size property on firefox ([#22433](https://github.com/RocketChat/Rocket.Chat/pull/22433))
|
||||
|
||||
- Update README.md ([#22461](https://github.com/RocketChat/Rocket.Chat/pull/22461))
|
||||
|
||||
</details>
|
||||
|
||||
### 👩💻👨💻 Core Team 🤓
|
||||
|
||||
- [@Faria-TechWrite](https://github.com/Faria-TechWrite)
|
||||
- [@rodrigok](https://github.com/rodrigok)
|
||||
- [@tassoevan](https://github.com/tassoevan)
|
||||
|
||||
## 3.16.0-rc.1
|
||||
`2021-06-22 · 2 🐛 · 2 👩💻👨💻`
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "3.16.0-rc.1"
|
||||
"version": "3.16.0-rc.2"
|
||||
}
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Rocket.Chat",
|
||||
"version": "3.16.0-rc.1",
|
||||
"version": "3.16.0-rc.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Rocket.Chat",
|
||||
"description": "The Ultimate Open Source WebChat Platform",
|
||||
"version": "3.16.0-rc.1",
|
||||
"version": "3.16.0-rc.2",
|
||||
"author": {
|
||||
"name": "Rocket.Chat",
|
||||
"url": "https://rocket.chat/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user