From a198ef3fe76f336a747149f58b1827a364c8e2a0 Mon Sep 17 00:00:00 2001 From: hirasso Date: Sat, 6 Jul 2024 18:43:24 +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 0fe0062..2ab7d39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/livewire-plugin", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/livewire-plugin", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@swup/plugin": "^3.0.0" diff --git a/package.json b/package.json index bde0801..71ea986 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/livewire-plugin", "amdName": "SwupLivewirePlugin", - "version": "2.0.0", + "version": "2.0.1", "description": "A swup plugin for integrating Laravel Livewire", "type": "module", "source": "src/index.js", From a6cd1d7f033a8b91de02c875ff26f3f292896b18 Mon Sep 17 00:00:00 2001 From: Rasso Hilber Date: Sat, 6 Jul 2024 20:45:20 +0200 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f921df8..b0b9866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog - +## [2.0.1] - 2024-06-06 + +- Support for newer versions of Livewire ## [2.0.0] - 2023-07-26 @@ -15,5 +17,6 @@ [Unreleased]: https://github.com/swup/livewire-plugin/compare/2.0.0...HEAD +[2.0.1]: https://github.com/swup/livewire-plugin/releases/tag/2.0.1 [2.0.0]: https://github.com/swup/livewire-plugin/releases/tag/2.0.0 [1.0.0]: https://github.com/swup/livewire-plugin/releases/tag/1.0.0