mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Bump version to 5.0.0-rc.12
This commit is contained in:
parent
5610ceec4c
commit
6a0fea4e1d
56
.github/history.json
vendored
56
.github/history.json
vendored
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
26
HISTORY.md
26
HISTORY.md
@ -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 👩💻👨💻`
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "5.0.0-rc.11"
|
||||
"version": "5.0.0-rc.12"
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user