Skip to content

Commit

Permalink
Bump version to 3.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 8, 2020
1 parent 5fdad72 commit 0950c0a
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 3.0.0-rc.5
ENV RC_VERSION 3.0.0-rc.6

MAINTAINER buildmaster@rocket.chat

Expand Down
21 changes: 20 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -39443,6 +39443,25 @@
]
}
]
},
"3.0.0-rc.6": {
"node_version": "12.14.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16528",
"title": "Regression: update package-lock",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
}
]
}
}
}
}
23 changes: 19 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@

# 3.0.0 (Under Release Candidate Process)

## 3.0.0-rc.6
`2020-02-08 · 1 🔍 · 1 👩‍💻👨‍💻`

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

- Regression: update package-lock ([#16528](https://github.com/RocketChat/Rocket.Chat/pull/16528))

</details>

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

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

## 3.0.0-rc.5
`2020-02-08 · 5 🔍· 4 👩‍💻👨‍💻`
`2020-02-08 · 5 🔍 · 4 👩‍💻👨‍💻`

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

- Regression: Send app info along with interaction payload to the UI ([#16511](https://github.com/RocketChat/Rocket.Chat/pull/16511))
- Regression: UIKit - Send container info on block actions triggered on a message ([#16514](https://github.com/RocketChat/Rocket.Chat/pull/16514))
- Regression: Update Uikit ([#16515](https://github.com/RocketChat/Rocket.Chat/pull/16515))
- Regression: UIKit - Send container info on block actions triggered on a message ([#16514](https://github.com/RocketChat/Rocket.Chat/pull/16514))
- Use base64 for import files upload to prevent file corruption ([#16516](https://github.com/RocketChat/Rocket.Chat/pull/16516))
- Regression: Send app info along with interaction payload to the UI ([#16511](https://github.com/RocketChat/Rocket.Chat/pull/16511))
- Regression: Ui Kit messaging issues (#16513) ([#16513](https://github.com/RocketChat/Rocket.Chat/pull/16513))

</details>

Expand Down Expand Up @@ -6610,4 +6625,4 @@
- [@graywolf336](https://github.com/graywolf336)
- [@marceloschmidt](https://github.com/marceloschmidt)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@sampaiodiego](https://github.com/sampaiodiego)
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.0.0-rc.5"
"version": "3.0.0-rc.6"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.0.0-rc.5",
"version": "3.0.0-rc.6",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 0950c0a

Please sign in to comment.