Skip to content

Commit a068240

Browse files
authored
Merge pull request #205 from DaveKeehl/release/release-version-1.0.3
Release/release version 1.0.3
2 parents d8dedfd + 04fa151 commit a068240

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
with:
7171
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
7373
asset_name: svelte-reveal-${{ steps.package-version.outputs.current-version }}.tgz
7474
asset_content_type: application/gzip

packages/svelte-reveal/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2024-04-04
9+
10+
### Fixed
11+
12+
- Automatic upload of release asset via GitHub actions
13+
814
## [1.0.2] - 2024-04-04
915

1016
### Fixed
@@ -187,3 +193,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187193
[1.0.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.7.0...1.0.0
188194
[1.0.1]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.0...1.0.1
189195
[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

packages/svelte-reveal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-reveal",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)