From c6103ba3fde70a9478575b5ed3549eec4a444ec0 Mon Sep 17 00:00:00 2001 From: RyanDagg Date: Tue, 30 May 2023 10:43:46 -0600 Subject: [PATCH] v8.1.5 --- CHANGELOG.md | 8 +++++++ lerna.json | 2 +- packages/auth/CHANGELOG.md | 8 +++++++ packages/auth/README.md | 14 ++++++------ packages/auth/package.json | 2 +- packages/autocomplete/CHANGELOG.md | 8 +++++++ packages/autocomplete/README.md | 4 ++-- packages/autocomplete/package.json | 2 +- packages/buildpacks/CHANGELOG.md | 8 +++++++ packages/buildpacks/README.md | 18 ++++++++-------- packages/buildpacks/package.json | 2 +- packages/cli/CHANGELOG.md | 8 +++++++ packages/cli/package.json | 16 +++++++------- packages/pg-v5/CHANGELOG.md | 8 +++++++ packages/pg-v5/package.json | 2 +- packages/pipelines/CHANGELOG.md | 8 +++++++ packages/pipelines/README.md | 34 +++++++++++++++--------------- packages/pipelines/package.json | 2 +- packages/status/CHANGELOG.md | 8 +++++++ packages/status/README.md | 4 ++-- packages/status/package.json | 2 +- packages/webhooks/CHANGELOG.md | 8 +++++++ packages/webhooks/README.md | 20 +++++++++--------- packages/webhooks/package.json | 2 +- 24 files changed, 135 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd532635d8..9ec95b8249 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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package heroku + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package heroku diff --git a/lerna.json b/lerna.json index 4b9a4926e9..0f556df059 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.1.4", + "version": "8.1.5", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 4855d23104..61994794c2 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package @heroku-cli/plugin-auth + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-auth diff --git a/packages/auth/README.md b/packages/auth/README.md index 66362e7770..a996a0049f 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.1.4/packages/auth/src/commands/auth/2fa/index.ts)_ +_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/auth/src/commands/auth/2fa/disable.ts)_ +_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/auth/src/commands/labs/disable.ts)_ ## `heroku login` diff --git a/packages/auth/package.json b/packages/auth/package.json index 2e98b60271..a81e87bd62 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.1.4", + "version": "8.1.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 b42f5e7e9f..d31cac1cac 100644 --- a/packages/autocomplete/CHANGELOG.md +++ b/packages/autocomplete/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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package @heroku-cli/plugin-autocomplete + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-autocomplete diff --git a/packages/autocomplete/README.md b/packages/autocomplete/README.md index 2eefc90def..01cb0f102d 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.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-autocomplete/8.1.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.1.4/packages/autocomplete/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/autocomplete/src/commands/autocomplete/index.ts)_ diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index 85fbc3085d..9d9061342a 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-autocomplete", - "version": "8.1.4", + "version": "8.1.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 dfb56ea613..b008217a9b 100644 --- a/packages/buildpacks/CHANGELOG.md +++ b/packages/buildpacks/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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package @heroku-cli/plugin-buildpacks + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-buildpacks diff --git a/packages/buildpacks/README.md b/packages/buildpacks/README.md index 6bb4aec836..17bc95c77a 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.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-buildpacks/8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/index.ts)_ +_See code: [src/commands/buildpacks/index.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/add.ts)_ +_See code: [src/commands/buildpacks/add.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/clear.ts)_ +_See code: [src/commands/buildpacks/clear.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/info.ts)_ +_See code: [src/commands/buildpacks/info.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/remove.ts)_ +_See code: [src/commands/buildpacks/remove.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/search.ts)_ +_See code: [src/commands/buildpacks/search.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/set.ts)_ +_See code: [src/commands/buildpacks/set.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/packages/buildpacks/src/commands/buildpacks/versions.ts)_ +_See code: [src/commands/buildpacks/versions.ts](https://github.com/heroku/cli/blob/v8.1.5/packages/buildpacks/src/commands/buildpacks/versions.ts)_ diff --git a/packages/buildpacks/package.json b/packages/buildpacks/package.json index fd9ca2be2c..141a6cc802 100644 --- a/packages/buildpacks/package.json +++ b/packages/buildpacks/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-buildpacks", - "version": "8.1.4", + "version": "8.1.5", "author": "Terence Lee @hone", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index dd532635d8..9ec95b8249 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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package heroku + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index 9de29c4ec2..ec36ff2b5b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "8.1.4", + "version": "8.1.5", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/heroku/cli/issues", @@ -11,9 +11,9 @@ "@heroku-cli/plugin-addons-v5": "^8.1.4", "@heroku-cli/plugin-apps": "^8.1.4", "@heroku-cli/plugin-apps-v5": "^8.1.4", - "@heroku-cli/plugin-auth": "^8.1.4", - "@heroku-cli/plugin-autocomplete": "^8.1.4", - "@heroku-cli/plugin-buildpacks": "^8.1.4", + "@heroku-cli/plugin-auth": "^8.1.5", + "@heroku-cli/plugin-autocomplete": "^8.1.5", + "@heroku-cli/plugin-buildpacks": "^8.1.5", "@heroku-cli/plugin-certs": "^8.1.4", "@heroku-cli/plugin-certs-v5": "^8.1.4", "@heroku-cli/plugin-ci": "^8.1.4", @@ -24,15 +24,15 @@ "@heroku-cli/plugin-local": "^8.1.4", "@heroku-cli/plugin-oauth-v5": "^8.1.4", "@heroku-cli/plugin-orgs-v5": "^8.1.4", - "@heroku-cli/plugin-pg-v5": "^8.1.4", - "@heroku-cli/plugin-pipelines": "^8.1.4", + "@heroku-cli/plugin-pg-v5": "^8.1.5", + "@heroku-cli/plugin-pipelines": "^8.1.5", "@heroku-cli/plugin-ps": "^8.1.4", "@heroku-cli/plugin-ps-exec": "^2.4.0", "@heroku-cli/plugin-redis-v5": "^8.1.4", "@heroku-cli/plugin-run": "^8.1.4", "@heroku-cli/plugin-spaces": "^8.1.4", - "@heroku-cli/plugin-status": "^8.1.4", - "@heroku-cli/plugin-webhooks": "^8.1.4", + "@heroku-cli/plugin-status": "^8.1.5", + "@heroku-cli/plugin-webhooks": "^8.1.5", "@oclif/core": "^1.26.2", "@oclif/plugin-commands": "2.2.2", "@oclif/plugin-help": "^5", diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index d1d2c0aa3e..7f1666ea99 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-v5/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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package @heroku-cli/plugin-pg-v5 + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **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 ba0cd897f2..ddf08c89c9 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.1.4", + "version": "8.1.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 87564f6bbf..74310e7b4f 100644 --- a/packages/pipelines/CHANGELOG.md +++ b/packages/pipelines/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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-pipelines diff --git a/packages/pipelines/README.md b/packages/pipelines/README.md index f7984da066..90f009e5a7 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.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-pipelines/8.1.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.1.4/src/commands/pipelines/index.ts)_ +_See code: [src/commands/pipelines/index.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/add.ts)_ +_See code: [src/commands/pipelines/add.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/connect.ts)_ +_See code: [src/commands/pipelines/connect.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/create.ts)_ +_See code: [src/commands/pipelines/create.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/destroy.ts)_ +_See code: [src/commands/pipelines/destroy.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/diff.ts)_ +_See code: [src/commands/pipelines/diff.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/info.ts)_ +_See code: [src/commands/pipelines/info.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/open.ts)_ +_See code: [src/commands/pipelines/open.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/promote.ts)_ +_See code: [src/commands/pipelines/promote.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/remove.ts)_ +_See code: [src/commands/pipelines/remove.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/rename.ts)_ +_See code: [src/commands/pipelines/rename.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/setup.ts)_ +_See code: [src/commands/pipelines/setup.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/transfer.ts)_ +_See code: [src/commands/pipelines/transfer.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/pipelines/update.ts)_ +_See code: [src/commands/pipelines/update.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/reviewapps/disable.ts)_ +_See code: [src/commands/reviewapps/disable.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/reviewapps/enable.ts)_ +_See code: [src/commands/reviewapps/enable.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/reviewapps/enable.ts)_ diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index aa860c5176..cbd1dce361 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "8.1.4", + "version": "8.1.5", "author": "James Martinez @jmar910", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md index c4b3763186..b3ad148797 100644 --- a/packages/status/CHANGELOG.md +++ b/packages/status/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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package @heroku-cli/plugin-status + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-status diff --git a/packages/status/README.md b/packages/status/README.md index 0673349fa0..09f0dd4f86 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.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-status/8.1.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.1.4/src/commands/status.ts)_ +_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/status.ts)_ diff --git a/packages/status/package.json b/packages/status/package.json index 5d640cfbc1..e7bef6e227 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.1.4", + "version": "8.1.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 8bc90bead3..d48c5bc2ed 100644 --- a/packages/webhooks/CHANGELOG.md +++ b/packages/webhooks/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. +## [8.1.5](https://github.com/heroku/cli/compare/v8.1.4...v8.1.5) (2023-05-30) + +**Note:** Version bump only for package @heroku-cli/plugin-webhooks + + + + + ## [8.1.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24) **Note:** Version bump only for package @heroku-cli/plugin-webhooks diff --git a/packages/webhooks/README.md b/packages/webhooks/README.md index 9e77f1eda9..6909905a43 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.1.4 darwin-x64 node-v16.19.0 +@heroku-cli/plugin-webhooks/8.1.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.1.4/src/commands/webhooks/index.ts)_ +_See code: [src/commands/webhooks/index.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/add.ts)_ +_See code: [src/commands/webhooks/add.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/deliveries/index.ts)_ +_See code: [src/commands/webhooks/deliveries/index.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/deliveries/info.ts)_ +_See code: [src/commands/webhooks/deliveries/info.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/events/index.ts)_ +_See code: [src/commands/webhooks/events/index.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/events/info.ts)_ +_See code: [src/commands/webhooks/events/info.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/info.ts)_ +_See code: [src/commands/webhooks/info.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/remove.ts)_ +_See code: [src/commands/webhooks/remove.ts](https://github.com/heroku/cli/blob/v8.1.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.1.4/src/commands/webhooks/update.ts)_ +_See code: [src/commands/webhooks/update.ts](https://github.com/heroku/cli/blob/v8.1.5/src/commands/webhooks/update.ts)_ diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index 8298653893..adaad9c7b4 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.1.4", + "version": "8.1.5", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": {