From 74a1792b3793922c1dece1a3e2821ce42b27869a Mon Sep 17 00:00:00 2001 From: Martin Pengelly-Phillips Date: Mon, 2 May 2022 16:05:15 +0100 Subject: [PATCH] Release 0.6.1 --- 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 08bccaa..0f57cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.6.1] - 2022-05-02 ### Fixed @@ -378,7 +378,8 @@ sortable lists. from each other. -[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.6.0...HEAD +[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.6.1...HEAD +[0.6.1]: https://github.com/thisbeyond/solid-dnd/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/thisbeyond/solid-dnd/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/thisbeyond/solid-dnd/compare/0.4.2...0.5.0 [0.4.2]: https://github.com/thisbeyond/solid-dnd/compare/0.4.1...0.4.2 diff --git a/package-lock.json b/package-lock.json index cb1ee29..6a1657c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@thisbeyond/solid-dnd", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "devDependencies": { "@release-it/keep-a-changelog": "^3.0.0", diff --git a/package.json b/package.json index 02e7329..82e867f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisbeyond/solid-dnd", - "version": "0.6.0", + "version": "0.6.1", "description": "A lightweight drag and drop toolkit for Solid.", "homepage": "https://github.com/thisbeyond/solid-dnd#readme", "license": "MIT",