File tree 10 files changed +44
-11
lines changed
10 files changed +44
-11
lines changed Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ jobs:
131
131
132
132
- name : Update Cursor File
133
133
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
135
135
with :
136
136
bucket_name : ${{ inputs.bucket_name }}
137
137
138
138
- 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
140
140
if : github.event_name == 'pull_request'
141
141
with :
142
142
app_name : ${{ inputs.app_name }}
Original file line number Diff line number Diff line change 1
1
{
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"
6
6
}
Original file line number Diff line number Diff line change 11
11
12
12
- chore: Use pnpm 8 internally
13
13
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
+
14
26
## [ 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)
15
27
16
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @pleo-io/spa-github-actions" ,
4
- "version" : " 8.2.1 " ,
4
+ "version" : " 8.3.0 " ,
5
5
"scripts" : {
6
6
"preinstall" : " npx only-allow pnpm"
7
7
},
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 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)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pleo-io/spa-config-inject" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"license" : " UNLICENSED" ,
5
5
"author" : " Pleo" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 10.2.0] ( https://github.com/pleo-io/spa-tools/compare/reusable-workflows-v10.1.0...reusable-workflows-v10.2.0 ) (2024-03-12)
4
11
5
12
Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ jobs:
131
131
132
132
- name : Update Cursor File
133
133
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
135
135
with :
136
136
bucket_name : ${{ inputs.bucket_name }}
137
137
138
138
- 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
140
140
if : github.event_name == 'pull_request'
141
141
with :
142
142
app_name : ${{ inputs.app_name }}
Original file line number Diff line number Diff line change 1
- 10.2 .0
1
+ 10.3 .0
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 3.0.0] ( https://github.com/pleo-io/spa-tools/compare/terraform-module-v2.5.0...terraform-module-v3.0.0 ) (2024-01-22)
4
11
5
12
You can’t perform that action at this time.
0 commit comments