Skip to content

Commit

Permalink
chore: release main (#262)
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 Oct 14, 2024
1 parent d058db3 commit a2ddc6c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v10.1.0
if: ${{ steps.is-version-already-deployed.outputs.is_deployed == 'false' || github.ref_name == github.event.repository.default_branch }}
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v10.1.0
if: ${{ github.event_name == 'pull_request' && steps.is-version-already-deployed.outputs.is_deployed == 'false' }}
with:
app_name: ${{ inputs.app_name }}
Expand Down
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": "10.0.0",
"reusable-workflows": "12.0.3",
"actions": "10.1.0",
"reusable-workflows": "12.1.0",
"config-inject": "3.1.1",
"terraform-module": "3.2.1"
}
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

## [10.1.0](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v10.0.0...spa-github-actions-v10.1.0) (2024-10-14)


### Features

* Adjust preview links name to integrate them with Linear ([#261](https://github.com/pleo-io/spa-tools/issues/261)) ([d058db3](https://github.com/pleo-io/spa-tools/commit/d058db37634c72a2407fbe483442a314bfeb5b8f))

## [10.0.0](https://github.com/pleo-io/spa-tools/compare/spa-github-actions-v9.0.2...spa-github-actions-v10.0.0) (2024-09-13)


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": "10.0.0",
"version": "10.1.0",
"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

## [12.1.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v12.0.3...reusable-workflows-v12.1.0) (2024-10-14)


### Features

* Adjust preview links name to integrate them with Linear ([#261](https://github.com/pleo-io/spa-tools/issues/261)) ([d058db3](https://github.com/pleo-io/spa-tools/commit/d058db37634c72a2407fbe483442a314bfeb5b8f))

## [12.0.3](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v12.0.2...reusable-workflows-v12.0.3) (2024-09-27)


Expand Down
4 changes: 2 additions & 2 deletions reusable-workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v10.1.0
if: ${{ steps.is-version-already-deployed.outputs.is_deployed == 'false' || github.ref_name == github.event.repository.default_branch }}
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v10.1.0
if: ${{ github.event_name == 'pull_request' && steps.is-version-already-deployed.outputs.is_deployed == 'false' }}
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 @@
12.0.3
12.1.0

0 comments on commit a2ddc6c

Please sign in to comment.