Skip to content

Commit

Permalink
chore: release main (#207)
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>
Co-authored-by: Matej Vobornik <vobornik.matej@gmail.com>
  • Loading branch information
github-actions[bot] and macko911 authored Mar 26, 2024
1 parent baba061 commit 0e3eddd
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.2.2
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.3.0
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.2.2
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.3.0
if: github.event_name == 'pull_request'
with:
app_name: ${{ inputs.app_name }}
Expand Down
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": "8.2.1",
"reusable-workflows": "10.2.0",
"config-inject": "3.0.0",
"terraform-module": "3.0.0"
"actions": "8.3.0",
"reusable-workflows": "10.3.0",
"config-inject": "3.1.0",
"terraform-module": "3.1.0"
}
12 changes: 12 additions & 0 deletions actions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

- chore: Use pnpm 8 internally

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


### Features

* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))


### Bug Fixes

* links breaking due to img tag ([#206](https://github.com/pleo-io/spa-tools/issues/206)) ([65bcd58](https://github.com/pleo-io/spa-tools/commit/65bcd5883499f93a6a0b9fb59239bee5fbb4322e))

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


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.1",
"version": "8.3.0",
"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.0](https://github.com/pleo-io/spa-tools/compare/spa-config-inject-v3.0.0...spa-config-inject-v3.1.0) (2024-03-26)


### Features

* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))

## [3.0.0](https://github.com/pleo-io/spa-tools/compare/spa-config-inject-v2.0.0...spa-config-inject-v3.0.0) (2023-10-18)


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.0.0",
"version": "3.1.0",
"license": "UNLICENSED",
"author": "Pleo",
"repository": {
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.3.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.2.0...reusable-workflows-v10.3.0) (2024-03-26)


### Features

* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))

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


Expand Down
4 changes: 2 additions & 2 deletions reusable-workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.2.2
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.3.0
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.2.2
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.3.0
if: github.event_name == 'pull_request'
with:
app_name: ${{ inputs.app_name }}
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.2.0
10.3.0
7 changes: 7 additions & 0 deletions terraform-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))

## [3.0.0](https://github.com/pleo-io/spa-tools/compare/terraform-module-v2.5.0...terraform-module-v3.0.0) (2024-01-22)


Expand Down

0 comments on commit 0e3eddd

Please sign in to comment.