Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Oct 23, 2023
1 parent b31eec2 commit 0026fed
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion batch-runs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"@actions/core": "^1.9.0",
"beachball-actions-common": "0.2.8"
"beachball-actions-common": "0.3.0"
}
}

This file was deleted.

15 changes: 15 additions & 0 deletions packages/beachball-actions-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "beachball-actions-common",
"entries": [
{
"date": "Mon, 23 Oct 2023 18:00:05 GMT",
"version": "0.3.0",
"tag": "beachball-actions-common_v0.3.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "beachball-actions-common",
"commit": "b31eec2f36b45ae343fa18b943adbe722676653f",
"comment": "Update to Node 20 and latest `@actions/github` to v6"
}
]
}
},
{
"date": "Mon, 24 Apr 2023 22:25:58 GMT",
"tag": "beachball-actions-common_v0.2.8",
Expand Down
10 changes: 9 additions & 1 deletion packages/beachball-actions-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - beachball-actions-common

This log was last generated on Mon, 24 Apr 2023 22:25:58 GMT and should not be manually modified.
This log was last generated on Mon, 23 Oct 2023 18:00:05 GMT and should not be manually modified.

<!-- Start content -->

## 0.3.0

Mon, 23 Oct 2023 18:00:05 GMT

### Minor changes

- Update to Node 20 and latest `@actions/github` to v6 ([email protected])

## 0.2.8

Mon, 24 Apr 2023 22:25:58 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/beachball-actions-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beachball-actions-common",
"version": "0.2.8",
"version": "0.3.0",
"description": "Utilities for Beachball-related GitHub Actions",
"author": "Elizabeth Craig <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion should-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/glob": "^0.4.0",
"beachball-actions-common": "0.2.8"
"beachball-actions-common": "0.3.0"
}
}

0 comments on commit 0026fed

Please sign in to comment.