Skip to content

Commit 9b1447c

Browse files
Release 0.5.0
1 parent 8c4200e commit 9b1447c

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.5.0] - 2022-04-30
44

55
A significant update with multiple improvements and some breaking changes. Most
66
notably, provides better support for multi-sortable-list use cases.
@@ -357,7 +357,8 @@ sortable lists.
357357
from each other.
358358

359359
<!-- prettier-ignore -->
360-
[Unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.4.2...HEAD
360+
[unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.5.0...HEAD
361+
[0.5.0]: https://github.com/thisbeyond/solid-dnd/compare/0.4.2...0.5.0
361362
[0.4.2]: https://github.com/thisbeyond/solid-dnd/compare/0.4.1...0.4.2
362363
[0.4.1]: https://github.com/thisbeyond/solid-dnd/compare/0.4.0...0.4.1
363364
[0.4.0]: https://github.com/thisbeyond/solid-dnd/compare/0.3.3...0.4.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.4.2",
3+
"version": "0.5.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)