Bump version to 3.10.0-rc.1

pull/19988/head
Diego Sampaio 4 years ago
parent cb5e95df84
commit f77fba8fe9
  1. 2
      .docker/Dockerfile.rhel
  2. 41
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 25
      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.10.0-rc.0
ENV RC_VERSION 3.10.0-rc.1
MAINTAINER buildmaster@rocket.chat

@ -53495,6 +53495,47 @@
]
}
]
},
"3.10.0-rc.1": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.21.0-alpha.4235",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "19948",
"title": "Regression: Omnichannel Custom Fields Form no longer working after refactoring",
"userLogin": "renatobecker",
"description": "The Omnichannel `Custom Fields` form is not working anymore after some refactorings on client-side.\r\nWhen the user clicks on `Custom Field` in the Omnichannel menu, a blank page appears.",
"milestone": "3.10.0",
"contributors": [
"renatobecker"
]
},
{
"pr": "19941",
"title": "Regression: UserCard \"See full profile\" link broken",
"userLogin": "dougfabris",
"milestone": "3.10.0",
"contributors": [
"dougfabris",
"ggazzo"
]
},
{
"pr": "19944",
"title": "Regression: Admin Sidebar Scroll",
"userLogin": "gabriellsh",
"milestone": "3.10.0",
"contributors": [
"gabriellsh"
]
}
]
}
}
}

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

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

@ -1,6 +1,31 @@
# 3.10.0 (Under Release Candidate Process)
## 3.10.0-rc.1
`2020-12-23 · 3 🔍 · 4 👩💻👨💻`
<details>
<summary>🔍 Minor changes</summary>
- Regression: Admin Sidebar Scroll ([#19944](https://github.com/RocketChat/Rocket.Chat/pull/19944))
- Regression: Omnichannel Custom Fields Form no longer working after refactoring ([#19948](https://github.com/RocketChat/Rocket.Chat/pull/19948))
The Omnichannel `Custom Fields` form is not working anymore after some refactorings on client-side.
When the user clicks on `Custom Field` in the Omnichannel menu, a blank page appears.
- Regression: UserCard "See full profile" link broken ([#19941](https://github.com/RocketChat/Rocket.Chat/pull/19941))
</details>
### 👩💻👨💻 Core Team 🤓
- [@dougfabris](https://github.com/dougfabris)
- [@gabriellsh](https://github.com/gabriellsh)
- [@ggazzo](https://github.com/ggazzo)
- [@renatobecker](https://github.com/renatobecker)
## 3.10.0-rc.0
`2020-12-22 · 7 🎉 · 10 🚀 · 26 🐛 · 28 🔍 · 21 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.10.0-rc.0"
"version": "3.10.0-rc.1"
}

2
package-lock.json generated

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

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

Loading…
Cancel
Save