Skip to content

Commit

Permalink
Bump version to 3.4.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jun 25, 2020
1 parent d7b9dfb commit 59da623
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 3.4.0-rc.1
ENV RC_VERSION 3.4.0-rc.2

MAINTAINER buildmaster@rocket.chat

Expand Down
60 changes: 60 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -46469,6 +46469,66 @@
]
}
]
},
"3.4.0-rc.2": {
"node_version": "12.16.1",
"npm_version": "6.14.0",
"apps_engine_version": "1.15.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "18039",
"title": "Regression: Fix wrong message grouping inside threads",
"userLogin": "ggazzo",
"milestone": "3.4.0",
"contributors": [
"ggazzo"
]
},
{
"pr": "18004",
"title": "Regression: Room flickering if open a thread",
"userLogin": "ggazzo",
"milestone": "3.4.0",
"contributors": [
"ggazzo",
"sampaiodiego"
]
},
{
"pr": "18007",
"title": "Regression: Reset section button",
"userLogin": "MartinSchoeler",
"milestone": "3.4.0",
"contributors": [
"MartinSchoeler",
"tassoevan",
"web-flow"
]
},
{
"pr": "18037",
"title": "Regression: Repair CodeMirror component reactivity",
"userLogin": "tassoevan",
"milestone": "3.4.0",
"contributors": [
"tassoevan"
]
},
{
"pr": "18032",
"title": "Regression - Unable to edit status on the Edit User panel of the admin",
"userLogin": "pierre-lehnen-rc",
"milestone": "3.4.0",
"contributors": [
"pierre-lehnen-rc"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/3.4.0-rc.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.4.0-rc.2/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 3.4.0-rc.1
version: 3.4.0-rc.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
27 changes: 27 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@

# 3.4.0 (Under Release Candidate Process)

## 3.4.0-rc.2
`2020-06-25 · 5 🔍 · 5 👩‍💻👨‍💻`

<details>
<summary>🔍 Minor changes</summary>


- Regression: Fix wrong message grouping inside threads ([#18039](https://github.com/RocketChat/Rocket.Chat/pull/18039))

- Regression: Room flickering if open a thread ([#18004](https://github.com/RocketChat/Rocket.Chat/pull/18004))

- Regression: Reset section button ([#18007](https://github.com/RocketChat/Rocket.Chat/pull/18007))

- Regression: Repair CodeMirror component reactivity ([#18037](https://github.com/RocketChat/Rocket.Chat/pull/18037))

- Regression - Unable to edit status on the Edit User panel of the admin ([#18032](https://github.com/RocketChat/Rocket.Chat/pull/18032))

</details>

### 👩‍💻👨‍💻 Core Team 🤓

- [@MartinSchoeler](https://github.com/MartinSchoeler)
- [@ggazzo](https://github.com/ggazzo)
- [@pierre-lehnen-rc](https://github.com/pierre-lehnen-rc)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)

## 3.4.0-rc.1
`2020-06-23 · 3 🔍 · 2 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.4.0-rc.1"
"version": "3.4.0-rc.2"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.4.0-rc.1",
"version": "3.4.0-rc.2",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 59da623

Please sign in to comment.