From 50da8115a3003611e93bcb1f7027bc5062920d67 Mon Sep 17 00:00:00 2001 From: Martin Pengelly-Phillips Date: Fri, 7 Oct 2022 21:39:57 +0100 Subject: [PATCH] Release 0.7.2 --- 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 65e2945..c32d624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.7.2] - 2022-10-07 ### Fixed @@ -526,7 +526,8 @@ sortable lists. from each other. -[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.7.1...HEAD +[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.7.2...HEAD +[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 [0.7.0]: https://github.com/thisbeyond/solid-dnd/compare/0.6.1...0.7.0 [0.6.1]: https://github.com/thisbeyond/solid-dnd/compare/0.6.0...0.6.1 diff --git a/package-lock.json b/package-lock.json index 91f9f92..a91620b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@thisbeyond/solid-dnd", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "devDependencies": { "@release-it/keep-a-changelog": "^3.1.0", diff --git a/package.json b/package.json index ed19319..b032bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.7.1", + "version": "0.7.2", "description": "A lightweight drag and drop toolkit for Solid.", "homepage": "https://github.com/thisbeyond/solid-dnd#readme", "license": "MIT",