Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpengellyphillips committed Jul 3, 2021
1 parent 47ee858 commit 7b24960
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.1.2] - 2021-07-03

Simplify releasing.

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

[Unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.1.1...HEAD
[0.1.1]: https://github.com/thisbeyond/solid-dnd/releases/tag/0.1.1
[Unreleased]: https://github.com/thisbeyond/solid-dnd/compare/0.1.2...HEAD
[0.1.2]: https://github.com/thisbeyond/solid-dnd/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/thisbeyond/solid-dnd/releases/tag/0.1.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thisbeyond/solid-dnd",
"version": "0.1.1",
"version": "0.1.2",
"description": "A lightweight drag and drop toolkit for Solid.",
"homepage": "https://github.com/thisbeyond/solid-dnd#readme",
"license": "MIT",
Expand Down

0 comments on commit 7b24960

Please sign in to comment.