diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 42d07e69..edce6620 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "actions": "8.1.2", - "reusable-workflows": "8.3.0", + "actions": "8.2.0", + "reusable-workflows": "8.4.0", "config-inject": "1.0.0", - "terraform-module": "2.3.0" + "terraform-module": "2.4.0" } diff --git a/actions/CHANGELOG.md b/actions/CHANGELOG.md index c7163aae..912c7c8c 100644 --- a/actions/CHANGELOG.md +++ b/actions/CHANGELOG.md @@ -11,6 +11,13 @@ - chore: Use pnpm 8 internally +## [8.2.0](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v8.1.2...spa-github-actions-v8.2.0) (2023-06-27) + + +### Features + +* Upgrade actions from node 16 to 20 ([#104](https://github.com/pleo-io/spa-tools/issues/104)) ([dfb298c](https://github.com/pleo-io/spa-tools/commit/dfb298c41d07013afa1f28e41bcb5bb160de76f6)) + ## [8.1.2](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v8.1.1...spa-github-actions-v8.1.2) (2023-05-22) diff --git a/actions/package.json b/actions/package.json index 4b811faf..06c329f5 100644 --- a/actions/package.json +++ b/actions/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@pleo-io/spa-github-actions", - "version": "8.1.2", + "version": "8.2.0", "scripts": { "preinstall": "npx only-allow pnpm" }, diff --git a/reusable-workflows/CHANGELOG.md b/reusable-workflows/CHANGELOG.md index e43a5848..583b6128 100644 --- a/reusable-workflows/CHANGELOG.md +++ b/reusable-workflows/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.4.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v8.3.0...reusable-workflows-v8.4.0) (2023-06-27) + + +### Features + +* Upgrade actions from node 16 to 20 ([#104](https://github.com/pleo-io/spa-tools/issues/104)) ([dfb298c](https://github.com/pleo-io/spa-tools/commit/dfb298c41d07013afa1f28e41bcb5bb160de76f6)) + ## [8.3.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v8.2.0...reusable-workflows-v8.3.0) (2023-06-06) diff --git a/reusable-workflows/version.txt b/reusable-workflows/version.txt index 2bf50aaf..a2f28f43 100644 --- a/reusable-workflows/version.txt +++ b/reusable-workflows/version.txt @@ -1 +1 @@ -8.3.0 +8.4.0 diff --git a/terraform-module/CHANGELOG.md b/terraform-module/CHANGELOG.md index cda91af6..f721b36e 100644 --- a/terraform-module/CHANGELOG.md +++ b/terraform-module/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/pleo-io/spa-tools/compare/terraform-module-v2.3.0...terraform-module-v2.4.0) (2023-06-27) + + +### Features + +* Upgrade actions from node 16 to 20 ([#104](https://github.com/pleo-io/spa-tools/issues/104)) ([dfb298c](https://github.com/pleo-io/spa-tools/commit/dfb298c41d07013afa1f28e41bcb5bb160de76f6)) + ## [2.3.0](https://github.com/pleo-io/spa-tools/compare/terraform-module-v2.2.0...terraform-module-v2.3.0) (2023-05-28)