File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 69
69
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70
70
with :
71
71
upload_url : ${{ steps.create-release.outputs.upload_url }}
72
- asset_path : ./packages/svelte-reveal-${{ steps.package-version.outputs.current-version }}.tgz
72
+ asset_path : ./packages/svelte-reveal/svelte-reveal -${{ steps.package-version.outputs.current-version }}.tgz
73
73
asset_name : svelte-reveal-${{ steps.package-version.outputs.current-version }}.tgz
74
74
asset_content_type : application/gzip
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.0.3] - 2024-04-04
9
+
10
+ ### Fixed
11
+
12
+ - Automatic upload of release asset via GitHub actions
13
+
8
14
## [ 1.0.2] - 2024-04-04
9
15
10
16
### Fixed
@@ -187,3 +193,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187
193
[ 1.0.0 ] : https://github.com/DaveKeehl/svelte-reveal/compare/0.7.0...1.0.0
188
194
[ 1.0.1 ] : https://github.com/DaveKeehl/svelte-reveal/compare/1.0.0...1.0.1
189
195
[ 1.0.2 ] : https://github.com/DaveKeehl/svelte-reveal/compare/1.0.1...1.0.2
196
+ [ 1.0.3 ] : https://github.com/DaveKeehl/svelte-reveal/compare/1.0.2...1.0.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-reveal" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments