Bump version to 5.0.0-rc.12

This commit is contained in:
murtaza98 2022-07-21 23:25:29 +05:30
parent 5610ceec4c
commit 6a0fea4e1d
6 changed files with 85 additions and 5 deletions

56
.github/history.json vendored
View File

@ -90826,6 +90826,60 @@
]
}
]
},
"5.0.0-rc.12": {
"node_version": "14.19.3",
"npm_version": "6.14.17",
"mongo_versions": [
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "26327",
"title": "Regression: Livechat not rendering UiKit messages with action buttons",
"userLogin": "murtaza98",
"milestone": "5.0.0",
"contributors": [
"murtaza98",
"ggazzo",
"web-flow",
"aleksandernsilva"
]
},
{
"pr": "26325",
"title": "Chore: bump fuselage packages",
"userLogin": "dougfabris",
"milestone": "5.0.0",
"contributors": [
"dougfabris",
"ggazzo"
]
},
{
"pr": "26322",
"title": "Chore: Update useSidebarPalette selectors",
"userLogin": "juliajforesti",
"milestone": "5.0.0",
"contributors": [
"juliajforesti",
"web-flow",
"ggazzo",
"murtaza98"
]
},
{
"pr": "26328",
"title": "Regression: Fix get myself user data",
"userLogin": "sampaiodiego",
"milestone": "5.0.0",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}
}

View File

@ -1,6 +1,32 @@
# 5.0.0 (Under Release Candidate Process)
## 5.0.0-rc.12
`2022-07-21 · 4 🔍 · 6 👩‍💻👨‍💻`
<details>
<summary>🔍 Minor changes</summary>
- Chore: bump fuselage packages ([#26325](https://github.com/RocketChat/Rocket.Chat/pull/26325))
- Chore: Update useSidebarPalette selectors ([#26322](https://github.com/RocketChat/Rocket.Chat/pull/26322))
- Regression: Fix get myself user data ([#26328](https://github.com/RocketChat/Rocket.Chat/pull/26328))
- Regression: Livechat not rendering UiKit messages with action buttons ([#26327](https://github.com/RocketChat/Rocket.Chat/pull/26327))
</details>
### 👩‍💻👨‍💻 Core Team 🤓
- [@aleksandernsilva](https://github.com/aleksandernsilva)
- [@dougfabris](https://github.com/dougfabris)
- [@ggazzo](https://github.com/ggazzo)
- [@juliajforesti](https://github.com/juliajforesti)
- [@murtaza98](https://github.com/murtaza98)
- [@sampaiodiego](https://github.com/sampaiodiego)
## 5.0.0-rc.11
`2022-07-21 · 7 🔍 · 12 👩‍💻👨‍💻`

View File

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

View File

@ -1,3 +1,3 @@
{
"version": "5.0.0-rc.11"
"version": "5.0.0-rc.12"
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "5.0.0-rc.11",
"version": "5.0.0-rc.12",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,