Skip to content

Commit

Permalink
v7.47.4 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadian authored Dec 1, 2020
1 parent f581a47 commit becb8ab
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 53 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.47.4](https://github.com/heroku/cli/compare/v7.47.3...v7.47.4) (2020-12-01)

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





## [7.47.3](https://github.com/heroku/cli/compare/v7.47.2...v7.47.3) (2020-11-18)

**Note:** Version bump only for package heroku
Expand Down
29 changes: 7 additions & 22 deletions docs/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ALIASES
$ heroku twofactor
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -43,7 +43,7 @@ EXAMPLES
Disabling 2fa on [email protected]... done
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/2fa/disable.ts)_

## `heroku auth:2fa:generate-recovery-codes`

Expand All @@ -65,24 +65,9 @@ ALIASES
$ heroku twofactor:generate-recovery-codes
$ heroku 2fa:generate-recovery-codes
$ heroku auth:2fa:generate
EXAMPLES
$ heroku auth:2fa:generate
Password: ********************
Recovery codes:
02799c92ab3ba7c7
09aea052a72b6a22
361e00bb82c7cbd4
588ac05dec23952c
6020ef9ec364066b
6cfd923315875e78
7c576b935eafc452
8c00eeb258ee565e
a37c5c6985f56e66
f82e7c2a50737494
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

Expand All @@ -101,7 +86,7 @@ ALIASES
$ heroku login
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/login.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -115,7 +100,7 @@ ALIASES
$ heroku logout
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/logout.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -133,7 +118,7 @@ DESCRIPTION
authorizations:create
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/token.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -147,4 +132,4 @@ ALIASES
$ heroku whoami
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/whoami.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/whoami.ts)_
2 changes: 1 addition & 1 deletion docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ OPTIONS
--confirm=confirm
```

_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/labs/disable.ts)_
_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/labs/disable.ts)_

## `heroku labs:enable FEATURE`

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.47.3",
"version": "7.47.4",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/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.47.4](https://github.com/heroku/cli/compare/v7.47.3...v7.47.4) (2020-12-01)

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





## [7.46.1](https://github.com/heroku/cli/compare/v7.46.0...v7.46.1) (2020-10-20)

**Note:** Version bump only for package @heroku-cli/plugin-auth
Expand Down
33 changes: 9 additions & 24 deletions packages/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ALIASES
$ heroku twofactor
```

_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/2fa/index.ts)_
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -56,7 +56,7 @@ EXAMPLES
Disabling 2fa on [email protected]... done
```

_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/2fa/disable.ts)_
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/2fa/disable.ts)_

## `heroku auth:2fa:generate-recovery-codes`

Expand All @@ -78,24 +78,9 @@ ALIASES
$ heroku twofactor:generate-recovery-codes
$ heroku 2fa:generate-recovery-codes
$ heroku auth:2fa:generate
```

EXAMPLES
$ heroku auth:2fa:generate
Password: ********************
Recovery codes:
02799c92ab3ba7c7
09aea052a72b6a22
361e00bb82c7cbd4
588ac05dec23952c
6020ef9ec364066b
6cfd923315875e78
7c576b935eafc452
8c00eeb258ee565e
a37c5c6985f56e66
f82e7c2a50737494
```

_See code: [src/commands/auth/2fa/generate-recovery-codes.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [src/commands/auth/2fa/generate-recovery-codes.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

Expand All @@ -114,7 +99,7 @@ ALIASES
$ heroku login
```

_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -128,7 +113,7 @@ ALIASES
$ heroku logout
```

_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/logout.ts)_
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -146,7 +131,7 @@ DESCRIPTION
authorizations:create
```

_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/token.ts)_
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -160,7 +145,7 @@ ALIASES
$ heroku whoami
```

_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/auth/whoami.ts)_
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/auth/whoami.ts)_

## `heroku labs:disable [FEATURE]`

Expand All @@ -176,5 +161,5 @@ OPTIONS
--confirm=confirm
```

_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.46.1/packages/auth/src/commands/labs/disable.ts)_
_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.47.4/packages/auth/src/commands/labs/disable.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-auth",
"description": "auth core plugin for Heroku CLI",
"version": "7.46.1",
"version": "7.47.4",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
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.47.4](https://github.com/heroku/cli/compare/v7.47.3...v7.47.4) (2020-12-01)

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





## [7.47.3](https://github.com/heroku/cli/compare/v7.47.2...v7.47.3) (2020-11-18)

**Note:** Version bump only for package heroku
Expand Down
6 changes: 3 additions & 3 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.47.3",
"version": "7.47.4",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -13,7 +13,7 @@
"@heroku-cli/plugin-addons-v5": "^7.42.2",
"@heroku-cli/plugin-apps": "^7.47.0",
"@heroku-cli/plugin-apps-v5": "^7.43.0",
"@heroku-cli/plugin-auth": "^7.46.1",
"@heroku-cli/plugin-auth": "^7.47.4",
"@heroku-cli/plugin-autocomplete": "^7.43.0",
"@heroku-cli/plugin-buildpacks": "^7.43.0",
"@heroku-cli/plugin-certs": "^7.43.0",
Expand All @@ -26,7 +26,7 @@
"@heroku-cli/plugin-local": "^7.43.0",
"@heroku-cli/plugin-oauth-v5": "^7.42.12",
"@heroku-cli/plugin-orgs-v5": "^7.43.0",
"@heroku-cli/plugin-pg-v5": "^7.47.3",
"@heroku-cli/plugin-pg-v5": "^7.47.4",
"@heroku-cli/plugin-pipelines": "^7.47.2",
"@heroku-cli/plugin-ps": "^7.43.0",
"@heroku-cli/plugin-ps-exec": "2.3.8",
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.47.4](https://github.com/heroku/cli/compare/v7.47.3...v7.47.4) (2020-12-01)


### Bug Fixes

* **pg:** Remove SIGINT capture and allow default node clean up ([#1687](https://github.com/heroku/cli/issues/1687)) ([2b278f0](https://github.com/heroku/cli/commit/2b278f0bbda3664d92de38656d76ab4dfef97e1b))





## [7.47.3](https://github.com/heroku/cli/compare/v7.47.2...v7.47.3) (2020-11-18)


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.47.3",
"version": "7.47.4",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit becb8ab

Please sign in to comment.