Bump version to 6.2.5

pull/29498/head
Diego Sampaio 3 years ago
parent cd86eb296e
commit 955e251d7f
No known key found for this signature in database
GPG Key ID: B71D302EB7F5183C
  1. 5
      .changeset/sixty-owls-shout.md
  2. 19
      HISTORY.md
  3. 2
      apps/meteor/.docker/Dockerfile.rhel
  4. 2
      apps/meteor/app/utils/rocketchat.info
  5. 2
      apps/meteor/package.json
  6. 2
      package.json

@ -1,5 +0,0 @@
---
'@rocket.chat/meteor': patch
---
Fix seats counter including apps

@ -1,3 +1,22 @@
# 6.2.5
`2023-06-07 · 1 🐛 · 1 👩💻👨💻`
### Engine versions
- Node: `14.21.3`
- NPM: `6.14.17`
- MongoDB: `4.4, 5.0, 6.0`
- Apps-Engine: `1.39.1`
### 🐛 Bug fixes
- Seat counter including apps ([#29489](https://github.com/RocketChat/Rocket.Chat/pull/29489))
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
# 6.2.4
`2023-06-07 · 2 🐛 · 2 🔍 · 5 👩💻👨💻`

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

@ -1,3 +1,3 @@
{
"version": "6.2.4"
"version": "6.2.5"
}

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.2.4",
"version": "6.2.5",
"private": true,
"author": {
"name": "Rocket.Chat",

@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "6.2.4",
"version": "6.2.5",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,

Loading…
Cancel
Save