diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5f2876c9..82f1432fe1 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package heroku + + + + + ## [7.67.2](https://github.com/heroku/cli/compare/v7.67.1...v7.67.2) (2023-01-23) **Note:** Version bump only for package heroku diff --git a/lerna.json b/lerna.json index 24262d24d2..5ff8405501 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.67.2", + "version": "8.0.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md index b8a445b7bf..73520f537d 100644 --- a/packages/addons-v5/CHANGELOG.md +++ b/packages/addons-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-addons-v5 + + + + + # [7.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29) diff --git a/packages/addons-v5/package.json b/packages/addons-v5/package.json index 14f7c513e7..f6d5b3541b 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": "7.67.0", + "version": "8.0.0", "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 3dfeb70f0c..9f3de4f4d6 100644 --- a/packages/apps-v5/CHANGELOG.md +++ b/packages/apps-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-apps-v5 + + + + + # [7.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29) diff --git a/packages/apps-v5/package.json b/packages/apps-v5/package.json index 240be6f3c5..0e3f15d185 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": "7.67.0", + "version": "8.0.0", "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 39b05407f0..58c68a9e6e 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/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.0.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-apps + + + + + ## [7.66.3](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/apps/package.json b/packages/apps/package.json index 6bb7e7800e..af3947a782 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "7.66.3", + "version": "8.0.0", "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 ced7df1a55..fa501d7c7e 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-auth + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/auth/package.json b/packages/auth/package.json index 4aa7dc7b41..74b5c2bb8e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-auth", "description": "auth core plugin for Heroku CLI", - "version": "7.66.3", + "version": "8.0.0", "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 9822f8a6c9..4b17917414 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-autocomplete + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/autocomplete/package.json b/packages/autocomplete/package.json index e97dc87570..da2e185bef 100644 --- a/packages/autocomplete/package.json +++ b/packages/autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-autocomplete", - "version": "7.66.3", + "version": "8.0.0", "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 d0a7cd1a94..6f7d30405f 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-buildpacks + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/buildpacks/package.json b/packages/buildpacks/package.json index cc58100fcc..30eb4fcf73 100644 --- a/packages/buildpacks/package.json +++ b/packages/buildpacks/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-buildpacks", - "version": "7.66.3", + "version": "8.0.0", "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 3e190bd989..827c330440 100644 --- a/packages/certs-v5/CHANGELOG.md +++ b/packages/certs-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-certs-v5 + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index 087345cdbd..d3a7c05b09 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": "7.66.3", + "version": "8.0.0", "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 daa92c6c90..08d020e611 100644 --- a/packages/certs/CHANGELOG.md +++ b/packages/certs/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-certs + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/certs/package.json b/packages/certs/package.json index b881ee5b17..345ccf9e88 100644 --- a/packages/certs/package.json +++ b/packages/certs/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-certs", - "version": "7.66.3", + "version": "8.0.0", "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 8487c1b4d9..4d8cd9e15a 100644 --- a/packages/ci-v5/CHANGELOG.md +++ b/packages/ci-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-ci-v5 + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/ci-v5/package.json b/packages/ci-v5/package.json index b5fed7378f..6d9f6b8332 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": "7.66.3", + "version": "8.0.0", "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.1", - "@heroku-cli/plugin-run-v5": "^7.66.3", + "@heroku-cli/plugin-run-v5": "^8.0.0", "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 9c851dc476..ab11f128c1 100644 --- a/packages/ci/CHANGELOG.md +++ b/packages/ci/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-ci + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/ci/package.json b/packages/ci/package.json index 31f018dab1..f9226e664f 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": "7.66.3", + "version": "8.0.0", "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 1c5f2876c9..82f1432fe1 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package heroku + + + + + ## [7.67.2](https://github.com/heroku/cli/compare/v7.67.1...v7.67.2) (2023-01-23) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index 7a38bbcf48..9f99715653 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,38 +1,38 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "7.67.2", + "version": "8.0.0", "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.1", - "@heroku-cli/plugin-addons-v5": "^7.67.0", - "@heroku-cli/plugin-apps": "^7.66.3", - "@heroku-cli/plugin-apps-v5": "^7.67.0", - "@heroku-cli/plugin-auth": "^7.66.3", - "@heroku-cli/plugin-autocomplete": "^7.66.3", - "@heroku-cli/plugin-buildpacks": "^7.66.3", - "@heroku-cli/plugin-certs": "^7.66.3", - "@heroku-cli/plugin-certs-v5": "^7.66.3", - "@heroku-cli/plugin-ci": "^7.66.3", - "@heroku-cli/plugin-ci-v5": "^7.66.3", - "@heroku-cli/plugin-config": "^7.66.3", - "@heroku-cli/plugin-container-registry-v5": "^7.66.3", - "@heroku-cli/plugin-git": "^7.66.3", - "@heroku-cli/plugin-local": "^7.66.3", - "@heroku-cli/plugin-oauth-v5": "^7.66.3", - "@heroku-cli/plugin-orgs-v5": "^7.66.3", - "@heroku-cli/plugin-pg-v5": "^7.66.3", - "@heroku-cli/plugin-pipelines": "^7.66.3", - "@heroku-cli/plugin-ps": "^7.66.3", + "@heroku-cli/plugin-addons-v5": "^8.0.0", + "@heroku-cli/plugin-apps": "^8.0.0", + "@heroku-cli/plugin-apps-v5": "^8.0.0", + "@heroku-cli/plugin-auth": "^8.0.0", + "@heroku-cli/plugin-autocomplete": "^8.0.0", + "@heroku-cli/plugin-buildpacks": "^8.0.0", + "@heroku-cli/plugin-certs": "^8.0.0", + "@heroku-cli/plugin-certs-v5": "^8.0.0", + "@heroku-cli/plugin-ci": "^8.0.0", + "@heroku-cli/plugin-ci-v5": "^8.0.0", + "@heroku-cli/plugin-config": "^8.0.0", + "@heroku-cli/plugin-container-registry-v5": "^8.0.0", + "@heroku-cli/plugin-git": "^8.0.0", + "@heroku-cli/plugin-local": "^8.0.0", + "@heroku-cli/plugin-oauth-v5": "^8.0.0", + "@heroku-cli/plugin-orgs-v5": "^8.0.0", + "@heroku-cli/plugin-pg-v5": "^8.0.0", + "@heroku-cli/plugin-pipelines": "^8.0.0", + "@heroku-cli/plugin-ps": "^8.0.0", "@heroku-cli/plugin-ps-exec": "^2.4.0", - "@heroku-cli/plugin-redis-v5": "^7.67.2", - "@heroku-cli/plugin-run": "^7.67.1", - "@heroku-cli/plugin-spaces": "^7.66.3", - "@heroku-cli/plugin-status": "^7.66.3", - "@heroku-cli/plugin-webhooks": "^7.66.3", + "@heroku-cli/plugin-redis-v5": "^8.0.0", + "@heroku-cli/plugin-run": "^8.0.0", + "@heroku-cli/plugin-spaces": "^8.0.0", + "@heroku-cli/plugin-status": "^8.0.0", + "@heroku-cli/plugin-webhooks": "^8.0.0", "@oclif/core": "^1.22.0", "@oclif/plugin-commands": "2.2.2", "@oclif/plugin-not-found": "2.3.16", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index c0aa0c77f8..133cc837e3 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-config + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/config/package.json b/packages/config/package.json index 738fb46f1f..a3ac352e5b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-config", - "version": "7.66.3", + "version": "8.0.0", "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 3a6ef60b65..870f0d38d2 100644 --- a/packages/container-registry-v5/CHANGELOG.md +++ b/packages/container-registry-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5 + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/container-registry-v5/package.json b/packages/container-registry-v5/package.json index ab9fafb5a6..7f7922a1f0 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": "7.66.3", + "version": "8.0.0", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md index 4641442248..28ae7d4839 100644 --- a/packages/git/CHANGELOG.md +++ b/packages/git/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-git + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/git/package.json b/packages/git/package.json index 904839f43b..32d74afac9 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": "7.66.3", + "version": "8.0.0", "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 4f11563d9e..6da266c662 100644 --- a/packages/local/CHANGELOG.md +++ b/packages/local/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-local + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/local/package.json b/packages/local/package.json index 836310b0f9..d4d3a1d8c0 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": "7.66.3", + "version": "8.0.0", "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 bfa0180e08..34e8b91022 100644 --- a/packages/oauth-v5/CHANGELOG.md +++ b/packages/oauth-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth-v5 + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/oauth-v5/package.json b/packages/oauth-v5/package.json index ff7a3e11a7..a334656a6b 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": "7.66.3", + "version": "8.0.0", "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 7f118a56e3..4ca33fab73 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-oauth + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/oauth/package.json b/packages/oauth/package.json index af15725df9..88c86eddaf 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": "7.66.3", + "version": "8.0.0", "author": "Taylor Mock @tmock12", "bin": { "heroku": "./bin/run" diff --git a/packages/orgs-v5/CHANGELOG.md b/packages/orgs-v5/CHANGELOG.md index 073cd108c6..4230fd34ba 100644 --- a/packages/orgs-v5/CHANGELOG.md +++ b/packages/orgs-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-orgs-v5 + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/orgs-v5/package.json b/packages/orgs-v5/package.json index 48e3b06f77..06096179fd 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": "7.66.3", + "version": "8.0.0", "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 a067e509a0..757a51d547 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-pg-v5 + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index 7f7db57481..1671d5ae8e 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": "7.66.3", + "version": "8.0.0", "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 b659be7f91..f6d85bcebb 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-pipelines + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index 8070752ec7..a7559645d6 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-pipelines", - "version": "7.66.3", + "version": "8.0.0", "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 cb0bd0a095..879cd2bbd6 100644 --- a/packages/ps/CHANGELOG.md +++ b/packages/ps/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-ps + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/ps/package.json b/packages/ps/package.json index eaf9efb04a..94f0f7af82 100644 --- a/packages/ps/package.json +++ b/packages/ps/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-ps", "description": "ps core plugin for Heroku CLI", - "version": "7.66.3", + "version": "8.0.0", "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 cfc9e9fbc1..34814f4ad7 100644 --- a/packages/redis-v5/CHANGELOG.md +++ b/packages/redis-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-redis-v5 + + + + + # [7.67.2](https://github.com/heroku/cli/compare/v7.66.3...v7.67.2) (2023-01-23) **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 548f023dea..a85742f89d 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": "7.67.2", + "version": "8.0.0", "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 48b407d11b..101bdf0b65 100644 --- a/packages/run-v5/CHANGELOG.md +++ b/packages/run-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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-run-v5 + + + + + ## [7.67.1](https://github.com/heroku/cli/compare/v7.67.0...v7.67.1) (2022-11-30) **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 6944e11a4b..d21ff576a2 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": "7.67.1", + "version": "8.0.0", "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 8ba0764bf1..13b0a8d216 100644 --- a/packages/run/CHANGELOG.md +++ b/packages/run/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-run + + + + + ## [7.67.1](https://github.com/heroku/cli/compare/v7.67.0...v7.67.1) (2022-11-30) **Note:** Version bump only for package @heroku-cli/plugin-run diff --git a/packages/run/package.json b/packages/run/package.json index 78445c2bed..f1200370cf 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-run", - "version": "7.67.1", + "version": "8.0.0", "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 fde04d52c1..052691e55a 100644 --- a/packages/spaces/CHANGELOG.md +++ b/packages/spaces/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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-spaces + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/spaces/package.json b/packages/spaces/package.json index bd7ad9f13c..222e757430 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": "7.66.3", + "version": "8.0.0", "author": "Heroku", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md index 86e625340d..82713ae694 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-status + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/status/package.json b/packages/status/package.json index e2d9a7c3ec..2b63424aab 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": "7.66.3", + "version": "8.0.0", "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 aa60210e38..853187fde9 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.0.0](https://github.com/heroku/cli/compare/v7.67.2...v8.0.0) (2023-01-31) + +**Note:** Version bump only for package @heroku-cli/plugin-webhooks + + + + + ## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14) diff --git a/packages/webhooks/package.json b/packages/webhooks/package.json index fb533c3596..def5758b6b 100644 --- a/packages/webhooks/package.json +++ b/packages/webhooks/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-webhooks", "description": "Heroku CLI plugin to manage webhooks", - "version": "7.66.3", + "version": "8.0.0", "author": "Chad Carbert @chadian", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/yarn.lock b/yarn.lock index 58a9cdebaa..375a8c12b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -562,7 +562,7 @@ __metadata: languageName: node linkType: hard -"@heroku-cli/plugin-addons-v5@^7.67.0, @heroku-cli/plugin-addons-v5@workspace:packages/addons-v5": +"@heroku-cli/plugin-addons-v5@^8.0.0, @heroku-cli/plugin-addons-v5@workspace:packages/addons-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-addons-v5@workspace:packages/addons-v5" dependencies: @@ -594,7 +594,7 @@ __metadata: languageName: node linkType: hard -"@heroku-cli/plugin-apps-v5@^7.67.0, @heroku-cli/plugin-apps-v5@workspace:packages/apps-v5": +"@heroku-cli/plugin-apps-v5@^8.0.0, @heroku-cli/plugin-apps-v5@workspace:packages/apps-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-apps-v5@workspace:packages/apps-v5" dependencies: @@ -627,7 +627,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-apps@^7.66.3, @heroku-cli/plugin-apps@workspace:packages/apps": +"@heroku-cli/plugin-apps@^8.0.0, @heroku-cli/plugin-apps@workspace:packages/apps": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-apps@workspace:packages/apps" dependencies: @@ -660,7 +660,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-auth@^7.66.3, @heroku-cli/plugin-auth@workspace:packages/auth": +"@heroku-cli/plugin-auth@^8.0.0, @heroku-cli/plugin-auth@workspace:packages/auth": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-auth@workspace:packages/auth" dependencies: @@ -690,7 +690,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-autocomplete@^7.66.3, @heroku-cli/plugin-autocomplete@workspace:packages/autocomplete": +"@heroku-cli/plugin-autocomplete@^8.0.0, @heroku-cli/plugin-autocomplete@workspace:packages/autocomplete": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-autocomplete@workspace:packages/autocomplete" dependencies: @@ -724,7 +724,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-buildpacks@^7.66.3, @heroku-cli/plugin-buildpacks@workspace:packages/buildpacks": +"@heroku-cli/plugin-buildpacks@^8.0.0, @heroku-cli/plugin-buildpacks@workspace:packages/buildpacks": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-buildpacks@workspace:packages/buildpacks" dependencies: @@ -762,7 +762,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-certs-v5@^7.66.3, @heroku-cli/plugin-certs-v5@workspace:packages/certs-v5": +"@heroku-cli/plugin-certs-v5@^8.0.0, @heroku-cli/plugin-certs-v5@workspace:packages/certs-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-certs-v5@workspace:packages/certs-v5" dependencies: @@ -785,7 +785,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-certs@^7.66.3, @heroku-cli/plugin-certs@workspace:packages/certs": +"@heroku-cli/plugin-certs@^8.0.0, @heroku-cli/plugin-certs@workspace:packages/certs": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-certs@workspace:packages/certs" dependencies: @@ -808,12 +808,12 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-ci-v5@^7.66.3, @heroku-cli/plugin-ci-v5@workspace:packages/ci-v5": +"@heroku-cli/plugin-ci-v5@^8.0.0, @heroku-cli/plugin-ci-v5@workspace:packages/ci-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-ci-v5@workspace:packages/ci-v5" dependencies: "@heroku-cli/command": ^9.0.1 - "@heroku-cli/plugin-run-v5": ^7.66.3 + "@heroku-cli/plugin-run-v5": ^8.0.0 "@oclif/core": ^1.22.0 ansi-escapes: 3.2.0 bluebird: ^3.5.3 @@ -835,7 +835,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-ci@^7.66.3, @heroku-cli/plugin-ci@workspace:packages/ci": +"@heroku-cli/plugin-ci@^8.0.0, @heroku-cli/plugin-ci@workspace:packages/ci": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-ci@workspace:packages/ci" dependencies: @@ -881,7 +881,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-config@^7.66.3, @heroku-cli/plugin-config@workspace:packages/config": +"@heroku-cli/plugin-config@^8.0.0, @heroku-cli/plugin-config@workspace:packages/config": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-config@workspace:packages/config" dependencies: @@ -917,7 +917,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-container-registry-v5@^7.66.3, @heroku-cli/plugin-container-registry-v5@workspace:packages/container-registry-v5": +"@heroku-cli/plugin-container-registry-v5@^8.0.0, @heroku-cli/plugin-container-registry-v5@workspace:packages/container-registry-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-container-registry-v5@workspace:packages/container-registry-v5" dependencies: @@ -941,7 +941,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-git@^7.66.3, @heroku-cli/plugin-git@workspace:packages/git": +"@heroku-cli/plugin-git@^8.0.0, @heroku-cli/plugin-git@workspace:packages/git": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-git@workspace:packages/git" dependencies: @@ -971,7 +971,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-local@^7.66.3, @heroku-cli/plugin-local@workspace:packages/local": +"@heroku-cli/plugin-local@^8.0.0, @heroku-cli/plugin-local@workspace:packages/local": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-local@workspace:packages/local" dependencies: @@ -997,7 +997,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-oauth-v5@^7.66.3, @heroku-cli/plugin-oauth-v5@workspace:packages/oauth-v5": +"@heroku-cli/plugin-oauth-v5@^8.0.0, @heroku-cli/plugin-oauth-v5@workspace:packages/oauth-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-oauth-v5@workspace:packages/oauth-v5" dependencies: @@ -1046,7 +1046,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-orgs-v5@^7.66.3, @heroku-cli/plugin-orgs-v5@workspace:packages/orgs-v5": +"@heroku-cli/plugin-orgs-v5@^8.0.0, @heroku-cli/plugin-orgs-v5@workspace:packages/orgs-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-orgs-v5@workspace:packages/orgs-v5" dependencies: @@ -1064,7 +1064,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-pg-v5@^7.66.3, @heroku-cli/plugin-pg-v5@workspace:packages/pg-v5": +"@heroku-cli/plugin-pg-v5@^8.0.0, @heroku-cli/plugin-pg-v5@workspace:packages/pg-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-pg-v5@workspace:packages/pg-v5" dependencies: @@ -1095,7 +1095,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-pipelines@^7.66.3, @heroku-cli/plugin-pipelines@workspace:packages/pipelines": +"@heroku-cli/plugin-pipelines@^8.0.0, @heroku-cli/plugin-pipelines@workspace:packages/pipelines": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-pipelines@workspace:packages/pipelines" dependencies: @@ -1147,7 +1147,7 @@ __metadata: languageName: node linkType: hard -"@heroku-cli/plugin-ps@^7.66.3, @heroku-cli/plugin-ps@workspace:packages/ps": +"@heroku-cli/plugin-ps@^8.0.0, @heroku-cli/plugin-ps@workspace:packages/ps": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-ps@workspace:packages/ps" dependencies: @@ -1178,7 +1178,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-redis-v5@^7.67.2, @heroku-cli/plugin-redis-v5@workspace:packages/redis-v5": +"@heroku-cli/plugin-redis-v5@^8.0.0, @heroku-cli/plugin-redis-v5@workspace:packages/redis-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-redis-v5@workspace:packages/redis-v5" dependencies: @@ -1198,7 +1198,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-run-v5@^7.66.3, @heroku-cli/plugin-run-v5@workspace:packages/run-v5": +"@heroku-cli/plugin-run-v5@^8.0.0, @heroku-cli/plugin-run-v5@workspace:packages/run-v5": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-run-v5@workspace:packages/run-v5" dependencies: @@ -1221,7 +1221,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-run@^7.67.1, @heroku-cli/plugin-run@workspace:packages/run": +"@heroku-cli/plugin-run@^8.0.0, @heroku-cli/plugin-run@workspace:packages/run": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-run@workspace:packages/run" dependencies: @@ -1254,7 +1254,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-spaces@^7.66.3, @heroku-cli/plugin-spaces@workspace:packages/spaces": +"@heroku-cli/plugin-spaces@^8.0.0, @heroku-cli/plugin-spaces@workspace:packages/spaces": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-spaces@workspace:packages/spaces" dependencies: @@ -1273,7 +1273,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-status@^7.66.3, @heroku-cli/plugin-status@workspace:packages/status": +"@heroku-cli/plugin-status@^8.0.0, @heroku-cli/plugin-status@workspace:packages/status": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-status@workspace:packages/status" dependencies: @@ -1303,7 +1303,7 @@ __metadata: languageName: unknown linkType: soft -"@heroku-cli/plugin-webhooks@^7.66.3, @heroku-cli/plugin-webhooks@workspace:packages/webhooks": +"@heroku-cli/plugin-webhooks@^8.0.0, @heroku-cli/plugin-webhooks@workspace:packages/webhooks": version: 0.0.0-use.local resolution: "@heroku-cli/plugin-webhooks@workspace:packages/webhooks" dependencies: @@ -9014,31 +9014,31 @@ __metadata: dependencies: "@heroku-cli/color": 1.1.14 "@heroku-cli/command": ^9.0.1 - "@heroku-cli/plugin-addons-v5": ^7.67.0 - "@heroku-cli/plugin-apps": ^7.66.3 - "@heroku-cli/plugin-apps-v5": ^7.67.0 - "@heroku-cli/plugin-auth": ^7.66.3 - "@heroku-cli/plugin-autocomplete": ^7.66.3 - "@heroku-cli/plugin-buildpacks": ^7.66.3 - "@heroku-cli/plugin-certs": ^7.66.3 - "@heroku-cli/plugin-certs-v5": ^7.66.3 - "@heroku-cli/plugin-ci": ^7.66.3 - "@heroku-cli/plugin-ci-v5": ^7.66.3 - "@heroku-cli/plugin-config": ^7.66.3 - "@heroku-cli/plugin-container-registry-v5": ^7.66.3 - "@heroku-cli/plugin-git": ^7.66.3 - "@heroku-cli/plugin-local": ^7.66.3 - "@heroku-cli/plugin-oauth-v5": ^7.66.3 - "@heroku-cli/plugin-orgs-v5": ^7.66.3 - "@heroku-cli/plugin-pg-v5": ^7.66.3 - "@heroku-cli/plugin-pipelines": ^7.66.3 - "@heroku-cli/plugin-ps": ^7.66.3 + "@heroku-cli/plugin-addons-v5": ^8.0.0 + "@heroku-cli/plugin-apps": ^8.0.0 + "@heroku-cli/plugin-apps-v5": ^8.0.0 + "@heroku-cli/plugin-auth": ^8.0.0 + "@heroku-cli/plugin-autocomplete": ^8.0.0 + "@heroku-cli/plugin-buildpacks": ^8.0.0 + "@heroku-cli/plugin-certs": ^8.0.0 + "@heroku-cli/plugin-certs-v5": ^8.0.0 + "@heroku-cli/plugin-ci": ^8.0.0 + "@heroku-cli/plugin-ci-v5": ^8.0.0 + "@heroku-cli/plugin-config": ^8.0.0 + "@heroku-cli/plugin-container-registry-v5": ^8.0.0 + "@heroku-cli/plugin-git": ^8.0.0 + "@heroku-cli/plugin-local": ^8.0.0 + "@heroku-cli/plugin-oauth-v5": ^8.0.0 + "@heroku-cli/plugin-orgs-v5": ^8.0.0 + "@heroku-cli/plugin-pg-v5": ^8.0.0 + "@heroku-cli/plugin-pipelines": ^8.0.0 + "@heroku-cli/plugin-ps": ^8.0.0 "@heroku-cli/plugin-ps-exec": ^2.4.0 - "@heroku-cli/plugin-redis-v5": ^7.67.2 - "@heroku-cli/plugin-run": ^7.67.1 - "@heroku-cli/plugin-spaces": ^7.66.3 - "@heroku-cli/plugin-status": ^7.66.3 - "@heroku-cli/plugin-webhooks": ^7.66.3 + "@heroku-cli/plugin-redis-v5": ^8.0.0 + "@heroku-cli/plugin-run": ^8.0.0 + "@heroku-cli/plugin-spaces": ^8.0.0 + "@heroku-cli/plugin-status": ^8.0.0 + "@heroku-cli/plugin-webhooks": ^8.0.0 "@oclif/core": ^1.22.0 "@oclif/plugin-commands": 2.2.2 "@oclif/plugin-not-found": 2.3.16