Skip to content

Commit

Permalink
v8.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg committed May 30, 2023
1 parent e3a0048 commit c6103ba
Show file tree
Hide file tree
Showing 24 changed files with 135 additions and 63 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
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.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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "8.1.4",
"version": "8.1.5",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
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.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
Expand Down
14 changes: 7 additions & 7 deletions packages/auth/README.md
Expand Up @@ -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`

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.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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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]`

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.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`

Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/autocomplete/CHANGELOG.md
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.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
Expand Down
4 changes: 2 additions & 2 deletions packages/autocomplete/README.md
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.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
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.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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion 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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/buildpacks/CHANGELOG.md
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.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
Expand Down
18 changes: 9 additions & 9 deletions packages/buildpacks/README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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]`

Expand All @@ -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]`

Expand All @@ -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`

Expand All @@ -175,7 +175,7 @@ FLAGS
-r, --remote=<value> 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`

Expand All @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion 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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
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.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
Expand Down
16 changes: 8 additions & 8 deletions 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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/pg-v5/CHANGELOG.md
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.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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/pipelines/CHANGELOG.md
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.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
Expand Down

0 comments on commit c6103ba

Please sign in to comment.