Skip to content

Commit

Permalink
chore: release main (#221)
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 May 8, 2024
1 parent 0b39391 commit 293df2a
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": "9.0.0",
"actions": "9.0.1",
"reusable-workflows": "11.0.0",
"config-inject": "3.1.0",
"config-inject": "3.1.1",
"terraform-module": "3.1.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

## [9.0.1](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v9.0.0...spa-github-actions-v9.0.1) (2024-05-08)


### Bug Fixes

* update dependency action-docs to v2 ([#201](https://github.com/pleo-io/spa-tools/issues/201)) ([0b39391](https://github.com/pleo-io/spa-tools/commit/0b39391ea5b69e34cff859a79c4079c23ca53921))

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


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

## [3.1.1](https://github.com/pleo-io/spa-tools/compare/spa-config-inject-v3.1.0...spa-config-inject-v3.1.1) (2024-05-08)


### Bug Fixes

* bump vite from 4.2.1 to 4.2.3 in /config-inject/example ([#112](https://github.com/pleo-io/spa-tools/issues/112)) ([8f7afab](https://github.com/pleo-io/spa-tools/commit/8f7afab97618e948ecadd8b494af616e0db140b3))

## [3.1.0](https://github.com/pleo-io/spa-tools/compare/spa-config-inject-v3.0.0...spa-config-inject-v3.1.0) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion config-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pleo-io/spa-config-inject",
"version": "3.1.0",
"version": "3.1.1",
"license": "UNLICENSED",
"author": "Pleo",
"repository": {
Expand Down

0 comments on commit 293df2a

Please sign in to comment.