Skip to content

Commit

Permalink
Merge pull request #78 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored May 29, 2024
2 parents 06f1594 + 4312076 commit 740a3ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.0] - 2024-05-29

- Match rules conditionally: [`rule.if`](https://swup.js.org/plugins/fragment-plugin/#rule-if)

## [1.0.2] - 2024-05-21

- always update the `href` of `a[data-swup-link-to-fragment]`, even if it's the current URL
Expand Down Expand Up @@ -77,6 +81,7 @@

- Initial Release

[1.1.0]: https://github.com/swup/fragment-plugin/releases/tag/1.1.0
[1.0.2]: https://github.com/swup/fragment-plugin/releases/tag/1.0.2
[1.0.1]: https://github.com/swup/fragment-plugin/releases/tag/1.0.1
[1.0.0]: https://github.com/swup/fragment-plugin/releases/tag/1.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swup/fragment-plugin",
"amdName": "SwupFragmentPlugin",
"version": "1.0.2",
"version": "1.1.0",
"description": "A swup plugin for dynamically replacing containers based on rules",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 740a3ce

Please sign in to comment.