Skip to content

Commit

Permalink
Bump version to 5.3.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 20, 2022
1 parent c25358b commit 34ca34f
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 4 deletions.
39 changes: 39 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
}
}
44 changes: 44 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@

# 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 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,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

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.3.0-rc.1"
"version": "5.3.0-rc.2"
}
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "5.3.0-rc.1",
"version": "5.3.0-rc.2",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 34ca34f

Please sign in to comment.