Skip to content

Commit

Permalink
v7.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito committed Jun 27, 2019
1 parent c60b2ce commit eacf5bc
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 11 deletions.
8 changes: 8 additions & 0 deletions 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.

## [7.26.2](https://github.com/heroku/cli/compare/v7.26.1...v7.26.2) (2019-06-27)

**Note:** Version bump only for package heroku





## [7.26.1](https://github.com/heroku/cli/compare/v7.26.0...v7.26.1) (2019-06-27)

**Note:** Version bump only for package heroku
Expand Down
6 changes: 3 additions & 3 deletions docs/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EXAMPLE
$ heroku local web=1,worker=2
```

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.1/src/commands/local/index.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.2/src/commands/local/index.ts)_

## `heroku local:run`

Expand All @@ -51,7 +51,7 @@ EXAMPLE
$ heroku local:run bin/migrate
```

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.1/src/commands/local/run.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.2/src/commands/local/run.ts)_

## `heroku local:version`

Expand All @@ -62,4 +62,4 @@ USAGE
$ heroku local:version
```

_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.1/src/commands/local/version.ts)_
_See code: [@heroku-cli/plugin-local](https://github.com/heroku/cli/blob/v7.26.2/src/commands/local/version.ts)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.26.1",
"version": "7.26.2",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

## [7.26.2](https://github.com/heroku/cli/compare/v7.26.1...v7.26.2) (2019-06-27)

**Note:** Version bump only for package heroku





## [7.26.1](https://github.com/heroku/cli/compare/v7.26.0...v7.26.1) (2019-06-27)

**Note:** Version bump only for package heroku
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.26.1",
"version": "7.26.2",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -22,7 +22,7 @@
"@heroku-cli/plugin-config": "^7.24.0",
"@heroku-cli/plugin-container-registry-v5": "^7.24.4",
"@heroku-cli/plugin-git": "^7.24.0",
"@heroku-cli/plugin-local": "^7.26.1",
"@heroku-cli/plugin-local": "^7.26.2",
"@heroku-cli/plugin-oauth-v5": "^7.24.0",
"@heroku-cli/plugin-orgs-v5": "^7.26.0",
"@heroku-cli/plugin-pg-v5": "^7.25.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/local/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.

## [7.26.2](https://github.com/heroku/cli/compare/v7.26.1...v7.26.2) (2019-06-27)


### Bug Fixes

* **local:** js files not being included in builds ([c60b2ce](https://github.com/heroku/cli/commit/c60b2ce))





## [7.26.1](https://github.com/heroku/cli/compare/v7.26.0...v7.26.1) (2019-06-27)


Expand Down
8 changes: 4 additions & 4 deletions packages/local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @heroku-cli/plugin-local
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-local/7.26.1 darwin-x64 node-v10.9.0
@heroku-cli/plugin-local/7.26.2 darwin-x64 node-v10.9.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -61,7 +61,7 @@ EXAMPLE
$ heroku local web=1,worker=2
```

_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.26.1/src/commands/local/index.ts)_
_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v7.26.2/src/commands/local/index.ts)_

## `heroku local:run`

Expand All @@ -79,7 +79,7 @@ EXAMPLE
$ heroku local:run bin/migrate
```

_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.26.1/src/commands/local/run.ts)_
_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v7.26.2/src/commands/local/run.ts)_

## `heroku local:version`

Expand All @@ -90,5 +90,5 @@ USAGE
$ heroku local:version
```

_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.26.1/src/commands/local/version.ts)_
_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v7.26.2/src/commands/local/version.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-local",
"description": "run heroku apps locally",
"version": "7.26.1",
"version": "7.26.2",
"author": "Chad Carbert @chadian",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down

0 comments on commit eacf5bc

Please sign in to comment.