Skip to content

Commit 7b24960

Browse files
Release 0.1.2
1 parent 47ee858 commit 7b24960

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.1.2] - 2021-07-03
44

55
Simplify releasing.
66

@@ -35,5 +35,6 @@ and drop vertical list reordering.
3535
- Support using multiple (or nested) `DragDropContext` for containers isolated
3636
from each other.
3737

38-
[Unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.1.1...HEAD
39-
[0.1.1]: https://github.com/thisbeyond/solid-dnd/releases/tag/0.1.1
38+
[Unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.1.2...HEAD
39+
[0.1.2]: https://github.com/thisbeyond/solid-dnd/compare/0.1.1...0.1.2
40+
[0.1.1]: https://github.com/thisbeyond/solid-dnd/releases/tag/0.1.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisbeyond/solid-dnd",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
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)