Skip to content

Commit

Permalink
v7.66.2 (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 authored Nov 10, 2022
1 parent 6df32a5 commit 2a200f5
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 7 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.66.2](https://github.com/heroku/cli/compare/v7.66.0...v7.66.2) (2022-11-10)

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





## [7.66.1](https://github.com/heroku/cli/compare/v7.66.0...v7.66.1) (2022-11-09)

**Note:** Version bump only for package heroku
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.66.1",
"version": "7.66.2",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apps-v5/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.66.2](https://github.com/heroku/cli/compare/v7.66.0...v7.66.2) (2022-11-10)

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





## [7.66.1](https://github.com/heroku/cli/compare/v7.66.0...v7.66.1) (2022-11-09)

**Note:** Version bump only for package @heroku-cli/plugin-apps-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps-v5/7.66.1 darwin-x64 node-v16.14.0
@heroku-cli/plugin-apps-v5/7.66.2 darwin-x64 node-v16.14.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps-v5",
"description": "Heroku CLI plugin to manage apps.",
"version": "7.66.1",
"version": "7.66.2",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
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.66.2](https://github.com/heroku/cli/compare/v7.66.0...v7.66.2) (2022-11-10)

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





## [7.66.1](https://github.com/heroku/cli/compare/v7.66.0...v7.66.1) (2022-11-09)

**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.66.1",
"version": "7.66.2",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -12,7 +12,7 @@
"@heroku-cli/command": "^8.4.1",
"@heroku-cli/plugin-addons-v5": "^7.62.0",
"@heroku-cli/plugin-apps": "^7.62.0",
"@heroku-cli/plugin-apps-v5": "^7.66.1",
"@heroku-cli/plugin-apps-v5": "^7.66.2",
"@heroku-cli/plugin-auth": "^7.60.0",
"@heroku-cli/plugin-autocomplete": "^7.60.0",
"@heroku-cli/plugin-buildpacks": "^7.62.0",
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.66.1",
"@heroku-cli/plugin-pg-v5": "^7.66.2",
"@heroku-cli/plugin-pipelines": "^7.62.0",
"@heroku-cli/plugin-ps": "^7.60.0",
"@heroku-cli/plugin-ps-exec": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/pg-v5/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.66.2](https://github.com/heroku/cli/compare/v7.66.0...v7.66.2) (2022-11-10)

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





## [7.66.1](https://github.com/heroku/cli/compare/v7.66.0...v7.66.1) (2022-11-09)

**Note:** Version bump only for package @heroku-cli/plugin-pg-v5
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.66.1",
"version": "7.66.2",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 2a200f5

Please sign in to comment.