Skip to content

Commit

Permalink
v7.42.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian authored Aug 26, 2020
1 parent 33b2aba commit f98ccda
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 36 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.42.12](https://github.com/heroku/cli/compare/v7.42.11...v7.42.12) (2020-08-26)

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





## [7.42.11](https://github.com/heroku/cli/compare/v7.42.10...v7.42.11) (2020-08-25)

**Note:** Version bump only for package heroku
Expand Down
12 changes: 6 additions & 6 deletions docs/authorizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/index.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/index.js)_

## `heroku authorizations:create`

Expand All @@ -43,7 +43,7 @@ DESCRIPTION
This creates an authorization with access to your Heroku account.
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/create.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/create.js)_

## `heroku authorizations:info ID`

Expand All @@ -57,7 +57,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/info.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/info.js)_

## `heroku authorizations:revoke ID`

Expand All @@ -71,7 +71,7 @@ ALIASES
$ heroku authorizations:destroy
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/revoke.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/revoke.js)_

## `heroku authorizations:rotate ID`

Expand All @@ -82,7 +82,7 @@ USAGE
$ heroku authorizations:rotate ID
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/rotate.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/rotate.js)_

## `heroku authorizations:update ID`

Expand All @@ -98,4 +98,4 @@ OPTIONS
--client-secret=client-secret secret of OAuth client to set
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/update.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/update.js)_
12 changes: 6 additions & 6 deletions docs/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/index.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/index.js)_

## `heroku clients:create NAME REDIRECT_URI`

Expand All @@ -37,7 +37,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/create.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/create.js)_

## `heroku clients:destroy ID`

Expand All @@ -48,7 +48,7 @@ USAGE
$ heroku clients:destroy ID
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/destroy.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/destroy.js)_

## `heroku clients:info ID`

Expand All @@ -63,7 +63,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/info.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/info.js)_

## `heroku clients:rotate ID`

Expand All @@ -78,7 +78,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/rotate.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/rotate.js)_

## `heroku clients:update ID`

Expand All @@ -93,4 +93,4 @@ OPTIONS
--url=url change the client redirect URL
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/update.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/update.js)_
4 changes: 2 additions & 2 deletions docs/sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/sessions/index.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/sessions/index.js)_

## `heroku sessions:destroy ID`

Expand All @@ -29,4 +29,4 @@ USAGE
$ heroku sessions:destroy ID
```

_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/sessions/destroy.js)_
_See code: [@heroku-cli/plugin-oauth-v5](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/sessions/destroy.js)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.42.11",
"version": "7.42.12",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.42.12](https://github.com/heroku/cli/compare/v7.42.11...v7.42.12) (2020-08-26)

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





## [7.42.11](https://github.com/heroku/cli/compare/v7.42.10...v7.42.11) (2020-08-25)

**Note:** Version bump only for package heroku
Expand Down
8 changes: 4 additions & 4 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.42.11",
"version": "7.42.12",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -21,12 +21,12 @@
"@heroku-cli/plugin-ci": "^7.42.8",
"@heroku-cli/plugin-ci-v5": "^7.42.8",
"@heroku-cli/plugin-config": "^7.42.8",
"@heroku-cli/plugin-container-registry-v5": "^7.39.2",
"@heroku-cli/plugin-container-registry-v5": "^7.42.12",
"@heroku-cli/plugin-git": "^7.42.8",
"@heroku-cli/plugin-local": "^7.42.8",
"@heroku-cli/plugin-oauth-v5": "^7.39.3",
"@heroku-cli/plugin-oauth-v5": "^7.42.12",
"@heroku-cli/plugin-orgs-v5": "^7.42.8",
"@heroku-cli/plugin-pg-v5": "^7.42.2",
"@heroku-cli/plugin-pg-v5": "^7.42.12",
"@heroku-cli/plugin-pipelines": "^7.42.8",
"@heroku-cli/plugin-ps": "^7.42.8",
"@heroku-cli/plugin-ps-exec": "2.3.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/container-registry-v5/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.42.12](https://github.com/heroku/cli/compare/v7.42.11...v7.42.12) (2020-08-26)


### Bug Fixes

* bump cross-env from 5.2.0 to 7.0.2 ([#1597](https://github.com/heroku/cli/issues/1597)) ([33b2aba](https://github.com/heroku/cli/commit/33b2aba842993053f035e732871e19f2a35156a8))





## [7.39.2](https://github.com/heroku/cli/compare/v7.39.1...v7.39.2) (2020-03-30)

**Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/container-registry-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-container-registry-v5",
"description": "Use containers to build and deploy Heroku apps",
"version": "7.39.2",
"version": "7.42.12",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/oauth-v5/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.42.12](https://github.com/heroku/cli/compare/v7.42.11...v7.42.12) (2020-08-26)


### Bug Fixes

* bump cross-env from 5.2.0 to 7.0.2 ([#1597](https://github.com/heroku/cli/issues/1597)) ([33b2aba](https://github.com/heroku/cli/commit/33b2aba842993053f035e732871e19f2a35156a8))





## [7.39.3](https://github.com/heroku/cli/compare/v7.39.2...v7.39.3) (2020-04-15)

**Note:** Version bump only for package @heroku-cli/plugin-oauth-v5
Expand Down
28 changes: 14 additions & 14 deletions packages/oauth-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/index.js)_
_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/index.js)_

## `heroku authorizations:create`

Expand All @@ -170,7 +170,7 @@ DESCRIPTION
This creates an authorization with access to your Heroku account.
```

