Skip to content

Commit 3972195

Browse files
committed
Bump version to 3.16.0-rc.2
1 parent 177e094 commit 3972195

8 files changed

Lines changed: 59 additions & 7 deletions

File tree

.docker/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/nodejs-12
22

3-
ENV RC_VERSION 3.16.0-rc.1
3+
ENV RC_VERSION 3.16.0-rc.2
44

55
66

.github/history.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62011,6 +62011,39 @@
6201162011
]
6201262012
}
6201362013
]
62014+
},
62015+
"3.16.0-rc.2": {
62016+
"node_version": "12.22.1",
62017+
"npm_version": "6.14.1",
62018+
"apps_engine_version": "1.27.0-alpha.5237",
62019+
"mongo_versions": [
62020+
"3.4",
62021+
"3.6",
62022+
"4.0",
62023+
"4.2"
62024+
],
62025+
"pull_requests": [
62026+
{
62027+
"pr": "22461",
62028+
"title": "Update README.md",
62029+
"userLogin": "Faria-TechWrite",
62030+
"contributors": [
62031+
"Faria-TechWrite",
62032+
"web-flow",
62033+
"rodrigok"
62034+
]
62035+
},
62036+
{
62037+
"pr": "22433",
62038+
"title": "Regression: Block-size property on firefox",
62039+
"userLogin": "dougfabris",
62040+
"contributors": [
62041+
null,
62042+
"tassoevan",
62043+
"web-flow"
62044+
]
62045+
}
62046+
]
6201462047
}
6201562048
}
62016-
}
62049+
}

.snapcraft/resources/prepareRocketChat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
curl -SLf "https://releases.rocket.chat/3.16.0-rc.1/download/" -o rocket.chat.tgz
3+
curl -SLf "https://releases.rocket.chat/3.16.0-rc.2/download/" -o rocket.chat.tgz
44

55
tar xf rocket.chat.tgz --strip 1
66

.snapcraft/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 5. `snapcraft snap`
88

99
name: rocketchat-server
10-
version: 3.16.0-rc.1
10+
version: 3.16.0-rc.2
1111
summary: Rocket.Chat server
1212
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
1313
confinement: strict

HISTORY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11

22
# 3.16.0 (Under Release Candidate Process)
33

4+
## 3.16.0-rc.2
5+
`2021-06-25 · 2 🔍 · 3 👩‍💻👨‍💻`
6+
7+
<details>
8+
<summary>🔍 Minor changes</summary>
9+
10+
11+
- Regression: Block-size property on firefox ([#22433](https://github.com/RocketChat/Rocket.Chat/pull/22433))
12+
13+
- Update README.md ([#22461](https://github.com/RocketChat/Rocket.Chat/pull/22461))
14+
15+
</details>
16+
17+
### 👩‍💻👨‍💻 Core Team 🤓
18+
19+
- [@Faria-TechWrite](https://github.com/Faria-TechWrite)
20+
- [@rodrigok](https://github.com/rodrigok)
21+
- [@tassoevan](https://github.com/tassoevan)
22+
423
## 3.16.0-rc.1
524
`2021-06-22 · 2 🐛 · 2 👩‍💻👨‍💻`
625

app/utils/rocketchat.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.16.0-rc.1"
2+
"version": "3.16.0-rc.2"
33
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Rocket.Chat",
33
"description": "The Ultimate Open Source WebChat Platform",
4-
"version": "3.16.0-rc.1",
4+
"version": "3.16.0-rc.2",
55
"author": {
66
"name": "Rocket.Chat",
77
"url": "https://rocket.chat/"

0 commit comments

Comments
 (0)