Skip to content

Commit

Permalink
362 - fix: updated the version and release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacHagoel committed Mar 22, 2022
1 parent b8e9b91 commit fcf54b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dist"
],
"description": "*An awesome drag and drop library for Svelte 3 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *",
"version": "0.9.17",
"version": "0.9.18",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacHagoel/svelte-dnd-action.git"
Expand Down
3 changes: 3 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Svelte Dnd Action - Release Notes

### [0.9.18](https://github.com/isaacHagoel/svelte-dnd-action/pull/365)
fix: if a drop zone is removed mid-drag it was causing the lib to throw errors

### [0.9.17](https://github.com/isaacHagoel/svelte-dnd-action/pull/320)

fix: dropdowns (select elements) will now maintain their value during drag
Expand Down

0 comments on commit fcf54b1

Please sign in to comment.