Skip to content

Commit e05bd0e

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2022-09-06) ### Features * Animate drag cancellation and inside drop back ([#16](#16)) ([1195df8](1195df8))
1 parent 1195df8 commit e05bd0e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/untemps/svelte-use-drop-outside/compare/v1.3.0...v1.4.0) (2022-09-06)
2+
3+
4+
### Features
5+
6+
* Animate drag cancellation and inside drop back ([#16](https://github.com/untemps/svelte-use-drop-outside/issues/16)) ([1195df8](https://github.com/untemps/svelte-use-drop-outside/commit/1195df83afddf68eef0cdd0261ee9db029471ac1))
7+
18
# [1.3.0](https://github.com/untemps/svelte-use-drop-outside/compare/v1.2.0...v1.3.0) (2022-08-23)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@untemps/svelte-use-drop-outside",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"author": "Vincent Le Badezet <[email protected]>",
55
"license": "MIT",
66
"description": "Svelte action to drop an element outside an area",

0 commit comments

Comments
 (0)