Skip to content

Commit

Permalink
v7.67.0 (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
tevanoff authored Nov 29, 2022
1 parent 0f52326 commit 74b9b55
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 16 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.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29)

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





## [7.66.4](https://github.com/heroku/cli/compare/v7.66.3...v7.66.4) (2022-11-16)

**Note:** Version bump only for package heroku
Expand Down
2 changes: 1 addition & 1 deletion docs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EXAMPLES
$ heroku logs --app=my-app --tail
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.66.3/src/commands/logs.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.67.0/src/commands/logs.ts)_
4 changes: 2 additions & 2 deletions docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EXAMPLES
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.66.3/src/commands/run/index.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.67.0/src/commands/run/index.ts)_

## `heroku run:detached`

Expand All @@ -54,4 +54,4 @@ EXAMPLE
$ heroku run:detached ls
```

_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.66.3/src/commands/run/detached.ts)_
_See code: [@heroku-cli/plugin-run](https://github.com/heroku/cli/blob/v7.67.0/src/commands/run/detached.ts)_
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.4",
"version": "7.67.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/addons-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.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29)


### Features

* **cli:** remove references to free ([#2145](https://github.com/heroku/cli/issues/2145)) ([0f52326](https://github.com/heroku/cli/commit/0f52326c087f470e41000d25a25b126294df866a)), closes [#2142](https://github.com/heroku/cli/issues/2142) [#2141](https://github.com/heroku/cli/issues/2141) [#2137](https://github.com/heroku/cli/issues/2137) [#2146](https://github.com/heroku/cli/issues/2146)





## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/addons-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-addons-v5",
"description": "`heroku addons:*` commands",
"version": "7.66.3",
"version": "7.67.0",
"author": "Bo Jeanes @bjeanes",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down
11 changes: 11 additions & 0 deletions packages/apps-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.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29)


### Features

* **cli:** remove references to free ([#2145](https://github.com/heroku/cli/issues/2145)) ([0f52326](https://github.com/heroku/cli/commit/0f52326c087f470e41000d25a25b126294df866a)), closes [#2142](https://github.com/heroku/cli/issues/2142) [#2141](https://github.com/heroku/cli/issues/2141) [#2137](https://github.com/heroku/cli/issues/2137) [#2146](https://github.com/heroku/cli/issues/2146)





## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14)


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 @@ -13,7 +13,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps-v5/7.66.3 darwin-x64 node-v16.0.0
@heroku-cli/plugin-apps-v5/7.67.0 darwin-x64 node-v16.13.2
$ 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.3",
"version": "7.67.0",
"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.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29)

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





## [7.66.4](https://github.com/heroku/cli/compare/v7.66.3...v7.66.4) (2022-11-16)

**Note:** Version bump only for package heroku
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "7.67.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"@heroku-cli/color": "1.1.14",
"@heroku-cli/command": "^8.4.1",
"@heroku-cli/plugin-addons-v5": "^7.66.3",
"@heroku-cli/plugin-addons-v5": "^7.67.0",
"@heroku-cli/plugin-apps": "^7.66.3",
"@heroku-cli/plugin-apps-v5": "^7.66.3",
"@heroku-cli/plugin-apps-v5": "^7.67.0",
"@heroku-cli/plugin-auth": "^7.66.3",
"@heroku-cli/plugin-autocomplete": "^7.66.3",
"@heroku-cli/plugin-buildpacks": "^7.66.3",
Expand All @@ -31,7 +31,7 @@
"@heroku-cli/plugin-ps": "^7.66.3",
"@heroku-cli/plugin-ps-exec": "^2.4.0",
"@heroku-cli/plugin-redis-v5": "^7.66.3",
"@heroku-cli/plugin-run": "^7.66.3",
"@heroku-cli/plugin-run": "^7.67.0",
"@heroku-cli/plugin-spaces": "^7.66.3",
"@heroku-cli/plugin-status": "^7.66.3",
"@heroku-cli/plugin-webhooks": "^7.66.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/run/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.67.0](https://github.com/heroku/cli/compare/v7.66.4...v7.67.0) (2022-11-29)


### Features

* **cli:** remove references to free ([#2145](https://github.com/heroku/cli/issues/2145)) ([0f52326](https://github.com/heroku/cli/commit/0f52326c087f470e41000d25a25b126294df866a)), closes [#2142](https://github.com/heroku/cli/issues/2142) [#2141](https://github.com/heroku/cli/issues/2141) [#2137](https://github.com/heroku/cli/issues/2137) [#2146](https://github.com/heroku/cli/issues/2146)





## [7.66.3](https://github.com/heroku/cli/compare/v7.66.2...v7.66.3) (2022-11-14)


Expand Down
8 changes: 4 additions & 4 deletions packages/run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-run
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-run/7.66.3 darwin-x64 node-v16.0.0
@heroku-cli/plugin-run/7.67.0 darwin-x64 node-v16.13.2
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down Expand Up @@ -63,7 +63,7 @@ EXAMPLES
$ heroku logs --app=my-app --tail
```

_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.66.3/src/commands/logs.ts)_
_See code: [src/commands/logs.ts](https://github.com/heroku/cli/blob/v7.67.0/src/commands/logs.ts)_

## `heroku run`

Expand Down Expand Up @@ -91,7 +91,7 @@ EXAMPLES
$ heroku run -s hobby -- myscript.sh -a arg1 -s arg2
```

_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.66.3/src/commands/run/index.ts)_
_See code: [src/commands/run/index.ts](https://github.com/heroku/cli/blob/v7.67.0/src/commands/run/index.ts)_

## `heroku run:detached`

Expand All @@ -113,5 +113,5 @@ EXAMPLE
$ heroku run:detached ls
```

_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.66.3/src/commands/run/detached.ts)_
_See code: [src/commands/run/detached.ts](https://github.com/heroku/cli/blob/v7.67.0/src/commands/run/detached.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-run",
"version": "7.66.3",
"version": "7.67.0",
"author": "Chris Freeman @cafreeman",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 74b9b55

Please sign in to comment.