From 9a86ee7f1a347c02a69e3931ec3017bb8cfe0111 Mon Sep 17 00:00:00 2001 From: hirasso Date: Tue, 21 May 2024 15:04:13 +0000 Subject: [PATCH 1/2] Update package version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index de2e12d..d42340b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/fragment-plugin", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/fragment-plugin", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@swup/plugin": "^4.0.0" diff --git a/package.json b/package.json index bce38c4..228c0f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/fragment-plugin", "amdName": "SwupFragmentPlugin", - "version": "1.0.1", + "version": "1.0.2", "description": "A swup plugin for dynamically replacing containers based on rules", "type": "module", "source": "src/index.ts", From 83c058d7225566a8e5f9d430e03a8dfe1e6d5114 Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Tue, 21 May 2024 17:06:37 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbfd15..60a50c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.2] - 2024-05-21 + +- always update the `href` of `a[data-swup-link-to-fragment]`, even if it's the current URL + ## [1.0.1] - 2024-03-26 - Compatibility with swup 4.6.0 @@ -73,6 +77,7 @@ - Initial Release +[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 [0.3.7]: https://github.com/swup/fragment-plugin/releases/tag/0.3.7