_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/create.js)_
_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/create.js)_

## `heroku authorizations:info ID`

Expand All @@ -184,7 +184,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/info.js)_
_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/info.js)_

## `heroku authorizations:revoke ID`

Expand All @@ -198,7 +198,7 @@ ALIASES
$ heroku authorizations:destroy
```

_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/revoke.js)_
_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/revoke.js)_

## `heroku authorizations:rotate ID`

Expand All @@ -209,7 +209,7 @@ USAGE
$ heroku authorizations:rotate ID
```

_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/rotate.js)_
_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/rotate.js)_

## `heroku authorizations:update ID`

Expand All @@ -225,7 +225,7 @@ OPTIONS
--client-secret=client-secret secret of OAuth client to set
```

_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/authorizations/update.js)_
_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/authorizations/update.js)_

## `heroku clients`

Expand All @@ -239,7 +239,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/index.js)_
_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/index.js)_

## `heroku clients:create NAME REDIRECT_URI`

Expand All @@ -254,7 +254,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/create.js)_
_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/create.js)_

## `heroku clients:destroy ID`

Expand All @@ -265,7 +265,7 @@ USAGE
$ heroku clients:destroy ID
```

_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/destroy.js)_
_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/destroy.js)_

## `heroku clients:info ID`

Expand All @@ -280,7 +280,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/info.js)_
_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/info.js)_

## `heroku clients:rotate ID`

Expand All @@ -295,7 +295,7 @@ OPTIONS
-s, --shell output in shell format
```

_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/rotate.js)_
_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/rotate.js)_

## `heroku clients:update ID`

Expand All @@ -310,7 +310,7 @@ OPTIONS
--url=url change the client redirect URL
```

_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/clients/update.js)_
_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/clients/update.js)_

## `heroku sessions`

Expand All @@ -324,7 +324,7 @@ OPTIONS
-j, --json output in json format
```

_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/sessions/index.js)_
_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/sessions/index.js)_

## `heroku sessions:destroy ID`

Expand All @@ -335,5 +335,5 @@ USAGE
$ heroku sessions:destroy ID
```

_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.39.3/packages/oauth-v5/lib/commands/sessions/destroy.js)_
_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v7.42.12/packages/oauth-v5/lib/commands/sessions/destroy.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/oauth-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-oauth-v5",
"description": "Heroku CLI plugin to manage OAuth clients.",
"version": "7.39.3",
"version": "7.42.12",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/pg-v5/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.42.12](https://github.com/heroku/cli/compare/v7.42.11...v7.42.12) (2020-08-26)


### Bug Fixes

* bump cross-env from 5.2.0 to 7.0.2 ([#1597](https://github.com/heroku/cli/issues/1597)) ([33b2aba](https://github.com/heroku/cli/commit/33b2aba842993053f035e732871e19f2a35156a8))





## [7.42.2](https://github.com/heroku/cli/compare/v7.42.1...v7.42.2) (2020-06-22)

**Note:** Version bump only for package @heroku-cli/plugin-pg-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-pg-v5",
"description": "Heroku CLI plugin to manage Postgres.",
"version": "7.42.2",
"version": "7.42.12",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit f98ccda

Please sign in to comment.