Skip to content

Commit

Permalink
v8.1.4 (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg authored May 24, 2023
1 parent 31cc289 commit 83fc9e9
Show file tree
Hide file tree
Showing 74 changed files with 405 additions and 178 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/heroku/cli/compare/v8.1.3...v8.1.4) (2023-05-24)

**Note:** Version bump only for package heroku





## [8.1.3](https://github.com/heroku/cli/compare/v8.1.2...v8.1.3) (2023-05-01)

**Note:** Version bump only for package heroku
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"version": "8.1.3",
"version": "8.1.4",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
"publish": {
"allowBranch": ["main", "release-*"],
"allowBranch": [
"main",
"release-*"
],
"conventionalCommits": true
}
}
Expand Down
8 changes: 8 additions & 0 deletions packages/addons-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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-addons-v5





# [8.1.0](https://github.com/heroku/cli/compare/v8.0.6...v8.1.0) (2023-04-27)

**Note:** Version bump only for package @heroku-cli/plugin-addons-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-addons-v5",
"description": "`heroku addons:*` commands",
"version": "8.1.0",
"version": "8.1.4",
"author": "Bo Jeanes @bjeanes",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apps-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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-apps-v5





## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5 darwin-x64 node-v16.19.0
@heroku-cli/plugin-apps-v5/8.1.4 darwin-x64 node-v16.19.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps-v5",
"description": "Heroku CLI plugin to manage apps.",
"version": "8.0.5",
"version": "8.1.4",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/heroku/heroku-cli-plugin-apps/compare/v8.1.3...v8.1.4) (2023-05-24)

**Note:** Version bump only for package @heroku-cli/plugin-apps





# [8.1.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v8.0.6...v8.1.0) (2023-04-27)

**Note:** Version bump only for package @heroku-cli/plugin-apps
Expand Down
16 changes: 8 additions & 8 deletions packages/apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @heroku-cli/plugin-apps
$ heroku COMMAND
running command...
$ heroku (--version|-v)
@heroku-cli/plugin-apps/8.1.0 darwin-arm64 node-v16.19.0
@heroku-cli/plugin-apps/8.1.4 darwin-x64 node-v16.19.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -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.1.0/src/commands/domains/index.ts)_
_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -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.1.0/src/commands/domains/add.ts)_
_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -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.1.0/src/commands/domains/clear.ts)_
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -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.1.0/src/commands/domains/info.ts)_
_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -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.1.0/src/commands/domains/remove.ts)_
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/remove.ts)_

## `heroku domains:update [HOSTNAME]`

Expand All @@ -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.1.0/src/commands/domains/update.ts)_
_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/update.ts)_

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -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.1.0/src/commands/domains/wait.ts)_
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v8.1.4/src/commands/domains/wait.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-apps",
"version": "8.1.0",
"version": "8.1.4",
"author": "Brett @brettgoulder",
"bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [8.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24)

**Note:** Version bump only for package @heroku-cli/plugin-auth
Expand Down
14 changes: 7 additions & 7 deletions packages/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ALIASES
$ heroku twofactor
```

_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/auth/src/commands/auth/2fa/index.ts)_
_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)_

## `heroku auth:2fa:disable`

Expand All @@ -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.6/packages/auth/src/commands/auth/2fa/disable.ts)_
_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)_

## `heroku auth:login`

Expand All @@ -123,7 +123,7 @@ ALIASES
$ heroku login
```

_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/auth/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/auth/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -140,7 +140,7 @@ ALIASES
$ heroku logout
```

_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/auth/src/commands/auth/logout.ts)_
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/auth/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -159,7 +159,7 @@ DESCRIPTION
authorizations:create
```

_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/auth/src/commands/auth/token.ts)_
_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/auth/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -176,7 +176,7 @@ ALIASES
$ heroku whoami
```

_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/auth/src/commands/auth/whoami.ts)_
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/auth/src/commands/auth/whoami.ts)_

## `heroku labs:disable [FEATURE]`

Expand All @@ -195,7 +195,7 @@ DESCRIPTION
disables an experimental feature
```

_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/auth/src/commands/labs/disable.ts)_
_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/auth/src/commands/labs/disable.ts)_

## `heroku login`

Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-auth",
"description": "auth core plugin for Heroku CLI",
"version": "8.0.6",
"version": "8.1.4",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





## [8.0.6](https://github.com/heroku/cli/compare/v8.0.5...v8.0.6) (2023-04-24)

**Note:** Version bump only for package @heroku-cli/plugin-autocomplete
Expand Down
4 changes: 2 additions & 2 deletions packages/autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @heroku-cli/plugin-autocomplete
$ heroku COMMAND
running command...
$ heroku (--version|-v)
@heroku-cli/plugin-autocomplete/8.0.6 darwin-arm64 node-v16.19.0
@heroku-cli/plugin-autocomplete/8.1.4 darwin-x64 node-v16.19.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -58,5 +58,5 @@ EXAMPLES
$ heroku autocomplete --refresh-cache
```

_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.0.6/packages/autocomplete/src/commands/autocomplete/index.ts)_
_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/cli/blob/v8.1.4/packages/autocomplete/src/commands/autocomplete/index.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-autocomplete",
"version": "8.0.6",
"version": "8.1.4",
"author": "Philipe Navarro @RasPhilCo",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/buildpacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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





# [8.1.0](https://github.com/heroku/cli/compare/v8.0.6...v8.1.0) (2023-04-27)

**Note:** Version bump only for package @heroku-cli/plugin-buildpacks
Expand Down
Loading

0 comments on commit 83fc9e9

Please sign in to comment.