Skip to content

Commit

Permalink
v7.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito committed Sep 12, 2018
1 parent 33e1900 commit ae0058c
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.15.2"></a>
## [7.15.2](https://github.com/heroku/cli/compare/v7.15.1...v7.15.2) (2018-09-12)


### Bug Fixes

* **cli:** invalid package references ([33e1900](https://github.com/heroku/cli/commit/33e1900))





<a name="7.15.1"></a>
## [7.15.1](https://github.com/heroku/cli/compare/v7.15.0...v7.15.1) (2018-09-11)

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.15.1",
"version": "7.15.2",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.15.2"></a>
## [7.15.2](https://github.com/heroku/cli/compare/v7.15.1...v7.15.2) (2018-09-12)


### Bug Fixes

* **cli:** invalid package references ([33e1900](https://github.com/heroku/cli/commit/33e1900))





<a name="7.15.1"></a>
## [7.15.1](https://github.com/heroku/cli/compare/v7.15.0...v7.15.1) (2018-09-11)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/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.15.1",
"version": "7.15.2",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@heroku-cli/plugin-ps-exec": "2.3.5",
"@heroku-cli/plugin-redis-v5": "^7.15.0",
"@heroku-cli/plugin-run-v5": "^7.15.0",
"@heroku-cli/plugin-spaces": "^7.15.0",
"@heroku-cli/plugin-spaces": "^7.15.2",
"@heroku-cli/plugin-status": "^7.15.0",
"@heroku-cli/plugin-webhooks-v5": "^7.15.0",
"@oclif/command": "1.5.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/spaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.15.2"></a>
## [7.15.2](https://github.com/heroku/cli/compare/v7.15.1...v7.15.2) (2018-09-12)


### Bug Fixes

* **spaces:** clarify --data-cidr description ([#1027](https://github.com/heroku/cli/issues/1027)) ([83e394a](https://github.com/heroku/cli/commit/83e394a))





<a name="7.15.0"></a>
# [7.15.0](https://github.com/heroku/cli/compare/v7.14.4...v7.15.0) (2018-09-10)

Expand Down
2 changes: 1 addition & 1 deletion packages/spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-spaces",
"description": "Heroku plugin to manage Heroku Private Spaces",
"version": "7.15.0",
"version": "7.15.2",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit ae0058c

Please sign in to comment.