Skip to content

Commit

Permalink
v7.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 20, 2018
1 parent 922aea3 commit bb8ef53
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.4.7"></a>
## [7.4.7](https://github.com/heroku/cli/compare/v7.4.6...v7.4.7) (2018-06-20)


### Bug Fixes

* remove shrinkwrap ([922aea3](https://github.com/heroku/cli/commit/922aea3))




<a name="7.4.6"></a>
## [7.4.6](https://github.com/heroku/cli/compare/v7.4.5...v7.4.6) (2018-06-20)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.4.6",
"version": "7.4.7",
"lerna": "2.11.0",
"packages": [
".",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.4.6",
"version": "7.4.7",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@heroku-cli/color": "1.1.5",
"@heroku-cli/command": "8.1.26",
"@heroku-cli/plugin-addons-v5": "^7.4.6",
"@heroku-cli/plugin-apps-v5": "^7.4.6",
"@heroku-cli/plugin-apps-v5": "^7.4.7",
"@heroku-cli/plugin-auth": "^7.4.6",
"@heroku-cli/plugin-certs": "^7.4.6",
"@heroku-cli/plugin-certs-v5": "^7.4.6",
Expand Down
12 changes: 10 additions & 2 deletions packages/apps-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.4.7"></a>
## [7.4.7](https://github.com/heroku/cli/compare/v7.4.6...v7.4.7) (2018-06-20)




**Note:** Version bump only for package @heroku-cli/plugin-apps-v5

<a name="7.4.6"></a>
## [7.4.6](https://github.com/heroku/cli/compare/v7.4.5...v7.4.6) (2018-06-20)

Expand All @@ -14,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



<a name="7.4.5"></a>
<a name="7.4.5"></a>
## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)


Expand All @@ -25,7 +33,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



<a name="7.4.0"></a>
<a name="7.4.0"></a>
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps-v5/7.4.6 darwin-x64 node-v8.11.3
@heroku-cli/plugin-apps-v5/7.4.7 darwin-x64 node-v8.11.3
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps-v5",
"description": "Heroku CLI plugin to manage apps.",
"version": "7.4.6",
"version": "7.4.7",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit bb8ef53

Please sign in to comment.