Skip to content

Commit

Permalink
Bump version to 5.3.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Nov 1, 2022
1 parent deca863 commit 6283b6b
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 4 deletions.
55 changes: 55 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -95484,6 +95484,61 @@
]
}
]
},
"5.3.0-rc.3": {
"node_version": "14.19.3",
"npm_version": "6.14.17",
"mongo_versions": [
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "27157",
"title": "Chore: bump fuselage packages",
"userLogin": "dougfabris",
"contributors": [
"dougfabris"
]
},
{
"pr": "27122",
"title": "Chore: bump fuselage packages",
"userLogin": "dougfabris",
"contributors": [
"dougfabris",
"ggazzo"
]
},
{
"pr": "27123",
"title": "[FIX] Microphone icon alignment issue (# 27073)",
"userLogin": "mani-rsg",
"description": "Aligned microphone icon to its respective position on screen widths <= 500 (mobile screens)\r\n\r\n<img width=\"360\" alt=\"image\" src=\"https://user-images.githubusercontent.com/72298612/197343254-1506125f-06f4-43d1-b42b-e36071862254.png\">\r\n<img width=\"439\" alt=\"image\" src=\"https://user-images.githubusercontent.com/72298612/197343268-d7f0e294-4b76-4e5b-9874-0b41586b0487.png\">",
"contributors": [
"mani-rsg"
]
},
{
"pr": "27120",
"title": "Regression: Unify `isLastDocDelayed` logic",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "26966",
"title": "[FIX] starting conferences with mic and cam on their default states do not sync the state with the provider",
"userLogin": "dougfabris",
"description": "Task: [VC-3]",
"milestone": "5.4.0",
"contributors": [
"dougfabris"
]
}
]
}
}
}
39 changes: 39 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@

# 5.3.0 (Under Release Candidate Process)

## 5.3.0-rc.3
`2022-10-31 · 2 🐛 · 3 🔍 · 4 👩‍💻👨‍💻`

### 🐛 Bug fixes


- Microphone icon alignment issue (# 27073) ([#27123](https://github.com/RocketChat/Rocket.Chat/pull/27123) by [@mani-rsg](https://github.com/mani-rsg))

Aligned microphone icon to its respective position on screen widths <= 500 (mobile screens)

<img width="360" alt="image" src="https://user-images.githubusercontent.com/72298612/197343254-1506125f-06f4-43d1-b42b-e36071862254.png">
<img width="439" alt="image" src="https://user-images.githubusercontent.com/72298612/197343268-d7f0e294-4b76-4e5b-9874-0b41586b0487.png">

- starting conferences with mic and cam on their default states do not sync the state with the provider ([#26966](https://github.com/RocketChat/Rocket.Chat/pull/26966))

Task: [VC-3]

<details>
<summary>🔍 Minor changes</summary>


- Chore: bump fuselage packages ([#27157](https://github.com/RocketChat/Rocket.Chat/pull/27157))

- Chore: bump fuselage packages ([#27122](https://github.com/RocketChat/Rocket.Chat/pull/27122))

- Regression: Unify `isLastDocDelayed` logic ([#27120](https://github.com/RocketChat/Rocket.Chat/pull/27120))

</details>

### 👩‍💻👨‍💻 Contributors 😍

- [@mani-rsg](https://github.com/mani-rsg)

### 👩‍💻👨‍💻 Core Team 🤓

- [@dougfabris](https://github.com/dougfabris)
- [@ggazzo](https://github.com/ggazzo)
- [@sampaiodiego](https://github.com/sampaiodiego)

## 5.3.0-rc.2
`2022-10-20 · 1 🎉 · 2 🔍 · 3 👩‍💻👨‍💻`

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.2
ENV RC_VERSION 5.3.0-rc.3

MAINTAINER [email protected]

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.2"
"version": "5.3.0-rc.3"
}
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.2",
"version": "5.3.0-rc.3",
"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.2",
"version": "5.3.0-rc.3",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 6283b6b

Please sign in to comment.