4 files changed +11
-13
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #580 ] ( https://github.com/Shopify/draggable/pull/580 ) [ ` 873ef2b ` ] ( https://github.com/Shopify/draggable/commit/873ef2b59a10361ba4a0e885aaea51d2b2b5c298 ) Thanks [ @tsov ] ( https://github.com/tsov ) ! - Removes unused packages dependencies
8
+
9
+ - [ #582 ] ( https://github.com/Shopify/draggable/pull/582 ) [ ` 762ffbf ` ] ( https://github.com/Shopify/draggable/commit/762ffbf70d018fee101852c186e8d887d1127ce8 ) Thanks [ @tsov ] ( https://github.com/tsov ) ! - - Cleans up code comments from build folder
10
+ - Also resolves absolute paths for ts build declarations
11
+ - Renames build files with .cjs and .mjs
12
+
3
13
## 1.1.0
4
14
5
15
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopify/draggable" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"private" : false ,
5
5
"license" : " MIT" ,
6
6
"description" : " The JavaScript Drag & Drop library your grandparents warned you about." ,
0 commit comments