From b266a0d4d1129693dddb9e50600304e7dae1c563 Mon Sep 17 00:00:00 2001 From: Philipe Navarro Date: Mon, 20 Jan 2020 17:41:44 -0800 Subject: [PATCH] v7.36.1 --- CHANGELOG.md | 8 ++++++++ docs/auth.md | 14 +++++++------- docs/base.md | 2 +- docs/config.md | 8 ++++---- docs/domains.md | 12 ++++++------ docs/labs.md | 2 +- docs/ps.md | 6 +++--- docs/regions.md | 2 +- docs/webhooks.md | 18 +++++++++--------- lerna.json | 2 +- packages/apps/CHANGELOG.md | 11 +++++++++++ packages/apps/README.md | 14 +++++++------- packages/apps/package.json | 2 +- packages/auth/CHANGELOG.md | 11 +++++++++++ packages/auth/README.md | 16 ++++++++-------- packages/auth/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 12 ++++++------ packages/config/CHANGELOG.md | 11 +++++++++++ packages/config/README.md | 10 +++++----- packages/config/package.json | 2 +- packages/ps/CHANGELOG.md | 11 +++++++++++ packages/ps/README.md | 8 ++++---- packages/ps/package.json | 2 +- packages/webhooks/CHANGELOG.md | 11 +++++++++++ packages/webhooks/README.md | 22 +++++++++++----------- packages/webhooks/package.json | 2 +- 27 files changed, 150 insertions(+), 79 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c8cfc791..903e9dee24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21) + +**Note:** Version bump only for package heroku + + + + + # [7.36.0](https://github.com/heroku/cli/compare/v7.35.1...v7.36.0) (2020-01-20) **Note:** Version bump only for package heroku diff --git a/docs/auth.md b/docs/auth.md index 950644aed9..154baa26b1 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -24,7 +24,7 @@ ALIASES $ heroku twofactor ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -43,7 +43,7 @@ EXAMPLES Disabling 2fa on me@example.com... done ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:2fa:generate-recovery-codes` @@ -82,7 +82,7 @@ EXAMPLES f82e7c2a50737494 ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_ ## `heroku auth:login` @@ -101,7 +101,7 @@ ALIASES $ heroku login ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/login.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -115,7 +115,7 @@ ALIASES $ heroku logout ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/logout.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -133,7 +133,7 @@ DESCRIPTION authorizations:create ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/token.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -147,4 +147,4 @@ ALIASES $ heroku whoami ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/whoami.ts)_ diff --git a/docs/base.md b/docs/base.md index ced5450f1c..1dd51fceb7 100644 --- a/docs/base.md +++ b/docs/base.md @@ -12,4 +12,4 @@ USAGE $ heroku base ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/base.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/base.ts)_ diff --git a/docs/config.md b/docs/config.md index b9ac593bc3..913a1e9b62 100644 --- a/docs/config.md +++ b/docs/config.md @@ -24,7 +24,7 @@ OPTIONS -s, --shell output config vars in shell format ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/index.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -56,7 +56,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/edit.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -76,7 +76,7 @@ EXAMPLES production ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/get.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/get.ts)_ ## `heroku config:set` @@ -123,4 +123,4 @@ EXAMPLES Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10 ``` -_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/unset.ts)_ +_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/unset.ts)_ diff --git a/docs/domains.md b/docs/domains.md index f6a63ad80e..c5d77df1b4 100644 --- a/docs/domains.md +++ b/docs/domains.md @@ -42,7 +42,7 @@ EXAMPLES $ heroku domains --filter 'Domain Name=www.example.com' ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/index.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -64,7 +64,7 @@ EXAMPLE heroku domains:add www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/add.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -83,7 +83,7 @@ EXAMPLE heroku domains:clear ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/clear.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -102,7 +102,7 @@ EXAMPLE $ heroku domains:info www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/info.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -121,7 +121,7 @@ EXAMPLE heroku domains:remove www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/remove.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/remove.ts)_ ## `heroku domains:wait HOSTNAME` @@ -137,4 +137,4 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/wait.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/wait.ts)_ diff --git a/docs/labs.md b/docs/labs.md index 98b00fd296..8a42851b4e 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -36,7 +36,7 @@ OPTIONS --confirm=confirm ``` -_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/labs/disable.ts)_ +_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/labs/disable.ts)_ ## `heroku labs:enable FEATURE` diff --git a/docs/ps.md b/docs/ps.md index 8436b88407..b0dfe0435a 100644 --- a/docs/ps.md +++ b/docs/ps.md @@ -57,7 +57,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -76,7 +76,7 @@ OPTIONS --p95=p95 desired p95 response time ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:copy FILE` @@ -323,4 +323,4 @@ OPTIONS limits) ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/wait.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/wait.ts)_ diff --git a/docs/regions.md b/docs/regions.md index 5eb680dbc4..8f60febb2e 100644 --- a/docs/regions.md +++ b/docs/regions.md @@ -19,4 +19,4 @@ OPTIONS --private show regions for private spaces ``` -_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/regions.ts)_ +_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/regions.ts)_ diff --git a/docs/webhooks.md b/docs/webhooks.md index bfcf8948a6..2ede20766a 100644 --- a/docs/webhooks.md +++ b/docs/webhooks.md @@ -29,7 +29,7 @@ EXAMPLE $ heroku webhooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -52,7 +52,7 @@ EXAMPLE $ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/add.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -71,7 +71,7 @@ EXAMPLE $ heroku webhooks:deliveries ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/deliveries/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -89,7 +89,7 @@ EXAMPLE $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/deliveries/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -107,7 +107,7 @@ EXAMPLE $ heroku webhooks:events ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/events/index.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -125,7 +125,7 @@ EXAMPLE $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/events/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -143,7 +143,7 @@ EXAMPLE $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/info.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -164,7 +164,7 @@ EXAMPLE $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/remove.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -188,4 +188,4 @@ EXAMPLE 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/update.ts)_ +_See code: [@heroku-cli/plugin-webhooks](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/update.ts)_ diff --git a/lerna.json b/lerna.json index da7e079460..c624ac08ab 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.36.0", + "version": "7.36.1", "lerna": "2.11.0", "useWorkspaces": true, "npmClient": "yarn", diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index a0939e359f..bb71e09137 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/CHANGELOG.md @@ -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.36.1](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.36.0...v7.36.1) (2020-01-21) + + +### Bug Fixes + +* linting edits in tests ([cc056e4](https://github.com/heroku/heroku-cli-plugin-apps/commit/cc056e4bfd38b525dfac09b59bf58bfcfc5b3223)) + + + + + # [7.36.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.35.1...v7.36.0) (2020-01-20) diff --git a/packages/apps/README.md b/packages/apps/README.md index a1d47b076a..91125d0fe8 100644 --- a/packages/apps/README.md +++ b/packages/apps/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-apps $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-apps/7.36.0 darwin-x64 node-v10.16.3 +@heroku-cli/plugin-apps/7.36.1 darwin-x64 node-v10.16.3 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -68,7 +68,7 @@ EXAMPLES $ heroku domains --filter 'Domain Name=www.example.com' ``` -_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -90,7 +90,7 @@ EXAMPLE heroku domains:add www.example.com ``` -_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -109,7 +109,7 @@ EXAMPLE heroku domains:clear ``` -_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -128,7 +128,7 @@ EXAMPLE $ heroku domains:info www.example.com ``` -_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -147,7 +147,7 @@ EXAMPLE heroku domains:remove www.example.com ``` -_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/remove.ts)_ ## `heroku domains:wait HOSTNAME` @@ -163,5 +163,5 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.0/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.36.1/src/commands/domains/wait.ts)_ diff --git a/packages/apps/package.json b/packages/apps/package.json index 6bf88055ab..da1851c298 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "7.36.0", + "version": "7.36.1", "author": "Brett @brettgoulder", "bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues", "dependencies": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 168d93904f..5ef0b3333b 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -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.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21) + + +### Bug Fixes + +* linting edits in tests ([cc056e4](https://github.com/heroku/cli/commit/cc056e4bfd38b525dfac09b59bf58bfcfc5b3223)) + + + + + # [7.24.0](https://github.com/heroku/cli/compare/v7.23.0...v7.24.0) (2019-04-25) diff --git a/packages/auth/README.md b/packages/auth/README.md index b2971b693e..905139fbfc 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -37,7 +37,7 @@ ALIASES $ heroku twofactor ``` -_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -56,7 +56,7 @@ EXAMPLES Disabling 2fa on me@example.com... done ``` -_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:2fa:generate-recovery-codes` @@ -95,7 +95,7 @@ EXAMPLES f82e7c2a50737494 ``` -_See code: [src/commands/auth/2fa/generate-recovery-codes.ts](https://github.com/heroku/cli/blob/v7.24.0/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.36.1/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_ ## `heroku auth:login` @@ -114,7 +114,7 @@ ALIASES $ heroku login ``` -_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -128,7 +128,7 @@ ALIASES $ heroku logout ``` -_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -146,7 +146,7 @@ DESCRIPTION authorizations:create ``` -_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -160,7 +160,7 @@ ALIASES $ heroku whoami ``` -_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/auth/whoami.ts)_ ## `heroku labs:disable [FEATURE]` @@ -176,5 +176,5 @@ OPTIONS --confirm=confirm ``` -_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.24.0/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/auth/src/commands/labs/disable.ts)_ diff --git a/packages/auth/package.json b/packages/auth/package.json index 2b9be26e39..89473169b6 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-auth", "description": "auth core plugin for Heroku CLI", - "version": "7.24.0", + "version": "7.36.1", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e9c8cfc791..903e9dee24 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21) + +**Note:** Version bump only for package heroku + + + + + # [7.36.0](https://github.com/heroku/cli/compare/v7.35.1...v7.36.0) (2020-01-20) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index b059f3f4a4..1da33f3eba 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "7.36.0", + "version": "7.36.1", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -11,16 +11,16 @@ "@heroku-cli/color": "1.1.14", "@heroku-cli/command": "^8.2.10", "@heroku-cli/plugin-addons-v5": "^7.24.0", - "@heroku-cli/plugin-apps": "^7.36.0", + "@heroku-cli/plugin-apps": "^7.36.1", "@heroku-cli/plugin-apps-v5": "^7.34.0", - "@heroku-cli/plugin-auth": "^7.24.0", + "@heroku-cli/plugin-auth": "^7.36.1", "@heroku-cli/plugin-autocomplete": "^7.36.0", "@heroku-cli/plugin-buildpacks": "^7.34.0", "@heroku-cli/plugin-certs": "^7.24.0", "@heroku-cli/plugin-certs-v5": "^7.28.0", "@heroku-cli/plugin-ci": "^7.34.0", "@heroku-cli/plugin-ci-v5": "^7.35.0", - "@heroku-cli/plugin-config": "^7.31.0", + "@heroku-cli/plugin-config": "^7.36.1", "@heroku-cli/plugin-container-registry-v5": "^7.28.0", "@heroku-cli/plugin-git": "^7.24.0", "@heroku-cli/plugin-local": "^7.36.0", @@ -28,13 +28,13 @@ "@heroku-cli/plugin-orgs-v5": "^7.26.0", "@heroku-cli/plugin-pg-v5": "^7.36.0", "@heroku-cli/plugin-pipelines": "^7.35.0", - "@heroku-cli/plugin-ps": "^7.30.0", + "@heroku-cli/plugin-ps": "^7.36.1", "@heroku-cli/plugin-ps-exec": "2.3.8", "@heroku-cli/plugin-redis-v5": "^7.25.0", "@heroku-cli/plugin-run-v5": "^7.35.0", "@heroku-cli/plugin-spaces": "^7.27.0", "@heroku-cli/plugin-status": "^7.24.0", - "@heroku-cli/plugin-webhooks": "^7.34.0", + "@heroku-cli/plugin-webhooks": "^7.36.1", "@oclif/command": "1.5.18", "@oclif/config": "1.13.2", "@oclif/errors": "1.2.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index dc6e98392c..653402d8d3 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21) + + +### Bug Fixes + +* linting edits in tests ([cc056e4](https://github.com/heroku/cli/commit/cc056e4bfd38b525dfac09b59bf58bfcfc5b3223)) + + + + + # [7.31.0](https://github.com/heroku/cli/compare/v7.30.1...v7.31.0) (2019-09-30) diff --git a/packages/config/README.md b/packages/config/README.md index dc0066b455..64c0ba81f8 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-config $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-config/7.31.0 darwin-x64 node-v10.16.3 +@heroku-cli/plugin-config/7.36.1 darwin-x64 node-v10.16.3 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -50,7 +50,7 @@ OPTIONS -s, --shell output config vars in shell format ``` -_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -82,7 +82,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -102,7 +102,7 @@ EXAMPLES production ``` -_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/get.ts)_ ## `heroku config:unset` @@ -126,5 +126,5 @@ EXAMPLES Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10 ``` -_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.31.0/packages/config/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/config/src/commands/config/unset.ts)_ diff --git a/packages/config/package.json b/packages/config/package.json index c9891b920b..6a373b7db6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-config", - "version": "7.31.0", + "version": "7.36.1", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ps/CHANGELOG.md b/packages/ps/CHANGELOG.md index fb7291c06b..f668172f4b 100644 --- a/packages/ps/CHANGELOG.md +++ b/packages/ps/CHANGELOG.md @@ -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.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21) + + +### Bug Fixes + +* linting edits in tests ([cc056e4](https://github.com/heroku/cli/commit/cc056e4bfd38b525dfac09b59bf58bfcfc5b3223)) + + + + + # [7.30.0](https://github.com/heroku/cli/compare/v7.29.0...v7.30.0) (2019-09-16) **Note:** Version bump only for package @heroku-cli/plugin-ps diff --git a/packages/ps/README.md b/packages/ps/README.md index 0abcbb16dc..eccc63b527 100644 --- a/packages/ps/README.md +++ b/packages/ps/README.md @@ -33,7 +33,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -52,7 +52,7 @@ OPTIONS --p95=p95 desired p95 response time ``` -_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:wait` @@ -72,7 +72,7 @@ OPTIONS limits) ``` -_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/ps/wait.ts)_ +_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/ps/wait.ts)_ ## `heroku regions` @@ -88,5 +88,5 @@ OPTIONS --private show regions for private spaces ``` -_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.30.0/packages/ps/src/commands/regions.ts)_ +_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.36.1/packages/ps/src/commands/regions.ts)_ diff --git a/packages/ps/package.json b/packages/ps/package.json index 313c7dcb32..57482e9c88 100644 --- a/packages/ps/package.json +++ b/packages/ps/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ps", "description": "ps core plugin for Heroku CLI", - "version": "7.30.0", + "version": "7.36.1", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/webhooks/CHANGELOG.md b/packages/webhooks/CHANGELOG.md index d6b8f964aa..328a0efc16 100644 --- a/packages/webhooks/CHANGELOG.md +++ b/packages/webhooks/CHANGELOG.md @@ -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.36.1](https://github.com/heroku/cli/compare/v7.36.0...v7.36.1) (2020-01-21) + + +### Bug Fixes + +* linting edits in tests ([cc056e4](https://github.com/heroku/cli/commit/cc056e4bfd38b525dfac09b59bf58bfcfc5b3223)) + + + + + # [7.34.0](https://github.com/heroku/cli/compare/v7.33.3...v7.34.0) (2019-11-05) diff --git a/packages/webhooks/README.md b/packages/webhooks/README.md index 1fbfd86d15..8e20b687cf 100644 --- a/packages/webhooks/README.md +++ b/packages/webhooks/README.md @@ -22,7 +22,7 @@ $ npm install -g @heroku-cli/plugin-webhooks $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-webhooks/7.34.0 darwin-x64 node-v12.12.0 +@heroku-cli/plugin-webhooks/7.36.1 darwin-x64 node-v10.16.3 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -49,7 +49,7 @@ USAGE $ heroku base ``` -_See code: [src/commands/base.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/base.ts)_ +_See code: [src/commands/base.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/base.ts)_ ## `heroku webhooks` @@ -67,7 +67,7 @@ EXAMPLE $ heroku webhooks ``` -_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -90,7 +90,7 @@ EXAMPLE $ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -109,7 +109,7 @@ EXAMPLE $ heroku webhooks:deliveries ``` -_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -127,7 +127,7 @@ EXAMPLE $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -145,7 +145,7 @@ EXAMPLE $ heroku webhooks:events ``` -_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -163,7 +163,7 @@ EXAMPLE $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -181,7 +181,7 @@ EXAMPLE $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -202,7 +202,7 @@ EXAMPLE $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -226,5 +226,5 @@ EXAMPLE 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v7.34.0/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v7.36.1/src/commands/webhooks/update.ts)_ diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 8ebac35a4c..38ddcb7419 100644 --- a/packages/webhooks/package.json +++ b/packages/webhooks/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-webhooks", "description": "Heroku CLI plugin to manage webhooks", - "version": "7.34.0", + "version": "7.36.1", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {