Skip to content

Commit

Permalink
Bump version to 0.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jul 20, 2018
1 parent 8fdad21 commit f0cddcb
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 14 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 0.67.0-rc.0
ENV RC_VERSION 0.67.0

MAINTAINER buildmaster@rocket.chat

Expand Down
21 changes: 16 additions & 5 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -16950,7 +16950,6 @@
"pr": "11319",
"title": "[FIX] SVG icons code",
"userLogin": "tassoevan",
"milestone": "0.67.0",
"contributors": [
"tassoevan"
]
Expand Down Expand Up @@ -16987,7 +16986,6 @@
"pr": "11313",
"title": "[FIX] Message popup responsiveness in slash commands",
"userLogin": "tassoevan",
"milestone": "0.67.0",
"contributors": [
"tassoevan"
]
Expand All @@ -16996,7 +16994,7 @@
"pr": "9991",
"title": "[FIX] web app manifest errors as reported by Chrome DevTools",
"userLogin": "justinribeiro",
"milestone": "0.67.0",
"milestone": "0.68.0",
"contributors": [
"justinribeiro",
"web-flow"
Expand All @@ -17006,7 +17004,6 @@
"pr": "11342",
"title": "[FIX] Message attachment's fields with different sizes",
"userLogin": "sampaiodiego",
"milestone": "0.67.0",
"contributors": [
"sampaiodiego"
]
Expand All @@ -17023,7 +17020,7 @@
"pr": "9754",
"title": "[FIX] Parse inline code without space before initial backtick",
"userLogin": "c0dzilla",
"milestone": "0.67.0",
"milestone": "0.68.0",
"contributors": [
"c0dzilla",
"gdelavald",
Expand Down Expand Up @@ -17112,6 +17109,20 @@
]
}
]
},
"0.67.0": {
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": [
{
"pr": "11497",
"title": "Fix dependency issue in redhat image",
"userLogin": "geekgonecrazy",
"contributors": [
"geekgonecrazy"
]
}
]
}
}
}
4 changes: 2 additions & 2 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

appTitle = (defaultText = "Rocket.Chat"),

appVersion = 82, # Increment this for every release.
appVersion = 83, # Increment this for every release.

appMarketingVersion = (defaultText = "0.67.0-rc.0"),
appMarketingVersion = (defaultText = "0.67.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
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=0.67.0-rc.0
RC_VERSION=0.67.0
fi

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

# 0.67.0 (Under Release Candidate Process)
# 0.67.0
`2018-07-20 · 1 ️️️⚠️ · 1 🎉 · 1 🚀 · 6 🐛 · 5 🔍 · 11 👩‍💻👨‍💻`

## 0.67.0-rc.0
`2018-07-10 · 1 ️️️⚠️ · 1 🎉 · 1 🚀 · 6 🐛 · 4 🔍 · 11 👩‍💻👨‍💻`
### Engine versions
- Node: `8.11.3`
- NPM: `5.6.0`

### ⚠️ BREAKING CHANGES

Expand All @@ -28,6 +30,7 @@
<details>
<summary>🔍 Minor changes</summary>

- Fix dependency issue in redhat image ([#11497](https://github.com/RocketChat/Rocket.Chat/pull/11497))
- Merge master into develop & Set version to 0.67.0-develop ([#11417](https://github.com/RocketChat/Rocket.Chat/pull/11417))
- Merge master into develop & Set version to 0.67.0-develop ([#11399](https://github.com/RocketChat/Rocket.Chat/pull/11399))
- Merge master into develop & Set version to 0.67.0-develop ([#11348](https://github.com/RocketChat/Rocket.Chat/pull/11348))
Expand Down
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": "0.67.0-rc.0",
"version": "0.67.0",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.67.0-rc.0"
"version": "0.67.0"
}

0 comments on commit f0cddcb

Please sign in to comment.