Skip to content

Commit

Permalink
v7.47.6 (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmicahcooper authored Dec 16, 2020
1 parent 7f86c49 commit 20a1b78
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 11 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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16)

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





## [7.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10)

**Note:** Version bump only for package heroku
Expand Down
9 changes: 4 additions & 5 deletions docs/pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,14 @@ USAGE
$ heroku pg:connection-pooling:attach [DATABASE]
OPTIONS
-a, --app=app (required) app to run command against
-n, --credential=credential name of the credential within the database
-r, --remote=remote git remote of app to use
--as=as name for add-on attachment
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--as=as name for add-on attachment
DESCRIPTION
Example:
heroku pg:connection-pooling:attach postgresql-something-12345 --credential cred-name
heroku pg:connection-pooling:attach postgresql-something-12345
```

## `heroku pg:copy SOURCE TARGET`
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.47.5",
"version": "7.47.6",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16)

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





## [7.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10)

**Note:** Version bump only for package heroku
Expand Down
6 changes: 3 additions & 3 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.47.5",
"version": "7.47.6",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -26,13 +26,13 @@
"@heroku-cli/plugin-local": "^7.43.0",
"@heroku-cli/plugin-oauth-v5": "^7.42.12",
"@heroku-cli/plugin-orgs-v5": "^7.43.0",
"@heroku-cli/plugin-pg-v5": "^7.47.5",
"@heroku-cli/plugin-pg-v5": "^7.47.6",
"@heroku-cli/plugin-pipelines": "^7.47.2",
"@heroku-cli/plugin-ps": "^7.43.0",
"@heroku-cli/plugin-ps-exec": "2.3.8",
"@heroku-cli/plugin-redis-v5": "^7.45.0",
"@heroku-cli/plugin-run": "^7.43.0",
"@heroku-cli/plugin-spaces": "^7.43.0",
"@heroku-cli/plugin-spaces": "^7.47.6",
"@heroku-cli/plugin-status": "^7.43.0",
"@heroku-cli/plugin-webhooks": "^7.43.0",
"@oclif/command": "1.5.18",
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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16)


### Bug Fixes

* **pg-v5:** return child process stdout ([#1701](https://github.com/heroku/cli/issues/1701)) ([7f86c49](https://github.com/heroku/cli/commit/7f86c49df77dfed6bfe4297b59a6f939385dc151)), closes [#1691](https://github.com/heroku/cli/issues/1691) [#1691](https://github.com/heroku/cli/issues/1691) [/github.com/heroku/cli/blob/729acd6382b424649c51bff7f4afb02df99d46ac/packages/pg-v5/commands/ps.js#L27](https://github.com//github.com/heroku/cli/blob/729acd6382b424649c51bff7f4afb02df99d46ac/packages/pg-v5/commands/ps.js/issues/L27)





## [7.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10)


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.47.5",
"version": "7.47.6",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
8 changes: 8 additions & 0 deletions packages/spaces/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.47.6](https://github.com/heroku/cli/compare/v7.47.5...v7.47.6) (2020-12-16)

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





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

**Note:** Version bump only for package @heroku-cli/plugin-spaces
Expand Down
2 changes: 1 addition & 1 deletion packages/spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-spaces",
"description": "Heroku plugin to manage Heroku Private Spaces",
"version": "7.43.0",
"version": "7.47.6",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 20a1b78

Please sign in to comment.