Skip to content
Snippets Groups Projects
Commit 34ca34f9 authored by Guilherme Gazzo's avatar Guilherme Gazzo
Browse files

Bump version to 5.3.0-rc.2

parent c25358bc
No related branches found
No related tags found
No related merge requests found
......@@ -95445,6 +95445,45 @@
]
}
]
},
"5.3.0-rc.2": {
"node_version": "14.19.3",
"npm_version": "6.14.17",
"mongo_versions": [
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "26859",
"title": "[NEW] Matrix federation events coverage expansion (adding support for 3 extra events)",
"userLogin": "MarcosSpessatto",
"description": "FED-17\r\nFED-25\r\nFED-27\r\nFED-28\r\nFED-30\r\nThe goal of this PR is to add support for more events on Matrix Federation feature. The new supported events are:\r\n\r\n- Mentions\r\n- User avatar sync\r\n- Quotes",
"milestone": "5.3.0",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "27110",
"title": "Regression: Quote colors",
"userLogin": "gabriellsh",
"description": "Before\r\n![image](https://user-images.githubusercontent.com/40830821/196947705-f1b2edf9-7341-4d2a-b8e8-4e3720ab7289.png)\r\n\r\n\r\nAfter\r\n![image](https://user-images.githubusercontent.com/40830821/196947512-1267f992-11c7-4ff4-b7a2-9f0b3534f69d.png)",
"contributors": [
"gabriellsh"
]
},
{
"pr": "27116",
"title": "Regression: Toolbox Divider Color",
"userLogin": "dougfabris",
"description": "![image](https://user-images.githubusercontent.com/27704687/197018407-d591d6bc-e390-4bcd-9b6a-0bf0a1420bc2.png)",
"contributors": [
"dougfabris"
]
}
]
}
}
}
\ No newline at end of file
 
# 5.3.0 (Under Release Candidate Process)
 
## 5.3.0-rc.2
`2022-10-20 · 1 🎉 · 2 🔍 · 3 👩‍💻👨‍💻`
### 🎉 New features
- Matrix federation events coverage expansion (adding support for 3 extra events) ([#26859](https://github.com/RocketChat/Rocket.Chat/pull/26859))
FED-17
FED-25
FED-27
FED-28
FED-30
The goal of this PR is to add support for more events on Matrix Federation feature. The new supported events are:
- Mentions
- User avatar sync
- Quotes
<details>
<summary>🔍 Minor changes</summary>
- Regression: Quote colors ([#27110](https://github.com/RocketChat/Rocket.Chat/pull/27110))
Before
![image](https://user-images.githubusercontent.com/40830821/196947705-f1b2edf9-7341-4d2a-b8e8-4e3720ab7289.png)
After
![image](https://user-images.githubusercontent.com/40830821/196947512-1267f992-11c7-4ff4-b7a2-9f0b3534f69d.png)
- Regression: Toolbox Divider Color ([#27116](https://github.com/RocketChat/Rocket.Chat/pull/27116))
![image](https://user-images.githubusercontent.com/27704687/197018407-d591d6bc-e390-4bcd-9b6a-0bf0a1420bc2.png)
</details>
### 👩‍💻👨‍💻 Core Team 🤓
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
- [@dougfabris](https://github.com/dougfabris)
- [@gabriellsh](https://github.com/gabriellsh)
## 5.3.0-rc.1
`2022-10-20 · 1 🐛 · 2 🔍 · 6 👩‍💻👨‍💻`
 
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 5.3.0-rc.1
ENV RC_VERSION 5.3.0-rc.2
MAINTAINER buildmaster@rocket.chat
......
{
"version": "5.3.0-rc.1"
"version": "5.3.0-rc.2"
}
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "5.3.0-rc.1",
"version": "5.3.0-rc.2",
"private": true,
"author": {
"name": "Rocket.Chat",
......
{
"name": "rocket.chat",
"version": "5.3.0-rc.1",
"version": "5.3.0-rc.2",
"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