Bump version to 3.12.0-rc.1

pull/20170/head^2
Diego Sampaio 5 years ago
parent 1c4576f67e
commit d1ebf1de1f
  1. 2
      .docker/Dockerfile.rhel
  2. 65
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 33
      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.12.0-rc.0
ENV RC_VERSION 3.12.0-rc.1
MAINTAINER buildmaster@rocket.chat

@ -56417,6 +56417,71 @@
]
}
]
},
"3.12.0-rc.1": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.23.0-alpha.4655",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "20871",
"title": "Regression: Fix scopes not being provided to getWorkspaceAccessToken",
"userLogin": "geekgonecrazy",
"milestone": "3.12.0",
"contributors": [
"geekgonecrazy"
]
},
{
"pr": "20869",
"title": "Regression: Keep user custom status after change presence",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
},
{
"pr": "20767",
"title": "[FIX] Markdown prop variants",
"userLogin": "dougfabris",
"description": "A new prop variants on Markdown component: **inline** and **inlineWithoutBreaks**",
"contributors": [
"dougfabris",
"web-flow",
"ggazzo"
]
},
{
"pr": "20868",
"title": "[FIX] Open Visitor Info when omnichannel chat was open",
"userLogin": "tiagoevanp",
"contributors": [
"tiagoevanp"
]
},
{
"pr": "20860",
"title": "Regression: Prevent Message Attachment rendering",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
},
{
"pr": "20820",
"title": "[FIX] Download buttons on desktop app and CDN being ignored",
"userLogin": "ggazzo",
"milestone": "3.12.0",
"contributors": [
"ggazzo"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.12.0-rc.0/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.12.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.12.0-rc.0
version: 3.12.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,39 @@
# 3.12.0 (Under Release Candidate Process)
## 3.12.0-rc.1
`2021-02-23 · 3 🐛 · 3 🔍 · 4 👩💻👨💻`
### 🐛 Bug fixes
- Download buttons on desktop app and CDN being ignored ([#20820](https://github.com/RocketChat/Rocket.Chat/pull/20820))
- Markdown prop variants ([#20767](https://github.com/RocketChat/Rocket.Chat/pull/20767))
A new prop variants on Markdown component: **inline** and **inlineWithoutBreaks**
- Open Visitor Info when omnichannel chat was open ([#20868](https://github.com/RocketChat/Rocket.Chat/pull/20868))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Fix scopes not being provided to getWorkspaceAccessToken ([#20871](https://github.com/RocketChat/Rocket.Chat/pull/20871))
- Regression: Keep user custom status after change presence ([#20869](https://github.com/RocketChat/Rocket.Chat/pull/20869))
- Regression: Prevent Message Attachment rendering ([#20860](https://github.com/RocketChat/Rocket.Chat/pull/20860))
</details>
### 👩💻👨💻 Core Team 🤓
- [@dougfabris](https://github.com/dougfabris)
- [@geekgonecrazy](https://github.com/geekgonecrazy)
- [@ggazzo](https://github.com/ggazzo)
- [@tiagoevanp](https://github.com/tiagoevanp)
## 3.12.0-rc.0
`2021-02-21 · 5 🎉 · 17 🚀 · 69 🐛 · 22 🔍 · 29 👩💻👨💻`

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

2
package-lock.json generated

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

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

Loading…
Cancel
Save