Skip to content

Commit

Permalink
Bump version to 6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 22, 2023
1 parent 28832d0 commit 196420d
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 4 deletions.
130 changes: 130 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -100774,6 +100774,136 @@
]
}
]
},
"6.0.0-rc.1": {
"node_version": "14.21.2",
"npm_version": "6.14.17",
"mongo_versions": [
"4.4",
"5.0",
"6.0"
],
"pull_requests": [
{
"pr": "28122",
"title": "Regression: Video Recorder \"record\" button alignment",
"userLogin": "tassoevan",
"description": "### Before\r\n<img width=\"100\" alt=\"image\" src=\"https://user-images.githubusercontent.com/2263066/220740337-82668932-0ac4-4b43-8a26-07fdb4cb0cd4.png\">\r\n<img width=\"100\" alt=\"image\" src=\"https://user-images.githubusercontent.com/2263066/220740566-a1d14f75-c207-4f7f-8422-3e15386a6b11.png\">\r\n\r\n### After\r\n<img width=\"100\" alt=\"image\" src=\"https://user-images.githubusercontent.com/2263066/220740404-7dd22522-5f55-4538-aa3d-ddf70cecc9a5.png\">\r\n<img width=\"100\" alt=\"image\" src=\"https://user-images.githubusercontent.com/2263066/220740699-7b34e5e6-2f6c-4169-ac13-55d73b5263bf.png\">",
"milestone": "6.0.0",
"contributors": [
"tassoevan"
]
},
{
"pr": "28107",
"title": "Regression: Re-add app signature migration to fix the faulty previous one",
"userLogin": "d-gubert",
"description": "Previously merged migration files ended up in a faulty migration",
"milestone": "6.0.0",
"contributors": [
"d-gubert"
]
},
{
"pr": "28121",
"title": "Regression: Gracefully stop DDP Streamer publication and close WS",
"userLogin": "sampaiodiego",
"milestone": "6.0.0",
"contributors": [
"sampaiodiego",
"kodiakhq[bot]",
"web-flow"
]
},
{
"pr": "28051",
"title": "Regression: Change wording on department removal setting",
"userLogin": "KevLehman",
"milestone": "6.0.0",
"contributors": [
"KevLehman",
"web-flow",
"murtaza98",
"kodiakhq[bot]"
]
},
{
"pr": "28053",
"title": "Regression: Fix department edit breaking",
"userLogin": "MartinSchoeler",
"milestone": "6.0.0",
"contributors": [
"MartinSchoeler",
"web-flow",
"KevLehman",
"kodiakhq[bot]"
]
},
{
"pr": "28095",
"title": "Regression: Broken message jump onto threads",
"userLogin": "tassoevan",
"milestone": "6.0.0",
"contributors": [
"tassoevan",
"web-flow",
"ggazzo",
"kodiakhq[bot]"
]
},
{
"pr": "28077",
"title": "Regression: Fix agent departments select value",
"userLogin": "MartinSchoeler",
"milestone": "6.0.0",
"contributors": [
"MartinSchoeler",
"web-flow",
"murtaza98",
"kodiakhq[bot]"
]
},
{
"pr": "28106",
"title": "Chore: Move all variables to first step and reduce code duplication",
"userLogin": "rodrigok",
"contributors": [
"rodrigok"
]
},
{
"pr": "27706",
"title": "[FIX] Filtering users by status username is broken in Administration -> Users",
"userLogin": "totoi690",
"milestone": "6.1.0",
"contributors": [
"totoi690",
"web-flow",
"LucianoPierdona",
"ggazzo",
"kodiakhq[bot]"
]
},
{
"pr": "28036",
"title": "i18n: Language update from LingoHub 🤖 on 2023-02-14Z",
"userLogin": "lingohub[bot]",
"contributors": [
"dougfabris",
"kodiakhq[bot]",
"web-flow",
"rodrigok"
]
},
{
"pr": "28100",
"title": "Chore: Playwright test improvements",
"userLogin": "rodrigok",
"contributors": [
"rodrigok"
]
}
]
}
},
"5.4.0-rc.0": {
Expand Down
58 changes: 58 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,64 @@

# 6.0.0 (Under Release Candidate Process)

## 6.0.0-rc.1
`2023-02-22 · 1 🐛 · 10 🔍 · 11 👩‍💻👨‍💻`

### 🐛 Bug fixes


- Filtering users by status username is broken in Administration -> Users ([#27706](https://github.com/RocketChat/Rocket.Chat/pull/27706))

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


- Chore: Move all variables to first step and reduce code duplication ([#28106](https://github.com/RocketChat/Rocket.Chat/pull/28106))

- Chore: Playwright test improvements ([#28100](https://github.com/RocketChat/Rocket.Chat/pull/28100))

- i18n: Language update from LingoHub 🤖 on 2023-02-14Z ([#28036](https://github.com/RocketChat/Rocket.Chat/pull/28036))

- Regression: Broken message jump onto threads ([#28095](https://github.com/RocketChat/Rocket.Chat/pull/28095))

- Regression: Change wording on department removal setting ([#28051](https://github.com/RocketChat/Rocket.Chat/pull/28051))

- Regression: Fix agent departments select value ([#28077](https://github.com/RocketChat/Rocket.Chat/pull/28077))

- Regression: Fix department edit breaking ([#28053](https://github.com/RocketChat/Rocket.Chat/pull/28053))

- Regression: Gracefully stop DDP Streamer publication and close WS ([#28121](https://github.com/RocketChat/Rocket.Chat/pull/28121))

- Regression: Re-add app signature migration to fix the faulty previous one ([#28107](https://github.com/RocketChat/Rocket.Chat/pull/28107))

Previously merged migration files ended up in a faulty migration

- Regression: Video Recorder "record" button alignment ([#28122](https://github.com/RocketChat/Rocket.Chat/pull/28122))

### Before
<img width="100" alt="image" src="https://user-images.githubusercontent.com/2263066/220740337-82668932-0ac4-4b43-8a26-07fdb4cb0cd4.png">
<img width="100" alt="image" src="https://user-images.githubusercontent.com/2263066/220740566-a1d14f75-c207-4f7f-8422-3e15386a6b11.png">

### After
<img width="100" alt="image" src="https://user-images.githubusercontent.com/2263066/220740404-7dd22522-5f55-4538-aa3d-ddf70cecc9a5.png">
<img width="100" alt="image" src="https://user-images.githubusercontent.com/2263066/220740699-7b34e5e6-2f6c-4169-ac13-55d73b5263bf.png">

</details>

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

- [@KevLehman](https://github.com/KevLehman)
- [@LucianoPierdona](https://github.com/LucianoPierdona)
- [@MartinSchoeler](https://github.com/MartinSchoeler)
- [@d-gubert](https://github.com/d-gubert)
- [@dougfabris](https://github.com/dougfabris)
- [@ggazzo](https://github.com/ggazzo)
- [@murtaza98](https://github.com/murtaza98)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)
- [@totoi690](https://github.com/totoi690)

## 6.0.0-rc.0
`2023-02-18 · 18 ️️️⚠️ · 12 🎉 · 13 🚀 · 54 🐛 · 135 🔍 · 54 👩‍💻👨‍💻`

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 6.0.0-rc.0
ENV RC_VERSION 6.0.0-rc.1

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

0 comments on commit 196420d

Please sign in to comment.