Bump version to 3.13.0-rc.7

pull/21437/head 3.13.0-rc.7
Diego Sampaio 4 years ago
parent ffedbaeecc
commit 88d53f8974
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 20
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 15
      HISTORY.md
  6. 2
      app/utils/rocketchat.info
  7. 2
      package-lock.json
  8. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 3.13.0-rc.6
ENV RC_VERSION 3.13.0-rc.7
MAINTAINER buildmaster@rocket.chat

@ -58015,6 +58015,26 @@
]
}
]
},
"3.13.0-rc.7": {
"node_version": "12.21.0",
"npm_version": "6.14.8",
"apps_engine_version": "1.24.0",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "21433",
"title": "Regression: Fix Members List Icon",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.13.0-rc.6/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.13.0-rc.7/download/" -o rocket.chat.tgz
tar xf rocket.chat.tgz --strip 1

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 3.13.0-rc.6
version: 3.13.0-rc.7
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,6 +1,21 @@
# 3.13.0 (Under Release Candidate Process)
## 3.13.0-rc.7
`2021-04-03 · 1 🔍 · 1 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix Members List Icon ([#21433](https://github.com/RocketChat/Rocket.Chat/pull/21433))
</details>
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
## 3.13.0-rc.6
`2021-04-02 · 5 🔍 · 5 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.13.0-rc.6"
"version": "3.13.0-rc.7"
}

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "3.13.0-rc.6",
"version": "3.13.0-rc.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.13.0-rc.6",
"version": "3.13.0-rc.7",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save