Skip to content

Commit

Permalink
v8.1.3 (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg authored May 1, 2023
1 parent b516b33 commit 4ccc6bf
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 8 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.

## [8.1.3](https://github.com/heroku/cli/compare/v8.1.2...v8.1.3) (2023-05-01)

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





## [8.1.2](https://github.com/heroku/cli/compare/v8.1.1...v8.1.2) (2023-05-01)

**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": "8.1.2",
"version": "8.1.3",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ci-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.

## [8.1.3](https://github.com/heroku/cli/compare/v8.1.2...v8.1.3) (2023-05-01)

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





# [8.1.0](https://github.com/heroku/cli/compare/v8.0.6...v8.1.0) (2023-04-27)

**Note:** Version bump only for package @heroku-cli/plugin-ci-v5
Expand Down
4 changes: 2 additions & 2 deletions packages/ci-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-ci-v5",
"description": "Heroku CLI plugin for Heroku CI",
"version": "8.1.0",
"version": "8.1.3",
"author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@heroku-cli/command": "^9.0.2",
"@heroku-cli/plugin-run-v5": "^8.0.5",
"@heroku-cli/plugin-run-v5": "^8.1.3",
"ansi-escapes": "3.2.0",
"bluebird": "^3.5.3",
"github-url-to-object": "^4.0.4",
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.

## [8.1.3](https://github.com/heroku/cli/compare/v8.1.2...v8.1.3) (2023-05-01)

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





## [8.1.2](https://github.com/heroku/cli/compare/v8.1.1...v8.1.2) (2023-05-01)

**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": "8.1.2",
"version": "8.1.3",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/heroku/cli/issues",
Expand All @@ -17,7 +17,7 @@
"@heroku-cli/plugin-certs": "^8.1.0",
"@heroku-cli/plugin-certs-v5": "^8.1.0",
"@heroku-cli/plugin-ci": "^8.1.0",
"@heroku-cli/plugin-ci-v5": "^8.1.0",
"@heroku-cli/plugin-ci-v5": "^8.1.3",
"@heroku-cli/plugin-config": "^8.1.0",
"@heroku-cli/plugin-container-registry-v5": "^8.1.0",
"@heroku-cli/plugin-git": "^8.1.0",
Expand All @@ -30,7 +30,7 @@
"@heroku-cli/plugin-ps-exec": "^2.4.0",
"@heroku-cli/plugin-redis-v5": "^8.1.2",
"@heroku-cli/plugin-run": "^8.1.0",
"@heroku-cli/plugin-spaces": "^8.1.0",
"@heroku-cli/plugin-spaces": "^8.1.3",
"@heroku-cli/plugin-status": "^8.1.0",
"@heroku-cli/plugin-webhooks": "^8.0.6",
"@oclif/core": "^1.26.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/run-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.

## [8.1.3](https://github.com/heroku/cli/compare/v8.1.2...v8.1.3) (2023-05-01)

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





## [8.0.5](https://github.com/heroku/cli/compare/v8.0.4...v8.0.5) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/run-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-run-v5",
"description": "Heroku CLI plugin to run one-off dyno processes.",
"version": "8.0.5",
"version": "8.1.3",
"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.

## [8.1.3](https://github.com/heroku/cli/compare/v8.1.2...v8.1.3) (2023-05-01)

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





# [8.1.0](https://github.com/heroku/cli/compare/v8.0.6...v8.1.0) (2023-04-27)

**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": "8.1.0",
"version": "8.1.3",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 4ccc6bf

Please sign in to comment.