Skip to content

Commit d8dedfd

Browse files
authored
Merge pull request #204 from DaveKeehl/release/release-version-1.0.2
Release/release version 1.0.2
2 parents 1664451 + 0575b7e commit d8dedfd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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: ./svelte-reveal-${{ steps.publish.outputs.id}}.tgz
73-
asset_name: svelte-reveal-${{ steps.publish.outputs.id}}.tgz
72+
asset_path: ./packages/svelte-reveal-${{ steps.package-version.outputs.current-version }}.tgz
73+
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.2] - 2024-04-04
9+
10+
### Fixed
11+
12+
- Automatic upload of release asset via GitHub actions
13+
814
## [1.0.1] - 2024-04-04
915

1016
### Fixed
@@ -180,3 +186,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180186
[0.7.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.6.0...0.7.0
181187
[1.0.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.7.0...1.0.0
182188
[1.0.1]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.0...1.0.1
189+
[1.0.2]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.1...1.0.2

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.1",
3+
"version": "1.0.2",
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)