Skip to content
Snippets Groups Projects
Unverified Commit 48a8ed6c authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Bump version to 6.0.0-rc.10

parent afc1a4bf
No related branches found
Tags 6.0.0-rc.10
No related merge requests found
......@@ -102093,6 +102093,39 @@
]
}
]
},
"6.0.0-rc.10": {
"node_version": "14.21.2",
"npm_version": "6.14.17",
"mongo_versions": [
"4.4",
"5.0",
"6.0"
],
"pull_requests": [
{
"pr": "27886",
"title": "[FIX] room data is not erased after deleting rooms by app",
"userLogin": "cuonghuunguyen",
"milestone": "6.0.0",
"contributors": [
null
]
},
{
"pr": "28332",
"title": "Regression: Attachment auto size",
"userLogin": "hugocostadev",
"description": "Attachment Image or Image Preview size in small screens are not respecting container boundaries\r\n \r\n **Before:**\r\n![image](https://user-images.githubusercontent.com/20212776/223826977-507e0b57-aba1-471d-a901-30198a51d82f.png)\r\n\r\n\r\n**NOW:**\r\n![image](https://user-images.githubusercontent.com/20212776/223826829-7c6006bd-0738-4cd4-acc6-ba8b8c274e3b.png)",
"milestone": "6.0.0",
"contributors": [
"hugocostadev",
"ggazzo",
"web-flow",
"dougfabris"
]
}
]
}
},
"5.4.0-rc.0": {
 
# 6.0.0 (Under Release Candidate Process)
 
## 6.0.0-rc.10
`2023-03-08 · 1 🐛 · 1 🔍 · 3 👩‍💻👨‍💻`
### 🐛 Bug fixes
- room data is not erased after deleting rooms by app ([#27886](https://github.com/RocketChat/Rocket.Chat/pull/27886))
<details>
<summary>🔍 Minor changes</summary>
- Regression: Attachment auto size ([#28332](https://github.com/RocketChat/Rocket.Chat/pull/28332))
Attachment Image or Image Preview size in small screens are not respecting container boundaries
**Before:**
![image](https://user-images.githubusercontent.com/20212776/223826977-507e0b57-aba1-471d-a901-30198a51d82f.png)
**NOW:**
![image](https://user-images.githubusercontent.com/20212776/223826829-7c6006bd-0738-4cd4-acc6-ba8b8c274e3b.png)
</details>
### 👩‍💻👨‍💻 Core Team 🤓
- [@dougfabris](https://github.com/dougfabris)
- [@ggazzo](https://github.com/ggazzo)
- [@hugocostadev](https://github.com/hugocostadev)
## 6.0.0-rc.9
`2023-03-08 · 6 🔍 · 10 👩‍💻👨‍💻`
 
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 6.0.0-rc.9
ENV RC_VERSION 6.0.0-rc.10
MAINTAINER buildmaster@rocket.chat
......
{
"version": "6.0.0-rc.9"
"version": "6.0.0-rc.10"
}
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.0.0-rc.9",
"version": "6.0.0-rc.10",
"private": true,
"author": {
"name": "Rocket.Chat",
......
{
"name": "rocket.chat",
"version": "6.0.0-rc.9",
"version": "6.0.0-rc.10",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment