Skip to content

Commit 031e24a

Browse files
Release 0.7.0
1 parent 4e2404f commit 031e24a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.7.0] - 2022-09-07
44

55
Refactor core to lean more into reactivity. Note there are multiple breaking
66
changes in this release - see below for details.
@@ -495,7 +495,8 @@ sortable lists.
495495
from each other.
496496

497497
<!-- prettier-ignore -->
498-
[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.6.1...HEAD
498+
[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.7.0...HEAD
499+
[0.7.0]: https://github.com/thisbeyond/solid-dnd/compare/0.6.1...0.7.0
499500
[0.6.1]: https://github.com/thisbeyond/solid-dnd/compare/0.6.0...0.6.1
500501
[0.6.0]: https://github.com/thisbeyond/solid-dnd/compare/0.5.0...0.6.0
501502
[0.5.0]: https://github.com/thisbeyond/solid-dnd/compare/0.4.2...0.5.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisbeyond/solid-dnd",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "A lightweight drag and drop toolkit for Solid.",
55
"homepage": "https://github.com/thisbeyond/solid-dnd#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)