Bump version to 3.10.2

pull/20129/head 3.10.2
Diego Sampaio 4 years ago
parent 27b1ec014f
commit 1fa6c26131
  1. 2
      .docker/Dockerfile.rhel
  2. 22
      .github/history.json
  3. 2
      .snapcraft/resources/prepareRocketChat
  4. 2
      .snapcraft/snap/snapcraft.yaml
  5. 18
      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.1
ENV RC_VERSION 3.10.2
MAINTAINER buildmaster@rocket.chat

@ -53881,6 +53881,28 @@
]
}
]
},
"3.10.2": {
"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": "20122",
"title": "[FIX] Tabbar is opened",
"userLogin": "ggazzo",
"milestone": "3.10.2",
"contributors": [
"ggazzo",
"web-flow"
]
}
]
}
}
}

@ -1,6 +1,6 @@
#!/bin/bash
curl -SLf "https://releases.rocket.chat/3.10.1/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.10.2/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.1
version: 3.10.2
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,4 +1,22 @@
# 3.10.2
`2021-01-08 · 1 🐛 · 1 👩💻👨💻`
### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.21.0-alpha.4235`
### 🐛 Bug fixes
- Tabbar is opened ([#20122](https://github.com/RocketChat/Rocket.Chat/pull/20122))
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
# 3.10.1
`2021-01-08 · 11 🐛 · 7 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.10.1"
"version": "3.10.2"
}

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "Rocket.Chat",
"version": "3.10.1",
"version": "3.10.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

Loading…
Cancel
Save