Skip to content

Commit

Permalink
Bump version to 1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Apr 28, 2019
1 parent 0cbee28 commit 2e80b15
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 4 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 1.0.0-rc.4
ENV RC_VERSION 1.0.0-rc.5

MAINTAINER buildmaster@rocket.chat

Expand Down
149 changes: 149 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -29557,6 +29557,155 @@
]
}
]
},
"1.0.0-rc.5": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.2",
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "14276",
"title": "Regression: Active room was not being marked",
"userLogin": "rodrigok",
"milestone": "1.0.0",
"contributors": [
"rodrigok"
]
},
{
"pr": "14211",
"title": "Rename Cloud to Connectivity Services & split Apps in Apps and Marketplace",
"userLogin": "geekgonecrazy",
"milestone": "1.0.0",
"contributors": [
"geekgonecrazy",
"engelgabriel",
"web-flow",
"rodrigok"
]
},
{
"pr": "14178",
"title": "LingoHub based on develop",
"userLogin": "engelgabriel",
"milestone": "1.0.0",
"contributors": [
"sampaiodiego",
"rodrigok"
]
},
{
"pr": "13986",
"title": "[IMPROVE] Replace livechat inquiry dialog with preview room",
"userLogin": "renatobecker",
"milestone": "1.0.0",
"contributors": [
"renatobecker",
"web-flow",
"engelgabriel",
"sampaiodiego",
"tassoevan"
]
},
{
"pr": "14050",
"title": "Regression: Discussions were not showing on Tab Bar",
"userLogin": "knrt10",
"milestone": "1.0.0",
"contributors": [
"knrt10",
"tassoevan"
]
},
{
"pr": "14274",
"title": "Force unstyling of blockquote under .message-body--unstyled",
"userLogin": "tassoevan",
"milestone": "1.0.0",
"contributors": [
"tassoevan"
]
},
{
"pr": "14273",
"title": "[FIX] Slackbridge private channels",
"userLogin": "Hudell",
"milestone": "1.0.0",
"contributors": [
"nylen",
"web-flow",
"MarcosSpessatto",
"sampaiodiego",
"Hudell"
]
},
{
"pr": "14081",
"title": "[FIX] View All members button now not in direct room",
"userLogin": "knrt10",
"milestone": "1.0.0",
"contributors": [
"knrt10",
"tassoevan",
"web-flow"
]
},
{
"pr": "14229",
"title": "Regression: Admin embedded layout",
"userLogin": "tassoevan",
"milestone": "1.0.0",
"contributors": [
"tassoevan"
]
},
{
"pr": "14268",
"title": "[NEW] Update message actions",
"userLogin": "MarcosSpessatto",
"milestone": "1.0.0",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "14269",
"title": "New threads layout",
"userLogin": "ggazzo",
"milestone": "1.0.0",
"contributors": [
"ggazzo",
"rodrigok"
]
},
{
"pr": "14258",
"title": "Improve: Marketplace auth inside Rocket.Chat instead of inside the iframe. ",
"userLogin": "geekgonecrazy",
"contributors": [
"geekgonecrazy",
"d-gubert",
"web-flow"
]
},
{
"pr": "14150",
"title": "[New] Reply privately to group messages",
"userLogin": "bhardwajaditya",
"milestone": "1.0.0",
"contributors": [
"bhardwajaditya",
"engelgabriel",
"web-flow",
"MarcosSpessatto"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .travis/snap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=1.0.0-rc.4
RC_VERSION=1.0.0-rc.5
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
50 changes: 50 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@

# 1.0.0 (Under Release Candidate Process)

## 1.0.0-rc.5
`2019-04-28 · 1 🎉 · 1 🚀 · 2 🐛 · 9 🔍 · 13 👩‍💻👨‍💻`

### 🎉 New features

- Update message actions ([#14268](https://github.com/RocketChat/Rocket.Chat/pull/14268))

### 🚀 Improvements

- Replace livechat inquiry dialog with preview room ([#13986](https://github.com/RocketChat/Rocket.Chat/pull/13986))

### 🐛 Bug fixes

- Slackbridge private channels ([#14273](https://github.com/RocketChat/Rocket.Chat/pull/14273) by [@nylen](https://github.com/nylen))
- View All members button now not in direct room ([#14081](https://github.com/RocketChat/Rocket.Chat/pull/14081) by [@knrt10](https://github.com/knrt10))

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

- Regression: Active room was not being marked ([#14276](https://github.com/RocketChat/Rocket.Chat/pull/14276))
- Rename Cloud to Connectivity Services & split Apps in Apps and Marketplace ([#14211](https://github.com/RocketChat/Rocket.Chat/pull/14211))
- LingoHub based on develop ([#14178](https://github.com/RocketChat/Rocket.Chat/pull/14178))
- Regression: Discussions were not showing on Tab Bar ([#14050](https://github.com/RocketChat/Rocket.Chat/pull/14050) by [@knrt10](https://github.com/knrt10))
- Force unstyling of blockquote under .message-body--unstyled ([#14274](https://github.com/RocketChat/Rocket.Chat/pull/14274))
- Regression: Admin embedded layout ([#14229](https://github.com/RocketChat/Rocket.Chat/pull/14229))
- New threads layout ([#14269](https://github.com/RocketChat/Rocket.Chat/pull/14269))
- Improve: Marketplace auth inside Rocket.Chat instead of inside the iframe. ([#14258](https://github.com/RocketChat/Rocket.Chat/pull/14258))
- [New] Reply privately to group messages ([#14150](https://github.com/RocketChat/Rocket.Chat/pull/14150) by [@bhardwajaditya](https://github.com/bhardwajaditya))

</details>

### 👩‍💻👨‍💻 Contributors 😍

- [@bhardwajaditya](https://github.com/bhardwajaditya)
- [@knrt10](https://github.com/knrt10)
- [@nylen](https://github.com/nylen)

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

- [@Hudell](https://github.com/Hudell)
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
- [@d-gubert](https://github.com/d-gubert)
- [@engelgabriel](https://github.com/engelgabriel)
- [@geekgonecrazy](https://github.com/geekgonecrazy)
- [@ggazzo](https://github.com/ggazzo)
- [@renatobecker](https://github.com/renatobecker)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)

## 1.0.0-rc.4
`2019-04-27 · 1 ️️️⚠️ · 4 🎉 · 8 🐛 · 24 🔍 · 15 👩‍💻👨‍💻`

Expand Down
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": "1.0.0-rc.4"
"version": "1.0.0-rc.5"
}
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": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 2e80b15

Please sign in to comment.