Skip to content

Commit

Permalink
v7.43.2 (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman authored Sep 22, 2020
1 parent 228d2d6 commit 5261e2f
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 17 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.

## [7.43.2](https://github.com/heroku/cli/compare/v7.43.1...v7.43.2) (2020-09-22)

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





## [7.43.1](https://github.com/heroku/cli/compare/v7.43.0...v7.43.1) (2020-09-21)

**Note:** Version bump only for package heroku
Expand Down
12 changes: 6 additions & 6 deletions docs/domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ EXAMPLES
$ heroku domains --filter 'Domain Name=www.example.com'
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/index.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -64,7 +64,7 @@ EXAMPLE
heroku domains:add www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/add.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -83,7 +83,7 @@ EXAMPLE
heroku domains:clear
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/clear.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -102,7 +102,7 @@ EXAMPLE
$ heroku domains:info www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/info.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -121,7 +121,7 @@ EXAMPLE
heroku domains:remove www.example.com
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/remove.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/remove.ts)_

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -137,4 +137,4 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/wait.ts)_
_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/wait.ts)_
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.43.1",
"version": "7.43.2",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.

## [7.43.2](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.43.1...v7.43.2) (2020-09-22)

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





# [7.43.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.42.13...v7.43.0) (2020-09-15)


Expand Down
14 changes: 7 additions & 7 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 (-v|--version|version)
@heroku-cli/plugin-apps/7.43.0 darwin-x64 node-v12.15.0
@heroku-cli/plugin-apps/7.43.2 darwin-x64 node-v12.15.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -66,7 +66,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/v7.43.0/src/commands/domains/index.ts)_
_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/index.ts)_

## `heroku domains:add HOSTNAME`

Expand All @@ -88,7 +88,7 @@ EXAMPLE
heroku domains:add www.example.com
```

_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/add.ts)_
_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/add.ts)_

## `heroku domains:clear`

Expand All @@ -107,7 +107,7 @@ EXAMPLE
heroku domains:clear
```

_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/clear.ts)_
_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/clear.ts)_

## `heroku domains:info HOSTNAME`

Expand All @@ -126,7 +126,7 @@ EXAMPLE
$ heroku domains:info www.example.com
```

_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/info.ts)_
_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/info.ts)_

## `heroku domains:remove HOSTNAME`

Expand All @@ -145,7 +145,7 @@ EXAMPLE
heroku domains:remove www.example.com
```

_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/remove.ts)_
_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/src/commands/domains/remove.ts)_

## `heroku domains:wait [HOSTNAME]`

Expand All @@ -161,5 +161,5 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.0/src/commands/domains/wait.ts)_
_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.43.2/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": "7.43.0",
"version": "7.43.2",
"author": "Brett @brettgoulder",
"bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.

## [7.43.2](https://github.com/heroku/cli/compare/v7.43.1...v7.43.2) (2020-09-22)

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





## [7.43.1](https://github.com/heroku/cli/compare/v7.43.0...v7.43.1) (2020-09-21)

**Note:** Version bump only for package heroku
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.43.1",
"version": "7.43.2",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@heroku-cli/color": "1.1.14",
"@heroku-cli/command": "^8.4.0",
"@heroku-cli/plugin-addons-v5": "^7.42.2",
"@heroku-cli/plugin-apps": "^7.43.0",
"@heroku-cli/plugin-apps": "^7.43.2",
"@heroku-cli/plugin-apps-v5": "^7.43.0",
"@heroku-cli/plugin-auth": "^7.43.0",
"@heroku-cli/plugin-autocomplete": "^7.43.0",
Expand Down

0 comments on commit 5261e2f

Please sign in to comment.