diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d8a4f5e4..b82f2a079f 100644 --- a/CHANGELOG.md +++ b/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.4](https://github.com/heroku/cli/compare/v8.0.3...v8.0.4) (2023-04-11) diff --git a/lerna.json b/lerna.json index e6575ec626..eea66da847 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.4", + "version": "8.0.5", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md index eb3628935f..a3bc234feb 100644 --- a/packages/addons-v5/CHANGELOG.md +++ b/packages/addons-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-addons-v5 diff --git a/packages/addons-v5/package.json b/packages/addons-v5/package.json index 6e45d33198..253060109d 100644 --- a/packages/addons-v5/package.json +++ b/packages/addons-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-addons-v5", "description": "`heroku addons:*` commands", - "version": "8.0.2", + "version": "8.0.5", "author": "Bo Jeanes @bjeanes", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/apps-v5/CHANGELOG.md b/packages/apps-v5/CHANGELOG.md index 4fb0f861cc..65108d81d4 100644 --- a/packages/apps-v5/CHANGELOG.md +++ b/packages/apps-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-apps-v5 diff --git a/packages/apps-v5/README.md b/packages/apps-v5/README.md index f02a1e8881..6a3bcd3e25 100644 --- a/packages/apps-v5/README.md +++ b/packages/apps-v5/README.md @@ -13,7 +13,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5 $ heroku COMMAND running command... $ heroku (--version) -@heroku-cli/plugin-apps-v5/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-apps-v5/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND diff --git a/packages/apps-v5/package.json b/packages/apps-v5/package.json index 89e261ac8d..88a8170891 100644 --- a/packages/apps-v5/package.json +++ b/packages/apps-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-apps-v5", "description": "Heroku CLI plugin to manage apps.", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index ef2bbbdfa6..612e871987 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. +## [8.0.5](https://github.com/heroku/heroku-cli-plugin-apps/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/heroku-cli-plugin-apps/issues/2301)) ([4e94fb1](https://github.com/heroku/heroku-cli-plugin-apps/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-apps diff --git a/packages/apps/README.md b/packages/apps/README.md index 9c19f228fd..6cd51f98ef 100644 --- a/packages/apps/README.md +++ b/packages/apps/README.md @@ -18,7 +18,7 @@ $ npm install -g @heroku-cli/plugin-apps $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-apps/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-apps/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -72,7 +72,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/v8.0.2/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.5/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -97,7 +97,7 @@ EXAMPLES $ heroku domains:add www.example.com ``` -_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.2/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.5/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -119,7 +119,7 @@ EXAMPLES $ heroku domains:clear ``` -_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.2/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.5/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -141,7 +141,7 @@ EXAMPLES $ heroku domains:info www.example.com ``` -_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.2/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.5/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -163,7 +163,7 @@ EXAMPLES $ heroku domains:remove www.example.com ``` -_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.2/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.5/src/commands/domains/remove.ts)_ ## `heroku domains:update [HOSTNAME]` @@ -186,7 +186,7 @@ EXAMPLES $ heroku domains:update www.example.com --cert mycert ``` -_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.2/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.5/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -205,5 +205,5 @@ DESCRIPTION wait for domain to be active for an app ``` -_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.2/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.0.5/src/commands/domains/wait.ts)_ diff --git a/packages/apps/package.json b/packages/apps/package.json index ae6e0497dc..8131b5dd90 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "8.0.2", + "version": "8.0.5", "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 b4598fce52..f76d233539 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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.4](https://github.com/heroku/cli/compare/v8.0.3...v8.0.4) (2023-04-11) diff --git a/packages/auth/README.md b/packages/auth/README.md index c17bfb4d11..2d339c5932 100644 --- a/packages/auth/README.md +++ b/packages/auth/README.md @@ -80,7 +80,7 @@ ALIASES $ heroku twofactor ``` -_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/auth/src/commands/auth/2fa/index.ts)_ ## `heroku auth:2fa:disable` @@ -101,7 +101,7 @@ EXAMPLES $ heroku auth:2fa:disable ``` -_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/auth/src/commands/auth/2fa/disable.ts)_ ## `heroku auth:login` @@ -123,7 +123,7 @@ ALIASES $ heroku login ``` -_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/auth/src/commands/auth/login.ts)_ ## `heroku auth:logout` @@ -140,7 +140,7 @@ ALIASES $ heroku logout ``` -_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/auth/src/commands/auth/logout.ts)_ ## `heroku auth:token` @@ -159,7 +159,7 @@ DESCRIPTION authorizations:create ``` -_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/auth/src/commands/auth/token.ts)_ ## `heroku auth:whoami` @@ -176,7 +176,7 @@ ALIASES $ heroku whoami ``` -_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/auth/src/commands/auth/whoami.ts)_ ## `heroku labs:disable [FEATURE]` @@ -195,7 +195,7 @@ DESCRIPTION disables an experimental feature ``` -_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/auth/src/commands/labs/disable.ts)_ ## `heroku login` diff --git a/packages/auth/package.json b/packages/auth/package.json index 9bae224d35..ead62bd1e8 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": "8.0.4", + "version": "8.0.5", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/autocomplete/CHANGELOG.md b/packages/autocomplete/CHANGELOG.md index b8e5b3c73d..8035e09a17 100644 --- a/packages/autocomplete/CHANGELOG.md +++ b/packages/autocomplete/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-autocomplete diff --git a/packages/autocomplete/README.md b/packages/autocomplete/README.md index 8f3f6704b1..8079eec45e 100644 --- a/packages/autocomplete/README.md +++ b/packages/autocomplete/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-autocomplete $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-autocomplete/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-autocomplete/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -58,5 +58,5 @@ EXAMPLES $ heroku autocomplete --refresh-cache ``` -_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/autocomplete/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/autocomplete/src/commands/autocomplete/index.ts)_ diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index e39d42d665..1c40bc32a7 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-autocomplete", - "version": "8.0.2", + "version": "8.0.5", "author": "Philipe Navarro @RasPhilCo", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/buildpacks/CHANGELOG.md b/packages/buildpacks/CHANGELOG.md index 412151b596..6729891981 100644 --- a/packages/buildpacks/CHANGELOG.md +++ b/packages/buildpacks/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-buildpacks diff --git a/packages/buildpacks/README.md b/packages/buildpacks/README.md index cea47253ff..387271571e 100644 --- a/packages/buildpacks/README.md +++ b/packages/buildpacks/README.md @@ -23,7 +23,7 @@ $ npm install -g @heroku-cli/plugin-buildpacks $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-buildpacks/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-buildpacks/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -57,7 +57,7 @@ DESCRIPTION display the buildpacks for an app ``` -_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/index.ts)_ ## `heroku buildpacks:add BUILDPACK` @@ -79,7 +79,7 @@ DESCRIPTION add new app buildpack, inserting into list of buildpacks if necessary ``` -_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/add.ts)_ ## `heroku buildpacks:clear` @@ -97,7 +97,7 @@ DESCRIPTION clear all buildpacks set on the app ``` -_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/clear.ts)_ ## `heroku buildpacks:info BUILDPACK` @@ -114,7 +114,7 @@ DESCRIPTION fetch info about a buildpack ``` -_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/info.ts)_ ## `heroku buildpacks:remove [BUILDPACK]` @@ -136,7 +136,7 @@ DESCRIPTION remove a buildpack set on the app ``` -_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/remove.ts)_ ## `heroku buildpacks:search [TERM]` @@ -158,7 +158,7 @@ DESCRIPTION search for buildpacks ``` -_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/search.ts)_ ## `heroku buildpacks:set BUILDPACK` @@ -175,7 +175,7 @@ FLAGS -r, --remote= git remote of app to use ``` -_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/set.ts)_ ## `heroku buildpacks:versions BUILDPACK` @@ -192,5 +192,5 @@ DESCRIPTION list versions of a buildpack ``` -_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/packages/buildpacks/package.json b/packages/buildpacks/package.json index e58a84b87c..ec0b794230 100644 --- a/packages/buildpacks/package.json +++ b/packages/buildpacks/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-buildpacks", - "version": "8.0.2", + "version": "8.0.5", "author": "Terence Lee @hone", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/certs-v5/CHANGELOG.md b/packages/certs-v5/CHANGELOG.md index 9ad5bd5296..ca21c5c41f 100644 --- a/packages/certs-v5/CHANGELOG.md +++ b/packages/certs-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-certs-v5 diff --git a/packages/certs-v5/README.md b/packages/certs-v5/README.md index c7c05284f5..fa8c526849 100644 --- a/packages/certs-v5/README.md +++ b/packages/certs-v5/README.md @@ -31,7 +31,7 @@ DESCRIPTION list SSL certificates for an app ``` -_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/index.js)_ +_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add [CRT] [KEY]` @@ -53,7 +53,7 @@ EXAMPLES https://help.salesforce.com/s/articleView?id=000333504&type=1 ``` -_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/add.js)_ +_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -70,7 +70,7 @@ DESCRIPTION show ACM status for an app ``` -_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -84,7 +84,7 @@ DESCRIPTION disable ACM for an app ``` -_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -101,7 +101,7 @@ DESCRIPTION enable ACM status for an app ``` -_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -115,7 +115,7 @@ DESCRIPTION refresh ACM for an app ``` -_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -129,7 +129,7 @@ DESCRIPTION print an ordered & complete chain for a certificate ``` -_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/chain.js)_ +_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate [DOMAIN]` @@ -156,7 +156,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/generate.js)_ +_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -175,7 +175,7 @@ DESCRIPTION show certificate information for an SSL certificate ``` -_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/info.js)_ +_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -192,7 +192,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/key.js)_ +_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -210,7 +210,7 @@ DESCRIPTION remove an SSL certificate from an app ``` -_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/remove.js)_ +_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update [CRT] [KEY]` @@ -234,5 +234,5 @@ EXAMPLES https://help.salesforce.com/s/articleView?id=000333504&type=1 ``` -_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.0.2/packages/certs-v5/commands/certs/update.js)_ +_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v8.0.5/packages/certs-v5/commands/certs/update.js)_ diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index c544fc7b03..b4d166856b 100644 --- a/packages/certs-v5/package.json +++ b/packages/certs-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-certs-v5", "description": "heroku ssl plugin", - "version": "8.0.2", + "version": "8.0.5", "author": "Ransom Briggs rbriggs@heroku.com", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/certs/CHANGELOG.md b/packages/certs/CHANGELOG.md index 26421b3ef5..a81c4677fc 100644 --- a/packages/certs/CHANGELOG.md +++ b/packages/certs/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-certs diff --git a/packages/certs/README.md b/packages/certs/README.md index 1beca81ec4..c363dab295 100644 --- a/packages/certs/README.md +++ b/packages/certs/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-certs $ oclif-example COMMAND running command... $ oclif-example (--version|-v) -@heroku-cli/plugin-certs/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-certs/8.0.5 darwin-x64 node-v16.19.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND diff --git a/packages/certs/package.json b/packages/certs/package.json index 4e4320aa58..eb3bdc47d4 100644 --- a/packages/certs/package.json +++ b/packages/certs/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-certs", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ci-v5/CHANGELOG.md b/packages/ci-v5/CHANGELOG.md index 0d3f56d3b6..44873fef8e 100644 --- a/packages/ci-v5/CHANGELOG.md +++ b/packages/ci-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-ci-v5 diff --git a/packages/ci-v5/package.json b/packages/ci-v5/package.json index 947ed31a7b..4b43b765c3 100644 --- a/packages/ci-v5/package.json +++ b/packages/ci-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ci-v5", "description": "Heroku CLI plugin for Heroku CI", - "version": "8.0.2", + "version": "8.0.5", "author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { @@ -14,7 +14,7 @@ }, "dependencies": { "@heroku-cli/command": "^9.0.2", - "@heroku-cli/plugin-run-v5": "^8.0.2", + "@heroku-cli/plugin-run-v5": "^8.0.5", "ansi-escapes": "3.2.0", "bluebird": "^3.5.3", "github-url-to-object": "^4.0.4", diff --git a/packages/ci/CHANGELOG.md b/packages/ci/CHANGELOG.md index d16fabb58f..2aa12e5b3f 100644 --- a/packages/ci/CHANGELOG.md +++ b/packages/ci/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-ci diff --git a/packages/ci/README.md b/packages/ci/README.md index 7ee70b9729..667a17f1ab 100644 --- a/packages/ci/README.md +++ b/packages/ci/README.md @@ -23,7 +23,7 @@ $ npm install -g @heroku-cli/plugin-ci $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-ci/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-ci/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -59,7 +59,7 @@ EXAMPLES $ heroku ci --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/ci/src/commands/ci/index.ts)_ +_See code: [src/commands/ci/index.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ci/src/commands/ci/index.ts)_ ## `heroku ci:info TEST-RUN` @@ -81,7 +81,7 @@ EXAMPLES $ heroku ci:info 1288 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/ci/src/commands/ci/info.ts)_ +_See code: [src/commands/ci/info.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ci/src/commands/ci/info.ts)_ ## `heroku ci:last` @@ -103,7 +103,7 @@ EXAMPLES $ heroku ci:last --pipeline=my-pipeline --node 100 ``` -_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/ci/src/commands/ci/last.ts)_ +_See code: [src/commands/ci/last.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ci/src/commands/ci/last.ts)_ ## `heroku ci:rerun [NUMBER]` @@ -124,7 +124,7 @@ EXAMPLES $ heroku ci:rerun 985 --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/ci/src/commands/ci/rerun.ts)_ +_See code: [src/commands/ci/rerun.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ci/src/commands/ci/rerun.ts)_ ## `heroku ci:run` @@ -145,7 +145,7 @@ EXAMPLES $ heroku ci:run --app murmuring-headland-14719 ``` -_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/ci/src/commands/ci/run.ts)_ +_See code: [src/commands/ci/run.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ci/src/commands/ci/run.ts)_ * [`heroku ci:info`](#heroku-ci-info) * [`heroku ci:last`](#heroku-ci-last) diff --git a/packages/ci/package.json b/packages/ci/package.json index fe2565353d..87dd93c9d9 100644 --- a/packages/ci/package.json +++ b/packages/ci/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ci", "description": "Heroku CLI plugin for Heroku CI", - "version": "8.0.2", + "version": "8.0.5", "author": "Raúl Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d9d8a4f5e4..b82f2a079f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.4](https://github.com/heroku/cli/compare/v8.0.3...v8.0.4) (2023-04-11) diff --git a/packages/cli/package.json b/packages/cli/package.json index f211e48873..1a9981fafd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,38 +1,38 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "8.0.4", + "version": "8.0.5", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/color": "1.1.14", "@heroku-cli/command": "^9.0.2", - "@heroku-cli/plugin-addons-v5": "^8.0.2", - "@heroku-cli/plugin-apps": "^8.0.2", - "@heroku-cli/plugin-apps-v5": "^8.0.2", - "@heroku-cli/plugin-auth": "^8.0.4", - "@heroku-cli/plugin-autocomplete": "^8.0.2", - "@heroku-cli/plugin-buildpacks": "^8.0.2", - "@heroku-cli/plugin-certs": "^8.0.2", - "@heroku-cli/plugin-certs-v5": "^8.0.2", - "@heroku-cli/plugin-ci": "^8.0.2", - "@heroku-cli/plugin-ci-v5": "^8.0.2", - "@heroku-cli/plugin-config": "^8.0.2", - "@heroku-cli/plugin-container-registry-v5": "^8.0.2", - "@heroku-cli/plugin-git": "^8.0.2", - "@heroku-cli/plugin-local": "^8.0.2", - "@heroku-cli/plugin-oauth-v5": "^8.0.2", - "@heroku-cli/plugin-orgs-v5": "^8.0.2", - "@heroku-cli/plugin-pg-v5": "^8.0.2", - "@heroku-cli/plugin-pipelines": "^8.0.2", - "@heroku-cli/plugin-ps": "^8.0.3", + "@heroku-cli/plugin-addons-v5": "^8.0.5", + "@heroku-cli/plugin-apps": "^8.0.5", + "@heroku-cli/plugin-apps-v5": "^8.0.5", + "@heroku-cli/plugin-auth": "^8.0.5", + "@heroku-cli/plugin-autocomplete": "^8.0.5", + "@heroku-cli/plugin-buildpacks": "^8.0.5", + "@heroku-cli/plugin-certs": "^8.0.5", + "@heroku-cli/plugin-certs-v5": "^8.0.5", + "@heroku-cli/plugin-ci": "^8.0.5", + "@heroku-cli/plugin-ci-v5": "^8.0.5", + "@heroku-cli/plugin-config": "^8.0.5", + "@heroku-cli/plugin-container-registry-v5": "^8.0.5", + "@heroku-cli/plugin-git": "^8.0.5", + "@heroku-cli/plugin-local": "^8.0.5", + "@heroku-cli/plugin-oauth-v5": "^8.0.5", + "@heroku-cli/plugin-orgs-v5": "^8.0.5", + "@heroku-cli/plugin-pg-v5": "^8.0.5", + "@heroku-cli/plugin-pipelines": "^8.0.5", + "@heroku-cli/plugin-ps": "^8.0.5", "@heroku-cli/plugin-ps-exec": "^2.4.0", - "@heroku-cli/plugin-redis-v5": "^8.0.2", - "@heroku-cli/plugin-run": "^8.0.2", - "@heroku-cli/plugin-spaces": "^8.0.2", - "@heroku-cli/plugin-status": "^8.0.2", - "@heroku-cli/plugin-webhooks": "^8.0.2", + "@heroku-cli/plugin-redis-v5": "^8.0.5", + "@heroku-cli/plugin-run": "^8.0.5", + "@heroku-cli/plugin-spaces": "^8.0.5", + "@heroku-cli/plugin-status": "^8.0.5", + "@heroku-cli/plugin-webhooks": "^8.0.5", "@oclif/core": "^1.26.2", "@oclif/plugin-commands": "2.2.2", "@oclif/plugin-help": "^5", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 12c0df69bb..88e882165f 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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-config diff --git a/packages/config/README.md b/packages/config/README.md index db8ee8acaf..ff86361c95 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-config $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-config/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-config/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -53,7 +53,7 @@ DESCRIPTION display the config vars for an app ``` -_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/config/src/commands/config/index.ts)_ +_See code: [src/commands/config/index.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/config/src/commands/config/index.ts)_ ## `heroku config:edit [KEY]` @@ -89,7 +89,7 @@ EXAMPLES $ VISUAL="atom --wait" heroku config:edit ``` -_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/config/src/commands/config/edit.ts)_ +_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/config/src/commands/config/edit.ts)_ ## `heroku config:get KEY...` @@ -112,7 +112,7 @@ EXAMPLES production ``` -_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/config/src/commands/config/get.ts)_ +_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/config/src/commands/config/get.ts)_ ## `heroku config:remove` @@ -166,5 +166,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/v8.0.2/packages/config/src/commands/config/unset.ts)_ +_See code: [src/commands/config/unset.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/config/src/commands/config/unset.ts)_ diff --git a/packages/config/package.json b/packages/config/package.json index 74324261f0..6e1e3cb045 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-config", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/container-registry-v5/CHANGELOG.md b/packages/container-registry-v5/CHANGELOG.md index 1ff38e7ae2..ae25b85f38 100644 --- a/packages/container-registry-v5/CHANGELOG.md +++ b/packages/container-registry-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 diff --git a/packages/container-registry-v5/package.json b/packages/container-registry-v5/package.json index 669617fefb..7a823cc8db 100644 --- a/packages/container-registry-v5/package.json +++ b/packages/container-registry-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-container-registry-v5", "description": "Use containers to build and deploy Heroku apps", - "version": "8.0.2", + "version": "8.0.5", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index f6a00de10f..cd587abc8f 100644 --- a/packages/git/CHANGELOG.md +++ b/packages/git/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-git diff --git a/packages/git/README.md b/packages/git/README.md index 6f3d81b67a..8467c40a15 100644 --- a/packages/git/README.md +++ b/packages/git/README.md @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-git $ oclif-example COMMAND running command... $ oclif-example (--version|-v) -@heroku-cli/plugin-git/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-git/8.0.5 darwin-x64 node-v16.19.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -57,7 +57,7 @@ EXAMPLES ... ``` -_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/git/src/commands/git/clone.ts)_ +_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/git/src/commands/git/clone.ts)_ ## `oclif-example git:remote` @@ -83,5 +83,5 @@ EXAMPLES $ heroku git:remote --remote heroku-staging -a example ``` -_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.0.2/packages/git/src/commands/git/remote.ts)_ +_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/git/src/commands/git/remote.ts)_ diff --git a/packages/git/package.json b/packages/git/package.json index 55c31e9c6e..f23f5b2072 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-git", "description": "Heroku CLI plugin to manage local git repos.", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/local/CHANGELOG.md b/packages/local/CHANGELOG.md index 31ea1b33e6..748c49cc50 100644 --- a/packages/local/CHANGELOG.md +++ b/packages/local/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-local diff --git a/packages/local/README.md b/packages/local/README.md index 79190b9844..ac0cf96e0a 100644 --- a/packages/local/README.md +++ b/packages/local/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-local $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-local/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-local/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -62,7 +62,7 @@ EXAMPLES $ heroku local web=1,worker=2 ``` -_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/local/index.ts)_ +_See code: [src/commands/local/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/local/index.ts)_ ## `heroku local:run` @@ -83,7 +83,7 @@ EXAMPLES $ heroku local:run bin/migrate ``` -_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/local/run.ts)_ +_See code: [src/commands/local/run.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/local/run.ts)_ ## `heroku local:start [PROCESSNAME]` @@ -124,5 +124,5 @@ DESCRIPTION display node-foreman version ``` -_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/local/version.ts)_ +_See code: [src/commands/local/version.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/local/version.ts)_ diff --git a/packages/local/package.json b/packages/local/package.json index 292bd9a885..f53f632c8b 100644 --- a/packages/local/package.json +++ b/packages/local/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-local", "description": "run heroku apps locally", - "version": "8.0.2", + "version": "8.0.5", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/oauth-v5/CHANGELOG.md b/packages/oauth-v5/CHANGELOG.md index c98d625d92..23003bb949 100644 --- a/packages/oauth-v5/CHANGELOG.md +++ b/packages/oauth-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 diff --git a/packages/oauth-v5/README.md b/packages/oauth-v5/README.md index a321c295d5..2f2f12c644 100644 --- a/packages/oauth-v5/README.md +++ b/packages/oauth-v5/README.md @@ -152,7 +152,7 @@ DESCRIPTION list OAuth authorizations ``` -_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/authorizations/index.js)_ +_See code: [lib/commands/authorizations/index.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/authorizations/index.js)_ ## `heroku authorizations:create` @@ -173,7 +173,7 @@ DESCRIPTION create a new OAuth authorization ``` -_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/authorizations/create.js)_ +_See code: [lib/commands/authorizations/create.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/authorizations/create.js)_ ## `heroku authorizations:destroy [ID]` @@ -206,7 +206,7 @@ DESCRIPTION show an existing OAuth authorization ``` -_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/authorizations/info.js)_ +_See code: [lib/commands/authorizations/info.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/authorizations/info.js)_ ## `heroku authorizations:revoke [ID]` @@ -224,7 +224,7 @@ ALIASES $ heroku authorizations:revoke ``` -_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ +_See code: [lib/commands/authorizations/revoke.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/authorizations/revoke.js)_ ## `heroku authorizations:rotate [ID]` @@ -238,7 +238,7 @@ DESCRIPTION updates an OAuth authorization token ``` -_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ +_See code: [lib/commands/authorizations/rotate.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/authorizations/rotate.js)_ ## `heroku authorizations:update [ID]` @@ -257,7 +257,7 @@ DESCRIPTION updates an OAuth authorization ``` -_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/authorizations/update.js)_ +_See code: [lib/commands/authorizations/update.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/authorizations/update.js)_ ## `heroku clients` @@ -274,7 +274,7 @@ DESCRIPTION list your OAuth clients ``` -_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/clients/index.js)_ +_See code: [lib/commands/clients/index.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/clients/index.js)_ ## `heroku clients:create [NAME] [REDIRECT_URI]` @@ -292,7 +292,7 @@ DESCRIPTION create a new OAuth client ``` -_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/clients/create.js)_ +_See code: [lib/commands/clients/create.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/clients/create.js)_ ## `heroku clients:destroy [ID]` @@ -306,7 +306,7 @@ DESCRIPTION delete client by ID ``` -_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/clients/destroy.js)_ +_See code: [lib/commands/clients/destroy.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/clients/destroy.js)_ ## `heroku clients:info [ID]` @@ -324,7 +324,7 @@ DESCRIPTION show details of an oauth client ``` -_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/clients/info.js)_ +_See code: [lib/commands/clients/info.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/clients/info.js)_ ## `heroku clients:rotate [ID]` @@ -342,7 +342,7 @@ DESCRIPTION rotate OAuth client secret ``` -_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/clients/rotate.js)_ +_See code: [lib/commands/clients/rotate.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/clients/rotate.js)_ ## `heroku clients:update [ID]` @@ -360,7 +360,7 @@ DESCRIPTION update OAuth client ``` -_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/clients/update.js)_ +_See code: [lib/commands/clients/update.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/clients/update.js)_ ## `heroku sessions` @@ -377,7 +377,7 @@ DESCRIPTION list your OAuth sessions ``` -_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/sessions/index.js)_ +_See code: [lib/commands/sessions/index.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/sessions/index.js)_ ## `heroku sessions:destroy [ID]` @@ -391,5 +391,5 @@ DESCRIPTION delete (logout) OAuth session by ID ``` -_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v8.0.2/packages/oauth-v5/lib/commands/sessions/destroy.js)_ +_See code: [lib/commands/sessions/destroy.js](https://github.com/heroku/cli/blob/v8.0.5/packages/oauth-v5/lib/commands/sessions/destroy.js)_ diff --git a/packages/oauth-v5/package.json b/packages/oauth-v5/package.json index 732569b579..bffe17f231 100644 --- a/packages/oauth-v5/package.json +++ b/packages/oauth-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-oauth-v5", "description": "Heroku CLI plugin to manage OAuth clients.", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 11aab047b1..5803efbe88 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-oauth diff --git a/packages/oauth/README.md b/packages/oauth/README.md index 7ddc3979dc..5a598ca574 100644 --- a/packages/oauth/README.md +++ b/packages/oauth/README.md @@ -19,7 +19,7 @@ $ npm install -g @heroku-cli/plugin-oauth $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-oauth/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-oauth/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -61,7 +61,7 @@ EXAMPLES $ heroku authorizations ``` -_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/authorizations/index.ts)_ +_See code: [src/commands/authorizations/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/index.ts)_ ## `heroku authorizations:create` @@ -85,7 +85,7 @@ EXAMPLES $ heroku authorizations:create --description "For use with Anvil" ``` -_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/authorizations/create.ts)_ +_See code: [src/commands/authorizations/create.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/create.ts)_ ## `heroku authorizations:info ID` @@ -102,7 +102,7 @@ DESCRIPTION show an existing OAuth authorization ``` -_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/authorizations/info.ts)_ +_See code: [src/commands/authorizations/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/info.ts)_ ## `heroku authorizations:revoke ID` @@ -119,7 +119,7 @@ EXAMPLES $ heroku authorizations:revoke 105a7bfa-34c3-476e-873a-b1ac3fdc12fb ``` -_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/authorizations/revoke.ts)_ +_See code: [src/commands/authorizations/revoke.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/revoke.ts)_ ## `heroku authorizations:rotate ID` @@ -133,7 +133,7 @@ DESCRIPTION updates an OAuth authorization token ``` -_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/authorizations/rotate.ts)_ +_See code: [src/commands/authorizations/rotate.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/rotate.ts)_ ## `heroku authorizations:update ID` @@ -152,7 +152,7 @@ DESCRIPTION updates an OAuth authorization ``` -_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/authorizations/update.ts)_ +_See code: [src/commands/authorizations/update.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/authorizations/update.ts)_ ## `heroku clients` @@ -169,7 +169,7 @@ DESCRIPTION list your OAuth clients ``` -_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/clients/index.ts)_ +_See code: [src/commands/clients/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/index.ts)_ ## `heroku clients:create NAME REDIRECT_URI` @@ -190,7 +190,7 @@ EXAMPLES $ heroku clients:create "Amazing" https://amazing-client.herokuapp.com/auth/heroku/callback ``` -_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/clients/create.ts)_ +_See code: [src/commands/clients/create.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/create.ts)_ ## `heroku clients:destroy ID` @@ -204,7 +204,7 @@ DESCRIPTION delete client by ID ``` -_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/clients/destroy.ts)_ +_See code: [src/commands/clients/destroy.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/destroy.ts)_ ## `heroku clients:info ID` @@ -225,7 +225,7 @@ EXAMPLES $ heroku clients:info 36120128-fee7-455e-8b7f-807aee130946 ``` -_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/clients/info.ts)_ +_See code: [src/commands/clients/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/info.ts)_ ## `heroku clients:rotate ID` @@ -243,7 +243,7 @@ DESCRIPTION rotate OAuth client secret ``` -_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/clients/rotate.ts)_ +_See code: [src/commands/clients/rotate.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/rotate.ts)_ ## `heroku clients:update ID` @@ -264,7 +264,7 @@ EXAMPLES $ heroku clients:update 3e304bda-d376-4278-bdea-6d6c08aa1359 --url https://amazing-client.herokuapp.com/auth/heroku/callback ``` -_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/clients/update.ts)_ +_See code: [src/commands/clients/update.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/clients/update.ts)_ ## `heroku sessions` @@ -281,7 +281,7 @@ DESCRIPTION list your OAuth sessions ``` -_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/sessions/index.ts)_ +_See code: [src/commands/sessions/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/sessions/index.ts)_ ## `heroku sessions:destroy ID` @@ -295,5 +295,5 @@ DESCRIPTION delete (logout) OAuth session by ID ``` -_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/sessions/destroy.ts)_ +_See code: [src/commands/sessions/destroy.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/sessions/destroy.ts)_ diff --git a/packages/oauth/package.json b/packages/oauth/package.json index d135d93168..d26745f2c8 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-oauth", "description": "Command line plugin for managing OAuth clients, authorizations and tokens.", - "version": "8.0.2", + "version": "8.0.5", "author": "Taylor Mock @tmock12", "bin": { "heroku": "./bin/run" diff --git a/packages/orgs-v5/CHANGELOG.md b/packages/orgs-v5/CHANGELOG.md index f4cff2b39d..5a4cb6696c 100644 --- a/packages/orgs-v5/CHANGELOG.md +++ b/packages/orgs-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 diff --git a/packages/orgs-v5/package.json b/packages/orgs-v5/package.json index 1ab22badaa..d2e565a267 100644 --- a/packages/orgs-v5/package.json +++ b/packages/orgs-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-orgs-v5", "description": "CLI to manage Heroku Organizations", - "version": "8.0.2", + "version": "8.0.5", "author": "Raul Barroso @raulb", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index c901056555..829f5dee38 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-pg-v5 diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index 07d8d56209..3032f49f28 100644 --- a/packages/pg-v5/package.json +++ b/packages/pg-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-pg-v5", "description": "Heroku CLI plugin to manage Postgres.", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/pipelines/CHANGELOG.md b/packages/pipelines/CHANGELOG.md index 9a52d63c73..7d2c950b86 100644 --- a/packages/pipelines/CHANGELOG.md +++ b/packages/pipelines/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index 692825b3e5..15f5881119 100644 --- a/packages/pipelines/README.md +++ b/packages/pipelines/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-pipelines $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-pipelines/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-pipelines/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -65,7 +65,7 @@ EXAMPLES $ heroku pipelines ``` -_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/index.ts)_ ## `heroku pipelines:add PIPELINE` @@ -92,7 +92,7 @@ EXAMPLES $ heroku pipelines:add my-pipeline -a my-app -s production ``` -_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/add.ts)_ ## `heroku pipelines:connect NAME` @@ -115,7 +115,7 @@ EXAMPLES $ heroku pipelines:connect my-pipeline -r githuborg/reponame ``` -_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/connect.ts)_ ## `heroku pipelines:create [NAME]` @@ -147,7 +147,7 @@ EXAMPLES $ heroku pipelines:create my-pipeline -a my-app-staging ``` -_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/create.ts)_ ## `heroku pipelines:destroy PIPELINE` @@ -167,7 +167,7 @@ EXAMPLES $ heroku pipelines:destroy my-pipeline ``` -_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/destroy.ts)_ ## `heroku pipelines:diff` @@ -188,7 +188,7 @@ EXAMPLES $ heroku pipelines:diff -a my-app-staging ``` -_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/diff.ts)_ ## `heroku pipelines:info PIPELINE` @@ -211,7 +211,7 @@ EXAMPLES $ heroku pipelines:info my-pipeline ``` -_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/info.ts)_ ## `heroku pipelines:open PIPELINE` @@ -231,7 +231,7 @@ EXAMPLES $ heroku pipelines:open my-pipeline ``` -_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/open.ts)_ ## `heroku pipelines:promote` @@ -253,7 +253,7 @@ EXAMPLES $ heroku pipelines:promote -a my-app-staging ``` -_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/promote.ts)_ ## `heroku pipelines:remove` @@ -274,7 +274,7 @@ EXAMPLES $ heroku pipelines:remove -a my-app ``` -_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/remove.ts)_ ## `heroku pipelines:rename PIPELINE NAME` @@ -295,7 +295,7 @@ EXAMPLES $ heroku pipelines:rename my-pipeline new-pipeline-name ``` -_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/rename.ts)_ ## `heroku pipelines:setup [NAME] [REPO]` @@ -321,7 +321,7 @@ EXAMPLES $ heroku pipelines:setup my-pipeline githuborg/reponame -t my-team ``` -_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/setup.ts)_ ## `heroku pipelines:transfer OWNER` @@ -347,7 +347,7 @@ EXAMPLES $ heroku pipelines:transfer admin-team -p my-pipeline ``` -_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/transfer.ts)_ ## `heroku pipelines:update` @@ -369,7 +369,7 @@ EXAMPLES $ heroku pipelines:update -s staging -a my-app ``` -_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/pipelines/update.ts)_ ## `heroku reviewapps:disable` @@ -395,7 +395,7 @@ EXAMPLES $ heroku reviewapps:disable -p my-pipeline -a my-app --no-autodeploy ``` -_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/reviewapps/disable.ts)_ ## `heroku reviewapps:enable` @@ -420,5 +420,5 @@ EXAMPLES $ heroku reviewapps:enable -p my-pipeline -a my-app --autodeploy --autodestroy ``` -_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index dcb348eb17..3d8a2bc6eb 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "8.0.2", + "version": "8.0.5", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/ps/CHANGELOG.md b/packages/ps/CHANGELOG.md index 080af0299a..d2e795c7a7 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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.3](https://github.com/heroku/cli/compare/v8.0.2...v8.0.3) (2023-04-04) **Note:** Version bump only for package @heroku-cli/plugin-ps diff --git a/packages/ps/README.md b/packages/ps/README.md index fcf7c26889..077b6034f5 100644 --- a/packages/ps/README.md +++ b/packages/ps/README.md @@ -35,7 +35,7 @@ DESCRIPTION disable web dyno autoscaling ``` -_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v8.0.3/packages/ps/src/commands/ps/autoscale/disable.ts)_ +_See code: [src/commands/ps/autoscale/disable.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/ps/autoscale/disable.ts)_ ## `heroku ps:autoscale:enable` @@ -57,7 +57,7 @@ DESCRIPTION enable web dyno autoscaling ``` -_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v8.0.3/packages/ps/src/commands/ps/autoscale/enable.ts)_ +_See code: [src/commands/ps/autoscale/enable.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/ps/autoscale/enable.ts)_ ## `heroku ps:wait` @@ -78,7 +78,7 @@ DESCRIPTION wait for all dynos to be running latest version after a release ``` -_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v8.0.3/packages/ps/src/commands/ps/wait.ts)_ +_See code: [src/commands/ps/wait.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/ps/wait.ts)_ ## `heroku regions` @@ -97,5 +97,5 @@ DESCRIPTION list available regions for deployment ``` -_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v8.0.3/packages/ps/src/commands/regions.ts)_ +_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v8.0.5/packages/ps/src/commands/regions.ts)_ diff --git a/packages/ps/package.json b/packages/ps/package.json index fc40beda33..e7713914f2 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": "8.0.3", + "version": "8.0.5", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/redis-v5/CHANGELOG.md b/packages/redis-v5/CHANGELOG.md index df46c204b4..ef8f545ecb 100644 --- a/packages/redis-v5/CHANGELOG.md +++ b/packages/redis-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-redis-v5 diff --git a/packages/redis-v5/package.json b/packages/redis-v5/package.json index fb13202e3e..2dda541524 100644 --- a/packages/redis-v5/package.json +++ b/packages/redis-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-redis-v5", "description": "Heroku plugin to manage Heroku Redis", - "version": "8.0.2", + "version": "8.0.5", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/run-v5/CHANGELOG.md b/packages/run-v5/CHANGELOG.md index 27c2a13484..0fcbb82956 100644 --- a/packages/run-v5/CHANGELOG.md +++ b/packages/run-v5/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-run-v5 diff --git a/packages/run-v5/package.json b/packages/run-v5/package.json index bce1d6a93d..b9f0464ce1 100644 --- a/packages/run-v5/package.json +++ b/packages/run-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-run-v5", "description": "Heroku CLI plugin to run one-off dyno processes.", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/run/CHANGELOG.md b/packages/run/CHANGELOG.md index eb7a1e7bbb..d452acb959 100644 --- a/packages/run/CHANGELOG.md +++ b/packages/run/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-run diff --git a/packages/run/README.md b/packages/run/README.md index 08e7c81a0d..4917304052 100644 --- a/packages/run/README.md +++ b/packages/run/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-run $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-run/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-run/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -67,7 +67,7 @@ EXAMPLES $ heroku logs --app=my-app --tail ``` -_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/logs.ts)_ +_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/logs.ts)_ ## `heroku run` @@ -98,7 +98,7 @@ EXAMPLES $ heroku run -s standard-2x -- myscript.sh -a arg1 -s arg2 ``` -_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/run/index.ts)_ ## `heroku run:detached` @@ -123,5 +123,5 @@ EXAMPLES $ heroku run:detached ls ``` -_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/run/detached.ts)_ +_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/run/detached.ts)_ diff --git a/packages/run/package.json b/packages/run/package.json index e0439dc88f..08a9b3d2d4 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-run", - "version": "8.0.2", + "version": "8.0.5", "author": "Chris Freeman @cafreeman", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/spaces/CHANGELOG.md b/packages/spaces/CHANGELOG.md index 6ce82f0a76..0dcec1b9a3 100644 --- a/packages/spaces/CHANGELOG.md +++ b/packages/spaces/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-spaces diff --git a/packages/spaces/package.json b/packages/spaces/package.json index b365b8d398..dc6b778cca 100644 --- a/packages/spaces/package.json +++ b/packages/spaces/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-spaces", "description": "Heroku plugin to manage Heroku Private Spaces", - "version": "8.0.2", + "version": "8.0.5", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md index df285bc6d5..8193ee9d99 100644 --- a/packages/status/CHANGELOG.md +++ b/packages/status/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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-status diff --git a/packages/status/README.md b/packages/status/README.md index bfc6cebdab..2b15b329bc 100644 --- a/packages/status/README.md +++ b/packages/status/README.md @@ -59,7 +59,7 @@ $ npm install -g @heroku-cli/plugin-status $ @heroku-cli/plugin-status COMMAND running command... $ @heroku-cli/plugin-status (--version|-v) -@heroku-cli/plugin-status/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-status/8.0.5 darwin-x64 node-v16.19.0 $ @heroku-cli/plugin-status --help [COMMAND] USAGE $ @heroku-cli/plugin-status COMMAND @@ -84,5 +84,5 @@ DESCRIPTION display current status of the Heroku platform ``` -_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/status.ts)_ diff --git a/packages/status/package.json b/packages/status/package.json index 749f1ef5c1..5b998b05f8 100644 --- a/packages/status/package.json +++ b/packages/status/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-status", "description": "CLI Plugin for Heroku Status", - "version": "8.0.2", + "version": "8.0.5", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/webhooks/CHANGELOG.md b/packages/webhooks/CHANGELOG.md index 4e829b5786..31629e370b 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. +## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18) + + +### Bug Fixes + +* oclif promote step ([#2301](https://github.com/heroku/cli/issues/2301)) ([4e94fb1](https://github.com/heroku/cli/commit/4e94fb1fdc1a591bd1b744e2da69c0e0df03ed6e)) + + + + + ## [8.0.2](https://github.com/heroku/cli/compare/v7.69.1...v8.0.2) (2023-03-16) **Note:** Version bump only for package @heroku-cli/plugin-webhooks diff --git a/packages/webhooks/README.md b/packages/webhooks/README.md index b5d7de1a89..2341d76e9a 100644 --- a/packages/webhooks/README.md +++ b/packages/webhooks/README.md @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-webhooks $ heroku COMMAND running command... $ heroku (--version|-v) -@heroku-cli/plugin-webhooks/8.0.2 darwin-arm64 node-v16.19.0 +@heroku-cli/plugin-webhooks/8.0.5 darwin-x64 node-v16.19.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -59,7 +59,7 @@ EXAMPLES $ heroku webhooks ``` -_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/index.ts)_ ## `heroku webhooks:add` @@ -85,7 +85,7 @@ EXAMPLES $ 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/v8.0.2/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/add.ts)_ ## `heroku webhooks:deliveries` @@ -107,7 +107,7 @@ EXAMPLES $ heroku webhooks:deliveries ``` -_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/deliveries/index.ts)_ ## `heroku webhooks:deliveries:info ID` @@ -128,7 +128,7 @@ EXAMPLES $ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/deliveries/info.ts)_ ## `heroku webhooks:events` @@ -149,7 +149,7 @@ EXAMPLES $ heroku webhooks:events ``` -_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/events/index.ts)_ ## `heroku webhooks:events:info ID` @@ -170,7 +170,7 @@ EXAMPLES $ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/events/info.ts)_ ## `heroku webhooks:info ID` @@ -191,7 +191,7 @@ EXAMPLES $ heroku webhooks:info 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/info.ts)_ ## `heroku webhooks:remove ID` @@ -215,7 +215,7 @@ EXAMPLES $ heroku webhooks:remove 99999999-9999-9999-9999-999999999999 ``` -_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/remove.ts)_ ## `heroku webhooks:update ID` @@ -241,5 +241,5 @@ EXAMPLES $ heroku webhooks:update 99999999-9999-9999-9999-999999999999 -i dyno -l notify -s 09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks ``` -_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v8.0.2/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v8.0.5/src/commands/webhooks/update.ts)_ diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 6e53bbb41e..cd2c9534c1 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": "8.0.2", + "version": "8.0.5", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {