From 1060f8d3bb29e967fff1f62d3b8de4f8ea882e76 Mon Sep 17 00:00:00 2001 From: Martin Pengelly-Phillips Date: Sat, 4 Feb 2023 16:31:11 +0000 Subject: [PATCH] Release 0.7.4 --- CHANGELOG.md | 5 +++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9dc0e..e697b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.7.4] - 2023-02-04 ### Fixed @@ -547,7 +547,8 @@ sortable lists. from each other. -[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.7.3...HEAD +[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.7.4...HEAD +[0.7.4]: https://github.com/thisbeyond/solid-dnd/compare/0.7.3...0.7.4 [0.7.3]: https://github.com/thisbeyond/solid-dnd/compare/0.7.2...0.7.3 [0.7.2]: https://github.com/thisbeyond/solid-dnd/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/thisbeyond/solid-dnd/compare/0.7.0...0.7.1 diff --git a/package-lock.json b/package-lock.json index 0787f1c..1c6b1b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.7.3", + "version": "0.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@thisbeyond/solid-dnd", - "version": "0.7.3", + "version": "0.7.4", "license": "MIT", "devDependencies": { "@release-it/keep-a-changelog": "^3.1.0", diff --git a/package.json b/package.json index 6f94244..0013ba5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.7.3", + "version": "0.7.4", "description": "A lightweight drag and drop toolkit for Solid.", "homepage": "https://github.com/thisbeyond/solid-dnd#readme", "license": "MIT",