Skip to content

Commit

Permalink
v7.63.0 (heroku#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Carbert authored Aug 31, 2022
1 parent 0608f5e commit ee4d76a
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 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.63.0](https://github.com/heroku/cli/compare/v7.62.0...v7.63.0) (2022-08-31)

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





# [7.62.0](https://github.com/heroku/cli/compare/v7.60.2...v7.62.0) (2022-08-04)


Expand Down
6 changes: 4 additions & 2 deletions docs/pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ USAGE
OPTIONS
-a, --app=app (required) app to run command against
-c, --confirm=confirm
-e, --extensions=extensions comma-separated list of extensions to pre-install in the public schema
-r, --remote=remote git remote of app to use
-v, --verbose
--wait-interval=wait-interval
Expand Down Expand Up @@ -865,9 +866,10 @@ USAGE
$ heroku pg:reset [DATABASE]
OPTIONS
-a, --app=app (required) app to run command against
-a, --app=app (required) app to run command against
-c, --confirm=confirm
-r, --remote=remote git remote of app to use
-e, --extensions=extensions comma-separated list of extensions to pre-install in the public schema
-r, --remote=remote git remote of app to use
```

## `heroku pg:settings [DATABASE]`
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.62.0",
"version": "7.63.0",
"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.63.0](https://github.com/heroku/cli/compare/v7.62.0...v7.63.0) (2022-08-31)

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





# [7.62.0](https://github.com/heroku/cli/compare/v7.60.2...v7.62.0) (2022-08-04)


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.62.0",
"version": "7.63.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -26,7 +26,7 @@
"@heroku-cli/plugin-local": "^7.60.0",
"@heroku-cli/plugin-oauth-v5": "^7.54.0",
"@heroku-cli/plugin-orgs-v5": "^7.54.0",
"@heroku-cli/plugin-pg-v5": "^7.60.0",
"@heroku-cli/plugin-pg-v5": "^7.63.0",
"@heroku-cli/plugin-pipelines": "^7.62.0",
"@heroku-cli/plugin-ps": "^7.60.0",
"@heroku-cli/plugin-ps-exec": "2.3.8",
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.63.0](https://github.com/heroku/cli/compare/v7.62.0...v7.63.0) (2022-08-31)


### Features

* **pg-v5:** accept a list of extensions to pre-install for pg:backups:restore and pg:reset ([#2043](https://github.com/heroku/cli/issues/2043)) ([0608f5e](https://github.com/heroku/cli/commit/0608f5e17a08d98bf957440924bb73763f4baae5))





# [7.60.0](https://github.com/heroku/cli/compare/v7.59.1...v7.60.0) (2022-03-23)


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.60.0",
"version": "7.63.0",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit ee4d76a

Please sign in to comment.