From 96472c654f44ed87d51e448a27a87ced2e1ccdd9 Mon Sep 17 00:00:00 2001 From: RyanDagg Date: Tue, 11 Apr 2023 12:09:34 -0600 Subject: [PATCH] v8.0.4 (#2292) --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/auth/CHANGELOG.md | 11 +++++++++++ packages/auth/README.md | 14 +++++++------- packages/auth/package.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 4 ++-- 7 files changed, 44 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9986af78a1..d9d8a4f5e4 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.4](https://github.com/heroku/cli/compare/v8.0.3...v8.0.4) (2023-04-11) + + +### Bug Fixes + +* update plugin-update bump for WSL fix. ([#2291](https://github.com/heroku/cli/issues/2291)) ([a939d6e](https://github.com/heroku/cli/commit/a939d6e32e8c7a0469fe430a38775b8faec4b11b)) + + + + + ## [8.0.3](https://github.com/heroku/cli/compare/v8.0.2...v8.0.3) (2023-04-04) diff --git a/lerna.json b/lerna.json index fa1b085cab..e6575ec626 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.3", + "version": "8.0.4", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 0ba3a9ccb2..b4598fce52 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.4](https://github.com/heroku/cli/compare/v8.0.3...v8.0.4) (2023-04-11) + + +### Bug Fixes + +* remove call to missing function. No longer passing cliUx as arg. ([#2287](https://github.com/heroku/cli/issues/2287)) ([f8467ff](https://github.com/heroku/cli/commit/f8467ff5e0767d797071284ba3b979a20d0f576b)) + + + + + ## [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-auth diff --git a/packages/auth/README.md b/packages/auth/README.md index ad444b8ceb..c17bfb4d11 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.2/packages/auth/src/commands/auth/2fa/index.ts)_ +_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)_ ## `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.2/packages/auth/src/commands/auth/2fa/disable.ts)_ +_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)_ ## `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.2/packages/auth/src/commands/auth/login.ts)_ +_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.0.4/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.2/packages/auth/src/commands/auth/logout.ts)_ +_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.0.4/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.2/packages/auth/src/commands/auth/token.ts)_ +_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.0.4/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.2/packages/auth/src/commands/auth/whoami.ts)_ +_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.0.4/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.2/packages/auth/src/commands/labs/disable.ts)_ +_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.0.4/packages/auth/src/commands/labs/disable.ts)_ ## `heroku login` diff --git a/packages/auth/package.json b/packages/auth/package.json index b8716ae777..d72eae2f8f 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.2", + "version": "8.0.4", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9986af78a1..d9d8a4f5e4 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.4](https://github.com/heroku/cli/compare/v8.0.3...v8.0.4) (2023-04-11) + + +### Bug Fixes + +* update plugin-update bump for WSL fix. ([#2291](https://github.com/heroku/cli/issues/2291)) ([a939d6e](https://github.com/heroku/cli/commit/a939d6e32e8c7a0469fe430a38775b8faec4b11b)) + + + + + ## [8.0.3](https://github.com/heroku/cli/compare/v8.0.2...v8.0.3) (2023-04-04) diff --git a/packages/cli/package.json b/packages/cli/package.json index 69026072bf..6aa38af9f6 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.0.3", + "version": "8.0.4", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/heroku/cli/issues", @@ -11,7 +11,7 @@ "@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.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",