Skip to content

Commit

Permalink
Merge pull request #205 from DaveKeehl/release/release-version-1.0.3
Browse files Browse the repository at this point in the history
Release/release version 1.0.3
  • Loading branch information
DaveKeehl authored Apr 4, 2024
2 parents d8dedfd + 04fa151 commit a068240
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ./packages/svelte-reveal-${{ steps.package-version.outputs.current-version }}.tgz
asset_path: ./packages/svelte-reveal/svelte-reveal-${{ steps.package-version.outputs.current-version }}.tgz
asset_name: svelte-reveal-${{ steps.package-version.outputs.current-version }}.tgz
asset_content_type: application/gzip
7 changes: 7 additions & 0 deletions packages/svelte-reveal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2024-04-04

### Fixed

- Automatic upload of release asset via GitHub actions

## [1.0.2] - 2024-04-04

### Fixed
Expand Down Expand Up @@ -187,3 +193,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.0.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.7.0...1.0.0
[1.0.1]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.1...1.0.2
[1.0.3]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.2...1.0.3
2 changes: 1 addition & 1 deletion packages/svelte-reveal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-reveal",
"version": "1.0.2",
"version": "1.0.3",
"description": "Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit a068240

Please sign in to comment.