From 795852d6070f92371c482d9aaea1b23ac7d1f0ef Mon Sep 17 00:00:00 2001
From: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
Date: Wed, 20 Jun 2018 12:13:35 -0700
Subject: [PATCH] v7.4.5
---
CHANGELOG.md | 11 +++++
docs/auth.md | 14 +++----
docs/certs.md | 26 ++++++------
docs/config.md | 6 +--
docs/git.md | 4 +-
docs/labs.md | 2 +-
docs/regions.md | 2 +-
docs/status.md | 2 +-
docs/webhooks.md | 18 ++++----
lerna.json | 2 +-
npm-shrinkwrap.json | 46 ++++++++++-----------
package.json | 42 +++++++++----------
packages/addons-v5/CHANGELOG.md | 11 +++++
packages/addons-v5/package.json | 2 +-
packages/apps-v5/CHANGELOG.md | 17 ++++++--
packages/apps-v5/README.md | 2 +-
packages/apps-v5/package.json | 2 +-
packages/auth/CHANGELOG.md | 11 +++++
packages/auth/README.md | 16 +++----
packages/auth/package.json | 2 +-
packages/certs-v5/CHANGELOG.md | 11 +++++
packages/certs-v5/README.md | 26 ++++++------
packages/certs-v5/package.json | 2 +-
packages/certs/CHANGELOG.md | 11 +++++
packages/certs/README.md | 2 +-
packages/certs/package.json | 2 +-
packages/ci-v5/CHANGELOG.md | 11 +++++
packages/ci-v5/package.json | 4 +-
packages/config/CHANGELOG.md | 11 +++++
packages/config/README.md | 8 ++--
packages/config/package.json | 2 +-
packages/container-registry-v5/CHANGELOG.md | 11 +++++
packages/container-registry-v5/package.json | 2 +-
packages/git/CHANGELOG.md | 11 +++++
packages/git/README.md | 6 +--
packages/git/package.json | 2 +-
packages/local-v5/CHANGELOG.md | 11 +++++
packages/local-v5/package.json | 2 +-
packages/oauth-v5/CHANGELOG.md | 11 +++++
packages/oauth-v5/package.json | 2 +-
packages/orgs-v5/CHANGELOG.md | 11 +++++
packages/orgs-v5/package.json | 2 +-
packages/pg-v5/CHANGELOG.md | 11 +++++
packages/pg-v5/package.json | 2 +-
packages/pipelines-v5/CHANGELOG.md | 11 +++++
packages/pipelines-v5/package.json | 2 +-
packages/ps/CHANGELOG.md | 11 +++++
packages/ps/README.md | 2 +-
packages/ps/package.json | 2 +-
packages/redis-v5/CHANGELOG.md | 11 +++++
packages/redis-v5/package.json | 2 +-
packages/run-v5/CHANGELOG.md | 11 +++++
packages/run-v5/package.json | 2 +-
packages/spaces/CHANGELOG.md | 11 +++++
packages/spaces/package.json | 2 +-
packages/status/CHANGELOG.md | 11 +++++
packages/status/README.md | 4 +-
packages/status/package.json | 2 +-
packages/webhooks-v5/CHANGELOG.md | 11 +++++
packages/webhooks-v5/README.md | 18 ++++----
packages/webhooks-v5/package.json | 2 +-
61 files changed, 379 insertions(+), 148 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 236566230a..588a1d4226 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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
## [7.4.4](https://github.com/heroku/cli/compare/v7.4.3...v7.4.4) (2018-06-20)
diff --git a/docs/auth.md b/docs/auth.md
index 2ae1819ce0..8f922b6286 100644
--- a/docs/auth.md
+++ b/docs/auth.md
@@ -24,7 +24,7 @@ ALIASES
$ heroku twofactor
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/2fa.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/2fa.ts)_
## `heroku auth:2fa:disable`
@@ -43,7 +43,7 @@ EXAMPLES
Disabling 2fa on me@example.com... done
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/2fa/disable.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/2fa/disable.ts)_
## `heroku auth:2fa:generate-recovery-codes`
@@ -82,7 +82,7 @@ EXAMPLES
f82e7c2a50737494
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/2fa/generate-recovery-codes.ts)_
## `heroku auth:login`
@@ -102,7 +102,7 @@ ALIASES
$ heroku login
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/login.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/login.ts)_
## `heroku auth:logout`
@@ -116,7 +116,7 @@ ALIASES
$ heroku logout
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/logout.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/logout.ts)_
## `heroku auth:token`
@@ -134,7 +134,7 @@ DESCRIPTION
authorizations:create
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/token.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/token.ts)_
## `heroku auth:whoami`
@@ -148,4 +148,4 @@ ALIASES
$ heroku whoami
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/auth/whoami.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/auth/whoami.ts)_
diff --git a/docs/certs.md b/docs/certs.md
index 87e1883881..ad6dfbc3d9 100644
--- a/docs/certs.md
+++ b/docs/certs.md
@@ -30,7 +30,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs.js)_
## `heroku certs:add CRT KEY`
@@ -57,7 +57,7 @@ EXAMPLES
$ heroku certs:add intermediary.crt example.com.crt example.com.key
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/add.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/add.js)_
## `heroku certs:auto`
@@ -72,7 +72,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto.js)_
## `heroku certs:auto:disable`
@@ -87,7 +87,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto/disable.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto/disable.js)_
## `heroku certs:auto:enable`
@@ -102,7 +102,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto/enable.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto/enable.js)_
## `heroku certs:auto:refresh`
@@ -117,7 +117,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/auto/refresh.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/auto/refresh.js)_
## `heroku certs:chain`
@@ -132,7 +132,7 @@ OPTIONS
-r, --remote=remote git remote of app to use
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/chain.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/chain.js)_
## `heroku certs:generate DOMAIN`
@@ -164,7 +164,7 @@ EXAMPLES
$ heroku certs:generate example.com
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/generate.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/generate.js)_
## `heroku certs:info`
@@ -181,7 +181,7 @@ OPTIONS
--name=name name to check info on
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/info.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/info.js)_
## `heroku certs:key`
@@ -203,7 +203,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/key.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/key.js)_
## `heroku certs:remove`
@@ -220,7 +220,7 @@ OPTIONS
--name=name name to remove
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/remove.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/remove.js)_
## `heroku certs:rollback`
@@ -237,7 +237,7 @@ OPTIONS
--name=name name to rollback
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/rollback.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/rollback.js)_
## `heroku certs:update CRT KEY`
@@ -264,4 +264,4 @@ EXAMPLES
$ heroku certs:update intermediary.crt example.com.crt example.com.key
```
-_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.2/packages/certs-v5/commands/certs/update.js)_
+_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/certs-v5/commands/certs/update.js)_
diff --git a/docs/config.md b/docs/config.md
index ffd5ced1a6..1626758e98 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -24,7 +24,7 @@ OPTIONS
-s, --shell output config vars in shell format
```
-_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.0/packages/config/src/commands/config.ts)_
+_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config.ts)_
## `heroku config:edit [KEY]`
@@ -56,7 +56,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```
-_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.0/packages/config/src/commands/config/edit.ts)_
+_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config/edit.ts)_
## `heroku config:get KEY...`
@@ -76,7 +76,7 @@ EXAMPLES
production
```
-_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.0/packages/config/src/commands/config/get.ts)_
+_See code: [@heroku-cli/plugin-config](https://github.com/heroku/cli/blob/v7.4.5/packages/config/src/commands/config/get.ts)_
## `heroku config:set`
diff --git a/docs/git.md b/docs/git.md
index 294e5f4d14..dc59aceed8 100644
--- a/docs/git.md
+++ b/docs/git.md
@@ -29,7 +29,7 @@ EXAMPLES
...
```
-_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.0/packages/git/src/commands/git/clone.ts)_
+_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.5/packages/git/src/commands/git/clone.ts)_
## `heroku git:remote`
@@ -55,4 +55,4 @@ EXAMPLES
$ heroku git:remote --remote heroku-staging -a example
```
-_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.0/packages/git/src/commands/git/remote.ts)_
+_See code: [@heroku-cli/plugin-git](https://github.com/heroku/cli/blob/v7.4.5/packages/git/src/commands/git/remote.ts)_
diff --git a/docs/labs.md b/docs/labs.md
index 68c88ecdae..3a3d571120 100644
--- a/docs/labs.md
+++ b/docs/labs.md
@@ -36,7 +36,7 @@ OPTIONS
--confirm=confirm
```
-_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.0/packages/auth/src/commands/labs/disable.ts)_
+_See code: [@heroku-cli/plugin-auth](https://github.com/heroku/cli/blob/v7.4.5/packages/auth/src/commands/labs/disable.ts)_
## `heroku labs:enable FEATURE`
diff --git a/docs/regions.md b/docs/regions.md
index 5a6288c3ef..f60649fdcc 100644
--- a/docs/regions.md
+++ b/docs/regions.md
@@ -19,4 +19,4 @@ OPTIONS
--private show regions for private spaces
```
-_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.4.0/packages/ps/src/commands/regions.ts)_
+_See code: [@heroku-cli/plugin-ps](https://github.com/heroku/cli/blob/v7.4.5/packages/ps/src/commands/regions.ts)_
diff --git a/docs/status.md b/docs/status.md
index 6b8a047f6c..930d5ff5ad 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -17,4 +17,4 @@ OPTIONS
--json output in json format
```
-_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.4.0/packages/status/src/commands/status.ts)_
+_See code: [@heroku-cli/plugin-status](https://github.com/heroku/cli/blob/v7.4.5/packages/status/src/commands/status.ts)_
diff --git a/docs/webhooks.md b/docs/webhooks.md
index e05fdd0ecc..73208b3724 100644
--- a/docs/webhooks.md
+++ b/docs/webhooks.md
@@ -28,7 +28,7 @@ EXAMPLE
$ heroku webhooks
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks.js)_
## `heroku webhooks:add`
@@ -50,7 +50,7 @@ EXAMPLE
$ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/add.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/add.js)_
## `heroku webhooks:deliveries`
@@ -68,7 +68,7 @@ EXAMPLE
$ heroku webhooks:deliveries
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/deliveries.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/deliveries.js)_
## `heroku webhooks:deliveries:info [ID]`
@@ -85,7 +85,7 @@ EXAMPLE
$ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/deliveries/info.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/deliveries/info.js)_
## `heroku webhooks:events`
@@ -102,7 +102,7 @@ EXAMPLE
$ heroku webhooks:events
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/events.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/events.js)_
## `heroku webhooks:events:info [ID]`
@@ -119,7 +119,7 @@ EXAMPLE
$ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/events/info.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/events/info.js)_
## `heroku webhooks:info [ID]`
@@ -136,7 +136,7 @@ EXAMPLE
$ heroku webhooks:info 99999999-9999-9999-9999-999999999999
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/info.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/info.js)_
## `heroku webhooks:remove [ID]`
@@ -156,7 +156,7 @@ EXAMPLE
$ heroku webhooks:remove 99999999-9999-9999-9999-999999999999
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/remove.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/remove.js)_
## `heroku webhooks:update [ID]`
@@ -179,4 +179,4 @@ EXAMPLE
09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks
```
-_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.0/packages/webhooks-v5/commands/webhooks/update.js)_
+_See code: [@heroku-cli/plugin-webhooks-v5](https://github.com/heroku/cli/blob/v7.4.5/packages/webhooks-v5/commands/webhooks/update.js)_
diff --git a/lerna.json b/lerna.json
index 21198ec500..5a2ef8dba9 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "7.4.4",
+ "version": "7.4.5",
"lerna": "2.11.0",
"packages": [
".",
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 42a894c007..2d166a1c49 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
{
"name": "heroku",
- "version": "7.4.4",
+ "version": "7.4.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -47,7 +47,7 @@
}
},
"@heroku-cli/plugin-addons-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"co": "4.6.0",
"co-wait": "0.0.0",
@@ -6526,7 +6526,7 @@
}
},
"@heroku-cli/plugin-apps-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.20",
"co": "4.6.0",
@@ -10354,7 +10354,7 @@
}
},
"@heroku-cli/plugin-auth": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/color": "1.1.5",
"@oclif/command": "1.4.33",
@@ -15203,7 +15203,7 @@
}
},
"@heroku-cli/plugin-certs": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.18",
"@oclif/command": "1.4.30",
@@ -20458,7 +20458,7 @@
}
},
"@heroku-cli/plugin-certs-v5": {
- "version": "7.4.2",
+ "version": "7.4.5",
"requires": {
"co": "4.6.0",
"co-wait": "0.0.0",
@@ -27283,11 +27283,11 @@
}
},
"@heroku-cli/plugin-ci-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.14",
"@heroku-cli/plugin-pipelines": "2.5.8",
- "@heroku-cli/plugin-run-v5": "7.4.0",
+ "@heroku-cli/plugin-run-v5": "7.4.5",
"ansi-escapes": "3.1.0",
"bluebird": "3.5.1",
"co": "4.6.0",
@@ -27505,7 +27505,7 @@
}
},
"@heroku-cli/plugin-run-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"bundled": true,
"requires": {
"@heroku-cli/color": "1.1.5",
@@ -35998,7 +35998,7 @@
}
},
"@heroku-cli/plugin-config": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/color": "1.1.5",
"@heroku-cli/command": "8.1.26",
@@ -40908,7 +40908,7 @@
}
},
"@heroku-cli/plugin-container-registry-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"glob": "7.1.2",
"heroku-cli-util": "8.0.9",
@@ -47676,7 +47676,7 @@
}
},
"@heroku-cli/plugin-git": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/color": "1.1.5",
"@heroku-cli/command": "8.1.26",
@@ -53021,7 +53021,7 @@
}
},
"@heroku-cli/plugin-local-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.20",
"@heroku/foreman": "2.0.2",
@@ -56261,7 +56261,7 @@
}
},
"@heroku-cli/plugin-oauth-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"co": "4.6.0",
"date-fns": "1.29.0",
@@ -62611,7 +62611,7 @@
}
},
"@heroku-cli/plugin-orgs-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.20",
"co": "4.6.0",
@@ -69270,7 +69270,7 @@
}
},
"@heroku-cli/plugin-pg-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/plugin-addons": "1.2.29",
"bytes": "3.0.0",
@@ -77390,7 +77390,7 @@
}
},
"@heroku-cli/plugin-pipelines-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.17",
"bluebird": "3.5.1",
@@ -83720,7 +83720,7 @@
}
},
"@heroku-cli/plugin-ps": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/color": "1.1.5",
"@heroku-cli/command": "8.1.26",
@@ -86050,7 +86050,7 @@
}
},
"@heroku-cli/plugin-redis-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"heroku-cli-util": "8.0.9",
"redis-parser": "3.0.0",
@@ -92483,7 +92483,7 @@
}
},
"@heroku-cli/plugin-run-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/color": "1.1.5",
"@heroku-cli/command": "8.1.20",
@@ -95424,7 +95424,7 @@
}
},
"@heroku-cli/plugin-spaces": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.20",
"co": "4.6.0",
@@ -102264,7 +102264,7 @@
}
},
"@heroku-cli/plugin-status": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/color": "1.1.5",
"@heroku-cli/command": "8.1.26",
@@ -104558,7 +104558,7 @@
}
},
"@heroku-cli/plugin-webhooks-v5": {
- "version": "7.4.0",
+ "version": "7.4.5",
"requires": {
"@heroku-cli/command": "8.1.26",
"heroku-cli-util": "8.0.9"
diff --git a/package.json b/package.json
index f645efb4bd..3c58d7d016 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
- "version": "7.4.4",
+ "version": "7.4.5",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
@@ -10,27 +10,27 @@
"dependencies": {
"@heroku-cli/color": "1.1.5",
"@heroku-cli/command": "8.1.26",
- "@heroku-cli/plugin-addons-v5": "^7.4.0",
- "@heroku-cli/plugin-apps-v5": "^7.4.0",
- "@heroku-cli/plugin-auth": "^7.4.0",
- "@heroku-cli/plugin-certs": "^7.4.0",
- "@heroku-cli/plugin-certs-v5": "^7.4.2",
- "@heroku-cli/plugin-ci-v5": "^7.4.0",
- "@heroku-cli/plugin-config": "^7.4.0",
- "@heroku-cli/plugin-container-registry-v5": "^7.4.0",
- "@heroku-cli/plugin-git": "^7.4.0",
- "@heroku-cli/plugin-local-v5": "^7.4.0",
- "@heroku-cli/plugin-oauth-v5": "^7.4.0",
- "@heroku-cli/plugin-orgs-v5": "^7.4.0",
- "@heroku-cli/plugin-pg-v5": "^7.4.0",
- "@heroku-cli/plugin-pipelines-v5": "^7.4.0",
- "@heroku-cli/plugin-ps": "7.4.0",
+ "@heroku-cli/plugin-addons-v5": "^7.4.5",
+ "@heroku-cli/plugin-apps-v5": "^7.4.5",
+ "@heroku-cli/plugin-auth": "^7.4.5",
+ "@heroku-cli/plugin-certs": "^7.4.5",
+ "@heroku-cli/plugin-certs-v5": "^7.4.5",
+ "@heroku-cli/plugin-ci-v5": "^7.4.5",
+ "@heroku-cli/plugin-config": "^7.4.5",
+ "@heroku-cli/plugin-container-registry-v5": "^7.4.5",
+ "@heroku-cli/plugin-git": "^7.4.5",
+ "@heroku-cli/plugin-local-v5": "^7.4.5",
+ "@heroku-cli/plugin-oauth-v5": "^7.4.5",
+ "@heroku-cli/plugin-orgs-v5": "^7.4.5",
+ "@heroku-cli/plugin-pg-v5": "^7.4.5",
+ "@heroku-cli/plugin-pipelines-v5": "^7.4.5",
+ "@heroku-cli/plugin-ps": "^7.4.5",
"@heroku-cli/plugin-ps-exec": "2.3.4",
- "@heroku-cli/plugin-redis-v5": "^7.4.0",
- "@heroku-cli/plugin-run-v5": "^7.4.0",
- "@heroku-cli/plugin-spaces": "^7.4.0",
- "@heroku-cli/plugin-status": "^7.4.0",
- "@heroku-cli/plugin-webhooks-v5": "^7.4.0",
+ "@heroku-cli/plugin-redis-v5": "^7.4.5",
+ "@heroku-cli/plugin-run-v5": "^7.4.5",
+ "@heroku-cli/plugin-spaces": "^7.4.5",
+ "@heroku-cli/plugin-status": "^7.4.5",
+ "@heroku-cli/plugin-webhooks-v5": "^7.4.5",
"@oclif/command": "1.4.33",
"@oclif/config": "1.6.33",
"@oclif/errors": "1.1.2",
diff --git a/packages/addons-v5/CHANGELOG.md b/packages/addons-v5/CHANGELOG.md
index c99b687d84..9ceb186e1c 100644
--- a/packages/addons-v5/CHANGELOG.md
+++ b/packages/addons-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/addons-v5/package.json b/packages/addons-v5/package.json
index 00b3076262..707f2298d4 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.4.0",
+ "version": "7.4.5",
"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 c46d74735b..9520306d6f 100644
--- a/packages/apps-v5/CHANGELOG.md
+++ b/packages/apps-v5/CHANGELOG.md
@@ -3,7 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
@@ -14,7 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
-
+
# [7.3.0](https://github.com/heroku/heroku-apps/compare/v7.2.0...v7.3.0) (2018-06-19)
@@ -22,7 +33,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @heroku-cli/plugin-apps-v5
-
+
# [2.6.0](https://github.com/heroku/heroku-apps/compare/v2.5.10...v2.6.0) (2018-06-18)
diff --git a/packages/apps-v5/README.md b/packages/apps-v5/README.md
index b81530d3cc..f11a20c99d 100644
--- a/packages/apps-v5/README.md
+++ b/packages/apps-v5/README.md
@@ -15,7 +15,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
-@heroku-cli/plugin-apps-v5/7.4.0 darwin-x64 node-v10.0.0
+@heroku-cli/plugin-apps-v5/7.4.5 darwin-x64 node-v8.11.3
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
diff --git a/packages/apps-v5/package.json b/packages/apps-v5/package.json
index fe12736b7f..4ab1d9070a 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.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md
index 7beb5430d9..5c6be3e170 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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/auth/README.md b/packages/auth/README.md
index 397424444a..c300f3b94e 100644
--- a/packages/auth/README.md
+++ b/packages/auth/README.md
@@ -37,7 +37,7 @@ ALIASES
$ heroku twofactor
```
-_See code: [src/commands/auth/2fa.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/auth/2fa.ts)_
+_See code: [src/commands/auth/2fa.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/auth/2fa.ts)_
## `heroku auth:2fa:disable`
@@ -56,7 +56,7 @@ EXAMPLES
Disabling 2fa on me@example.com... done
```
-_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/auth/2fa/disable.ts)_
+_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/auth/2fa/disable.ts)_
## `heroku auth:2fa:generate-recovery-codes`
@@ -95,7 +95,7 @@ EXAMPLES
f82e7c2a50737494
```
-_See code: [src/commands/auth/2fa/generate-recovery-codes.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/auth/2fa/generate-recovery-codes.ts)_
+_See code: [src/commands/auth/2fa/generate-recovery-codes.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/auth/2fa/generate-recovery-codes.ts)_
## `heroku auth:login`
@@ -115,7 +115,7 @@ ALIASES
$ heroku login
```
-_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/auth/login.ts)_
+_See code: [src/commands/auth/login.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/auth/login.ts)_
## `heroku auth:logout`
@@ -129,7 +129,7 @@ ALIASES
$ heroku logout
```
-_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/auth/logout.ts)_
+_See code: [src/commands/auth/logout.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/auth/logout.ts)_
## `heroku auth:token`
@@ -147,7 +147,7 @@ DESCRIPTION
authorizations:create
```
-_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/auth/token.ts)_
+_See code: [src/commands/auth/token.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/auth/token.ts)_
## `heroku auth:whoami`
@@ -161,7 +161,7 @@ ALIASES
$ heroku whoami
```
-_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/auth/whoami.ts)_
+_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/auth/whoami.ts)_
## `heroku labs:disable [FEATURE]`
@@ -177,5 +177,5 @@ OPTIONS
--confirm=confirm
```
-_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/labs/disable.ts)_
+_See code: [src/commands/labs/disable.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/labs/disable.ts)_
diff --git a/packages/auth/package.json b/packages/auth/package.json
index a03a6e4fd9..19fafbaf23 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.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
diff --git a/packages/certs-v5/CHANGELOG.md b/packages/certs-v5/CHANGELOG.md
index bb1af1fb54..5dd4383427 100644
--- a/packages/certs-v5/CHANGELOG.md
+++ b/packages/certs-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
## [7.4.2](https://github.com/heroku/cli/compare/v7.4.1...v7.4.2) (2018-06-20)
diff --git a/packages/certs-v5/README.md b/packages/certs-v5/README.md
index 7dc1ba305d..7fb703f6b9 100644
--- a/packages/certs-v5/README.md
+++ b/packages/certs-v5/README.md
@@ -30,7 +30,7 @@ USAGE
$ heroku certs
```
-_See code: [commands/certs.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs.js)_
+_See code: [commands/certs.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs.js)_
## `heroku certs:add [CRT] [KEY]`
@@ -52,7 +52,7 @@ EXAMPLES
$ heroku certs:add intermediary.crt example.com.crt example.com.key
```
-_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/add.js)_
+_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/add.js)_
## `heroku certs:auto`
@@ -63,7 +63,7 @@ USAGE
$ heroku certs:auto
```
-_See code: [commands/certs/auto.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/auto.js)_
+_See code: [commands/certs/auto.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/auto.js)_
## `heroku certs:auto:disable`
@@ -74,7 +74,7 @@ USAGE
$ heroku certs:auto:disable
```
-_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/auto/disable.js)_
+_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/auto/disable.js)_
## `heroku certs:auto:enable`
@@ -85,7 +85,7 @@ USAGE
$ heroku certs:auto:enable
```
-_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/auto/enable.js)_
+_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/auto/enable.js)_
## `heroku certs:auto:refresh`
@@ -96,7 +96,7 @@ USAGE
$ heroku certs:auto:refresh
```
-_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/auto/refresh.js)_
+_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/auto/refresh.js)_
## `heroku certs:chain`
@@ -107,7 +107,7 @@ USAGE
$ heroku certs:chain
```
-_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/chain.js)_
+_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/chain.js)_
## `heroku certs:generate [DOMAIN]`
@@ -131,7 +131,7 @@ EXAMPLES
$ heroku certs:generate example.com
```
-_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/generate.js)_
+_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/generate.js)_
## `heroku certs:info`
@@ -146,7 +146,7 @@ OPTIONS
--1 endpoint to check info on
```
-_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/info.js)_
+_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/info.js)_
## `heroku certs:key`
@@ -160,7 +160,7 @@ EXAMPLES
$ heroku certs:key example.com.crt example.com.key
```
-_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/key.js)_
+_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/key.js)_
## `heroku certs:remove`
@@ -175,7 +175,7 @@ OPTIONS
--2 endpoint to remove
```
-_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/remove.js)_
+_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/remove.js)_
## `heroku certs:rollback`
@@ -190,7 +190,7 @@ OPTIONS
--2 endpoint to rollback
```
-_See code: [commands/certs/rollback.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/rollback.js)_
+_See code: [commands/certs/rollback.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/rollback.js)_
## `heroku certs:update [CRT] [KEY]`
@@ -212,5 +212,5 @@ EXAMPLES
$ heroku certs:update intermediary.crt example.com.crt example.com.key
```
-_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.4.2/commands/certs/update.js)_
+_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.4.5/commands/certs/update.js)_
diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json
index ff8e959502..ac010b11b2 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.4.2",
+ "version": "7.4.5",
"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 56ee5fe48e..be24158ad6 100644
--- a/packages/certs/CHANGELOG.md
+++ b/packages/certs/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/certs/README.md b/packages/certs/README.md
index a13d681d5e..050c95a70f 100644
--- a/packages/certs/README.md
+++ b/packages/certs/README.md
@@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-certs
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
-@heroku-cli/plugin-certs/7.4.0 darwin-x64 node-v10.0.0
+@heroku-cli/plugin-certs/7.4.5 darwin-x64 node-v8.11.3
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
diff --git a/packages/certs/package.json b/packages/certs/package.json
index 6c315d59b8..86ca66a1eb 100644
--- a/packages/certs/package.json
+++ b/packages/certs/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-certs",
- "version": "7.4.0",
+ "version": "7.4.5",
"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 87ff341c20..49738f35d5 100644
--- a/packages/ci-v5/CHANGELOG.md
+++ b/packages/ci-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/ci-v5/package.json b/packages/ci-v5/package.json
index 99a8b1a8ca..da5093fc71 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.4.0",
+ "version": "7.4.5",
"author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
@@ -15,7 +15,7 @@
"dependencies": {
"@heroku-cli/command": "^8.1.14",
"@heroku-cli/plugin-pipelines": "^2.5.8",
- "@heroku-cli/plugin-run-v5": "^7.4.0",
+ "@heroku-cli/plugin-run-v5": "^7.4.5",
"ansi-escapes": "3.1.0",
"bluebird": "^3.5.1",
"co": "^4.6.0",
diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md
index 08513baadd..74e902279a 100644
--- a/packages/config/CHANGELOG.md
+++ b/packages/config/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/config/README.md b/packages/config/README.md
index 116492dc07..3327a47844 100644
--- a/packages/config/README.md
+++ b/packages/config/README.md
@@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-config
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
-@heroku-cli/plugin-config/7.4.0 darwin-x64 node-v10.0.0
+@heroku-cli/plugin-config/7.4.5 darwin-x64 node-v8.11.3
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
@@ -49,7 +49,7 @@ OPTIONS
-s, --shell output config vars in shell format
```
-_See code: [src/commands/config.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/config.ts)_
+_See code: [src/commands/config.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/config.ts)_
## `heroku config:edit [KEY]`
@@ -81,7 +81,7 @@ EXAMPLES
$ VISUAL="atom --wait" heroku config:edit
```
-_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/config/edit.ts)_
+_See code: [src/commands/config/edit.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/config/edit.ts)_
## `heroku config:get KEY...`
@@ -101,5 +101,5 @@ EXAMPLES
production
```
-_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/config/get.ts)_
+_See code: [src/commands/config/get.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/config/get.ts)_
diff --git a/packages/config/package.json b/packages/config/package.json
index 0ba2ea318c..95d49cceac 100644
--- a/packages/config/package.json
+++ b/packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-config",
- "version": "7.4.0",
+ "version": "7.4.5",
"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 a6cfb3e36a..d398cb0e91 100644
--- a/packages/container-registry-v5/CHANGELOG.md
+++ b/packages/container-registry-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/container-registry-v5/package.json b/packages/container-registry-v5/package.json
index b50284b873..c9d50a4ec0 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.4.0",
+ "version": "7.4.5",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/git/CHANGELOG.md b/packages/git/CHANGELOG.md
index 561e661684..7421043891 100644
--- a/packages/git/CHANGELOG.md
+++ b/packages/git/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/git/README.md b/packages/git/README.md
index a435f946c1..f70ac6cba8 100644
--- a/packages/git/README.md
+++ b/packages/git/README.md
@@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-git
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
-@heroku-cli/plugin-git/7.4.0 darwin-x64 node-v10.0.0
+@heroku-cli/plugin-git/7.4.5 darwin-x64 node-v8.11.3
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
@@ -56,7 +56,7 @@ EXAMPLES
...
```
-_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/git/clone.ts)_
+_See code: [src/commands/git/clone.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/git/clone.ts)_
## `oclif-example git:remote`
@@ -82,5 +82,5 @@ EXAMPLES
$ heroku git:remote --remote heroku-staging -a example
```
-_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/git/remote.ts)_
+_See code: [src/commands/git/remote.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/git/remote.ts)_
diff --git a/packages/git/package.json b/packages/git/package.json
index c94fdb5cbc..9314bcf2fd 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.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
diff --git a/packages/local-v5/CHANGELOG.md b/packages/local-v5/CHANGELOG.md
index 561e661684..7421043891 100644
--- a/packages/local-v5/CHANGELOG.md
+++ b/packages/local-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/local-v5/package.json b/packages/local-v5/package.json
index d2ce640cc1..45e96d0882 100644
--- a/packages/local-v5/package.json
+++ b/packages/local-v5/package.json
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-local-v5",
"description": "run heroku apps locally",
- "version": "7.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey @dickeyxxx",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/oauth-v5/CHANGELOG.md b/packages/oauth-v5/CHANGELOG.md
index 21024705be..8faf3cbac1 100644
--- a/packages/oauth-v5/CHANGELOG.md
+++ b/packages/oauth-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/oauth-v5/package.json b/packages/oauth-v5/package.json
index 76e9b4b4d0..62483e983e 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.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/orgs-v5/CHANGELOG.md b/packages/orgs-v5/CHANGELOG.md
index 561e661684..7421043891 100644
--- a/packages/orgs-v5/CHANGELOG.md
+++ b/packages/orgs-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/orgs-v5/package.json b/packages/orgs-v5/package.json
index 02e88af5bb..8810c50731 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.4.0",
+ "version": "7.4.5",
"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 561e661684..7421043891 100644
--- a/packages/pg-v5/CHANGELOG.md
+++ b/packages/pg-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json
index 43f69864a7..8ebf5c6b9a 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.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/pipelines-v5/CHANGELOG.md b/packages/pipelines-v5/CHANGELOG.md
index 32eb872409..0bd7ec36a6 100644
--- a/packages/pipelines-v5/CHANGELOG.md
+++ b/packages/pipelines-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/pipelines-v5/package.json b/packages/pipelines-v5/package.json
index 3651579b29..e50c0aa1fa 100644
--- a/packages/pipelines-v5/package.json
+++ b/packages/pipelines-v5/package.json
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-pipelines-v5",
"description": "pipelines heroku plugin",
- "version": "7.4.0",
+ "version": "7.4.5",
"author": "Heroku Developer Experience team",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/ps/CHANGELOG.md b/packages/ps/CHANGELOG.md
index 48bfdd8221..3a7f196b5b 100644
--- a/packages/ps/CHANGELOG.md
+++ b/packages/ps/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/ps/README.md b/packages/ps/README.md
index dd05668526..117935832e 100644
--- a/packages/ps/README.md
+++ b/packages/ps/README.md
@@ -31,5 +31,5 @@ OPTIONS
--private show regions for private spaces
```
-_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/regions.ts)_
+_See code: [src/commands/regions.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/regions.ts)_
diff --git a/packages/ps/package.json b/packages/ps/package.json
index feffa47ab6..30168a9932 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.4.0",
+ "version": "7.4.5",
"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 561e661684..7421043891 100644
--- a/packages/redis-v5/CHANGELOG.md
+++ b/packages/redis-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/redis-v5/package.json b/packages/redis-v5/package.json
index affc73814c..075d2d91e2 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.4.0",
+ "version": "7.4.5",
"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 439f443a58..f48c760341 100644
--- a/packages/run-v5/CHANGELOG.md
+++ b/packages/run-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/run-v5/package.json b/packages/run-v5/package.json
index 5d2fd53a17..5df73d9809 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.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/spaces/CHANGELOG.md b/packages/spaces/CHANGELOG.md
index a806e02551..ec10327b3d 100644
--- a/packages/spaces/CHANGELOG.md
+++ b/packages/spaces/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/spaces/package.json b/packages/spaces/package.json
index ab16315207..9ae4eb44b9 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.4.0",
+ "version": "7.4.5",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/status/CHANGELOG.md b/packages/status/CHANGELOG.md
index c6c34eee4c..756c6e3150 100644
--- a/packages/status/CHANGELOG.md
+++ b/packages/status/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/status/README.md b/packages/status/README.md
index b9f51d3ecf..3a02ed0fa0 100644
--- a/packages/status/README.md
+++ b/packages/status/README.md
@@ -60,7 +60,7 @@ $ npm install -g @heroku-cli/plugin-status
$ @heroku-cli/plugin-status COMMAND
running command...
$ @heroku-cli/plugin-status (-v|--version|version)
-@heroku-cli/plugin-status/7.4.0 darwin-x64 node-v10.0.0
+@heroku-cli/plugin-status/7.4.5 darwin-x64 node-v8.11.3
$ @heroku-cli/plugin-status --help [COMMAND]
USAGE
$ @heroku-cli/plugin-status COMMAND
@@ -82,5 +82,5 @@ OPTIONS
--json output in json format
```
-_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v7.4.0/src/commands/status.ts)_
+_See code: [src/commands/status.ts](https://github.com/heroku/cli/blob/v7.4.5/src/commands/status.ts)_
diff --git a/packages/status/package.json b/packages/status/package.json
index 089bf02869..4f79c51e95 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.4.0",
+ "version": "7.4.5",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
diff --git a/packages/webhooks-v5/CHANGELOG.md b/packages/webhooks-v5/CHANGELOG.md
index 6189b6c2a7..852f351737 100644
--- a/packages/webhooks-v5/CHANGELOG.md
+++ b/packages/webhooks-v5/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.
+
+## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20)
+
+
+### Bug Fixes
+
+* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0))
+
+
+
+
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19)
diff --git a/packages/webhooks-v5/README.md b/packages/webhooks-v5/README.md
index 54c51e12fe..ac8d463dc4 100644
--- a/packages/webhooks-v5/README.md
+++ b/packages/webhooks-v5/README.md
@@ -26,7 +26,7 @@ EXAMPLE
$ heroku webhooks
```
-_See code: [commands/webhooks.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks.js)_
+_See code: [commands/webhooks.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:add`
@@ -48,7 +48,7 @@ EXAMPLE
$ heroku webhooks:add -i api:dyno -l notify -u https://example.com/hooks
```
-_See code: [commands/webhooks/add.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/add.js)_
+_See code: [commands/webhooks/add.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/add.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:deliveries`
@@ -66,7 +66,7 @@ EXAMPLE
$ heroku webhooks:deliveries
```
-_See code: [commands/webhooks/deliveries.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/deliveries.js)_
+_See code: [commands/webhooks/deliveries.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/deliveries.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:deliveries:info [ID]`
@@ -83,7 +83,7 @@ EXAMPLE
$ heroku webhooks:deliveries:info 99999999-9999-9999-9999-999999999999
```
-_See code: [commands/webhooks/deliveries/info.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/deliveries/info.js)_
+_See code: [commands/webhooks/deliveries/info.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/deliveries/info.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:events`
@@ -100,7 +100,7 @@ EXAMPLE
$ heroku webhooks:events
```
-_See code: [commands/webhooks/events.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/events.js)_
+_See code: [commands/webhooks/events.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/events.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:events:info [ID]`
@@ -117,7 +117,7 @@ EXAMPLE
$ heroku webhooks:events:info 99999999-9999-9999-9999-999999999999
```
-_See code: [commands/webhooks/events/info.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/events/info.js)_
+_See code: [commands/webhooks/events/info.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/events/info.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:info [ID]`
@@ -134,7 +134,7 @@ EXAMPLE
$ heroku webhooks:info 99999999-9999-9999-9999-999999999999
```
-_See code: [commands/webhooks/info.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/info.js)_
+_See code: [commands/webhooks/info.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/info.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:remove [ID]`
@@ -154,7 +154,7 @@ EXAMPLE
$ heroku webhooks:remove 99999999-9999-9999-9999-999999999999
```
-_See code: [commands/webhooks/remove.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/remove.js)_
+_See code: [commands/webhooks/remove.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/remove.js)_
## `@heroku-cli/plugin-webhooks-v5 webhooks:update [ID]`
@@ -177,5 +177,5 @@ EXAMPLE
09928c40bf1b191b645174a19f7053d16a180da37332e719ef0998f4c0a2 -u https://example.com/hooks
```
-_See code: [commands/webhooks/update.js](https://github.com/heroku/cli/blob/v7.4.0/commands/webhooks/update.js)_
+_See code: [commands/webhooks/update.js](https://github.com/heroku/cli/blob/v7.4.5/commands/webhooks/update.js)_
diff --git a/packages/webhooks-v5/package.json b/packages/webhooks-v5/package.json
index cf2ceac4a3..51febc5152 100644
--- a/packages/webhooks-v5/package.json
+++ b/packages/webhooks-v5/package.json
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-webhooks-v5",
"description": "Heroku CLI plugin to manage webhooks.",
- "version": "7.4.0",
+ "version": "7.4.5",
"author": "Ransom Briggs (@ransombriggs)",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {