Skip to content

Commit

Permalink
v7.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito committed Feb 26, 2019
1 parent c7fe4d6 commit a1020a5
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 10 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.22.1](https://github.com/heroku/cli/compare/v7.22.0...v7.22.1) (2019-02-26)

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





# [7.22.0](https://github.com/heroku/cli/compare/v7.21.0...v7.22.0) (2019-02-20)


Expand Down
4 changes: 2 additions & 2 deletions docs/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPTIONS
-A, --all include apps in all teams
-p, --personal list apps in personal account when a default team is set
-s, --space=space filter by space
-t, --team=team team to use
-t, --team=team [default: kathmandu] team to use
--json output in json format
EXAMPLES
Expand Down Expand Up @@ -62,7 +62,7 @@ OPTIONS
-n, --no-remote do not create a git remote
-r, --remote=remote the git remote to create, default "heroku"
-s, --stack=stack the stack to create the app on
-t, --team=team team to use
-t, --team=team [default: kathmandu] team to use
--addons=addons comma-delimited list of addons to install
--json output in json format
--region=region specify region for the app to run in
Expand Down
4 changes: 2 additions & 2 deletions docs/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
-s, --stage=stage stage of first app in pipeline
-t, --team=team the team which will own the apps (can also use --org)
-t, --team=team [default: kathmandu] the team which will own the apps (can also use --org)
DESCRIPTION
An existing app must be specified as the first app in the pipeline.
Expand Down Expand Up @@ -278,7 +278,7 @@ ARGUMENTS
REPO a GitHub repository to connect the pipeline to
OPTIONS
-t, --team=team the team which will own the apps (can also use --org)
-t, --team=team [default: kathmandu] the team which will own the apps (can also use --org)
-y, --yes accept all default settings without prompting
EXAMPLES
Expand Down
4 changes: 2 additions & 2 deletions docs/spaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ USAGE
$ heroku spaces
OPTIONS
-t, --team=team team to use
-t, --team=team [default: kathmandu] team to use
--json output in json format
```

Expand All @@ -45,7 +45,7 @@ USAGE
OPTIONS
-s, --space=space name of space to create
-t, --team=team team to use
-t, --team=team [default: kathmandu] team to use
--cidr=cidr RFC-1918 CIDR the space will use
--data-cidr=data-cidr RFC-1918 CIDR used by Heroku Data resources for the space
--region=region region name
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.22.0",
"version": "7.22.1",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
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.22.1](https://github.com/heroku/cli/compare/v7.22.0...v7.22.1) (2019-02-26)

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





# [7.22.0](https://github.com/heroku/cli/compare/v7.21.0...v7.22.0) (2019-02-20)


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.22.0",
"version": "7.22.1",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -25,7 +25,7 @@
"@heroku-cli/plugin-local-v5": "^7.21.0",
"@heroku-cli/plugin-oauth-v5": "^7.21.0",
"@heroku-cli/plugin-orgs-v5": "^7.21.0",
"@heroku-cli/plugin-pg-v5": "^7.22.0",
"@heroku-cli/plugin-pg-v5": "^7.22.1",
"@heroku-cli/plugin-pipelines-v5": "^7.21.0",
"@heroku-cli/plugin-ps": "^7.21.0",
"@heroku-cli/plugin-ps-exec": "2.3.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/pg-v5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.1](https://github.com/heroku/cli/compare/v7.22.0...v7.22.1) (2019-02-26)


### Bug Fixes

* **pg-v5:** update missing credential error ([#1198](https://github.com/heroku/cli/issues/1198)) ([c7fe4d6](https://github.com/heroku/cli/commit/c7fe4d6))





# [7.22.0](https://github.com/heroku/cli/compare/v7.21.0...v7.22.0) (2019-02-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/pg-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-pg-v5",
"description": "Heroku CLI plugin to manage Postgres.",
"version": "7.22.0",
"version": "7.22.1",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit a1020a5

Please sign in to comment.