Skip to content
Snippets Groups Projects
Commit c1142b9b authored by murtaza98's avatar murtaza98
Browse files

Bump version to 5.0.0-rc.9

parent 2aa3e6ff
No related merge requests found
......@@ -99526,6 +99526,39 @@
]
}
]
},
"5.0.0-rc.9": {
"node_version": "14.19.3",
"npm_version": "6.14.17",
"mongo_versions": [
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "26050",
"title": "[FIX] Users without the `view-other-user-info` permission can't use the `users.list` endpoint",
"userLogin": "LucianoPierdona",
"description": "This PR fix the query when a normal users access `users.list`",
"milestone": "5.0.0",
"contributors": [
"LucianoPierdona",
"tassoevan",
"web-flow"
]
},
{
"pr": "26274",
"title": "Chore: Upgrade Fuselage packages to `next` dist-tag",
"userLogin": "tassoevan",
"description": "Upgrade Fuselage packages to the latest development versions.",
"milestone": "5.0.0",
"contributors": [
"tassoevan"
]
}
]
}
}
}
\ No newline at end of file
 
# 5.0.0 (Under Release Candidate Process)
 
## 5.0.0-rc.9
`2022-07-19 · 1 🐛 · 1 🔍 · 2 👩‍💻👨‍💻`
### 🐛 Bug fixes
- Users without the `view-other-user-info` permission can't use the `users.list` endpoint ([#26050](https://github.com/RocketChat/Rocket.Chat/pull/26050))
This PR fix the query when a normal users access `users.list`
<details>
<summary>🔍 Minor changes</summary>
- Chore: Upgrade Fuselage packages to `next` dist-tag ([#26274](https://github.com/RocketChat/Rocket.Chat/pull/26274))
Upgrade Fuselage packages to the latest development versions.
</details>
### 👩‍💻👨‍💻 Core Team 🤓
- [@LucianoPierdona](https://github.com/LucianoPierdona)
- [@tassoevan](https://github.com/tassoevan)
## 5.0.0-rc.8
`2022-07-18 · 9 🔍 · 10 👩‍💻👨‍💻`
 
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 5.0.0-rc.8
ENV RC_VERSION 5.0.0-rc.9
MAINTAINER buildmaster@rocket.chat
......
{
"version": "5.0.0-rc.8"
"version": "5.0.0-rc.9"
}
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "5.0.0-rc.8",
"version": "5.0.0-rc.9",
"private": true,
"author": {
"name": "Rocket.Chat",
......
{
"name": "rocket.chat",
"version": "5.0.0-rc.8",
"version": "5.0.0-rc.9",
"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