Skip to content

Commit

Permalink
chore: release main (#204)
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 Mar 12, 2024
1 parent c5c5949 commit 992611d
Show file tree
Hide file tree
Showing 5 changed files with 18 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.2.0",
"reusable-workflows": "10.1.0",
"actions": "8.2.1",
"reusable-workflows": "10.2.0",
"config-inject": "3.0.0",
"terraform-module": "3.0.0"
}
7 changes: 7 additions & 0 deletions actions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@

- chore: Use pnpm 8 internally

## [8.2.1](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v8.2.0...spa-github-actions-v8.2.1) (2024-03-12)


### Bug Fixes

* Trim trailing non-word characters for hostname labels ([#200](https://github.com/pleo-io/spa-tools/issues/200)) ([5247b68](https://github.com/pleo-io/spa-tools/commit/5247b6883b37b6fa989635023b240672c434e27c))

## [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)


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.2.0",
"version": "8.2.1",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
Expand Down
7 changes: 7 additions & 0 deletions reusable-workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.2.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.1.0...reusable-workflows-v10.2.0) (2024-03-12)


### Features

* Update to latest spa-github-actions version ([#205](https://github.com/pleo-io/spa-tools/issues/205)) ([c5c5949](https://github.com/pleo-io/spa-tools/commit/c5c594927481efecef46e7f898e6b47d8b24d485))

## [10.1.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.0.0...reusable-workflows-v10.1.0) (2023-12-20)


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.1.0
10.2.0

0 comments on commit 992611d

Please sign in to comment.