Skip to content

Commit 0e3eddd

Browse files
chore: release main (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matej Vobornik <[email protected]>
1 parent baba061 commit 0e3eddd

File tree

10 files changed

+44
-11
lines changed

10 files changed

+44
-11
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ jobs:
131131
132132
- name: Update Cursor File
133133
id: cursor-update
134-
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.2.2
134+
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.3.0
135135
with:
136136
bucket_name: ${{ inputs.bucket_name }}
137137

138138
- name: Update PR Description
139-
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.2.2
139+
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.3.0
140140
if: github.event_name == 'pull_request'
141141
with:
142142
app_name: ${{ inputs.app_name }}

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"actions": "8.2.1",
3-
"reusable-workflows": "10.2.0",
4-
"config-inject": "3.0.0",
5-
"terraform-module": "3.0.0"
2+
"actions": "8.3.0",
3+
"reusable-workflows": "10.3.0",
4+
"config-inject": "3.1.0",
5+
"terraform-module": "3.1.0"
66
}

actions/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111

1212
- chore: Use pnpm 8 internally
1313

14+
## [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)
15+
16+
17+
### Features
18+
19+
* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))
20+
21+
22+
### Bug Fixes
23+
24+
* 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))
25+
1426
## [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)
1527

1628

actions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@pleo-io/spa-github-actions",
4-
"version": "8.2.1",
4+
"version": "8.3.0",
55
"scripts": {
66
"preinstall": "npx only-allow pnpm"
77
},

config-inject/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))
9+
310
## [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)
411

512

config-inject/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pleo-io/spa-config-inject",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"license": "UNLICENSED",
55
"author": "Pleo",
66
"repository": {

reusable-workflows/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [10.3.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.2.0...reusable-workflows-v10.3.0) (2024-03-26)
4+
5+
6+
### Features
7+
8+
* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))
9+
310
## [10.2.0](https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.1.0...reusable-workflows-v10.2.0) (2024-03-12)
411

512

reusable-workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ jobs:
131131
132132
- name: Update Cursor File
133133
id: cursor-update
134-
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.2.2
134+
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.3.0
135135
with:
136136
bucket_name: ${{ inputs.bucket_name }}
137137

138138
- name: Update PR Description
139-
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.2.2
139+
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.3.0
140140
if: github.event_name == 'pull_request'
141141
with:
142142
app_name: ${{ inputs.app_name }}

reusable-workflows/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.2.0
1+
10.3.0

terraform-module/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/pleo-io/spa-tools/compare/terraform-module-v3.0.0...terraform-module-v3.1.0) (2024-03-26)
4+
5+
6+
### Features
7+
8+
* update reusable-workflows ([baba061](https://github.com/pleo-io/spa-tools/commit/baba061d59b3950cc48d9eeb09b442f42661c420))
9+
310
## [3.0.0](https://github.com/pleo-io/spa-tools/compare/terraform-module-v2.5.0...terraform-module-v3.0.0) (2024-01-22)
411

512

0 commit comments

Comments
 (0)