From 6fe546282d2c7a7a4a13c02f2187b18844af2050 Mon Sep 17 00:00:00 2001 From: daun Date: Sat, 16 Sep 2023 16:22:11 +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 67d48f6..3df33c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/gia-plugin", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/gia-plugin", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@swup/plugin": "^3.0.0" diff --git a/package.json b/package.json index 23cec98..becbb90 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/gia-plugin", "amdName": "SwupGiaPlugin", - "version": "2.0.1", + "version": "2.0.2", "description": "A swup plugin for integrating Gia frontend components", "type": "module", "source": "src/index.js", From bc13be1f65f6060d14fb119b76400cdce4a95162 Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Sat, 16 Sep 2023 18:24:31 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa8ccb..3b89e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## [2.0.2] - 2023-09-16 + +- Use fully-qualified import paths + ## [2.0.1] - 2023-07-29 - Fix error when accessing containers @@ -18,8 +22,9 @@ - Initial release -[Unreleased]: https://github.com/swup/gia-plugin/compare/2.0.1...HEAD +[Unreleased]: https://github.com/swup/gia-plugin/compare/2.0.2...HEAD +[2.0.2]: https://github.com/swup/gia-plugin/releases/tag/2.0.2 [2.0.1]: https://github.com/swup/gia-plugin/releases/tag/2.0.1 [2.0.0]: https://github.com/swup/gia-plugin/releases/tag/2.0.0 [1.0.0]: https://github.com/swup/gia-plugin/releases/tag/1.0.0