Skip to content

Commit

Permalink
chore: release main (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 30, 2024
1 parent f621c9a commit 6f747e6
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": "8.3.0",
"reusable-workflows": "10.3.0",
"actions": "9.0.0",
"reusable-workflows": "11.0.0",
"config-inject": "3.1.0",
"terraform-module": "3.1.0"
}
16 changes: 16 additions & 0 deletions actions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@

- chore: Use pnpm 8 internally

## [9.0.0](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v8.3.0...spa-github-actions-v9.0.0) (2024-04-30)


### ⚠ BREAKING CHANGES

* update actions in spa-tools to versions using node 20 ([#213](https://github.com/pleo-io/spa-tools/issues/213))

### Bug Fixes

* **deps:** update dependency @actions/github to v6 ([#163](https://github.com/pleo-io/spa-tools/issues/163)) ([80d4019](https://github.com/pleo-io/spa-tools/commit/80d40195863fcb869b3540c34435864fc0b42fbf))


### Miscellaneous Chores

* update actions in spa-tools to versions using node 20 ([#213](https://github.com/pleo-io/spa-tools/issues/213)) ([7aaba39](https://github.com/pleo-io/spa-tools/commit/7aaba39e91017408078c406d12bfd5d6b70cd5d6))

## [8.3.0](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v8.2.1...spa-github-actions-v8.3.0) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@pleo-io/spa-github-actions",
"version": "8.3.0",
"version": "9.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
Expand Down
11 changes: 11 additions & 0 deletions reusable-workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [11.0.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.3.0...reusable-workflows-v11.0.0) (2024-04-30)


### ⚠ BREAKING CHANGES

* update actions in spa-tools to versions using node 20 ([#213](https://github.com/pleo-io/spa-tools/issues/213))

### Miscellaneous Chores

* update actions in spa-tools to versions using node 20 ([#213](https://github.com/pleo-io/spa-tools/issues/213)) ([7aaba39](https://github.com/pleo-io/spa-tools/commit/7aaba39e91017408078c406d12bfd5d6b70cd5d6))

## [10.3.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.2.0...reusable-workflows-v10.3.0) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion reusable-workflows/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.3.0
11.0.0

0 comments on commit 6f747e6

Please sign in to comment.