diff --git a/.changeset/green-apes-act.md b/.changeset/green-apes-act.md deleted file mode 100644 index c11be437..00000000 --- a/.changeset/green-apes-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/draggable': patch ---- - -Removes unused packages dependencies diff --git a/.changeset/late-nails-matter.md b/.changeset/late-nails-matter.md deleted file mode 100644 index 7954ab06..00000000 --- a/.changeset/late-nails-matter.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@shopify/draggable': patch ---- - -- Cleans up code comments from build folder -- Also resolves absolute paths for ts build declarations -- Renames build files with .cjs and .mjs diff --git a/CHANGELOG.md b/CHANGELOG.md index d76cd449..b82479d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.1 + +### Patch Changes + +- [#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 + +- [#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 + - Also resolves absolute paths for ts build declarations + - Renames build files with .cjs and .mjs + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index 92b29c59..867547cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/draggable", - "version": "1.1.0", + "version": "1.1.1", "private": false, "license": "MIT", "description": "The JavaScript Drag & Drop library your grandparents warned you about.",