diff --git a/.changeset/long-walls-trade.md b/.changeset/long-walls-trade.md deleted file mode 100644 index 67a2f170..00000000 --- a/.changeset/long-walls-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/draggable': patch ---- - -Converts ResizeMirror to typescript diff --git a/CHANGELOG.md b/CHANGELOG.md index 3073491b..fc54513b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.1 + +### Patch Changes + +- [#572](https://github.com/Shopify/draggable/pull/572) [`2a8ae0b`](https://github.com/Shopify/draggable/commit/2a8ae0b219beceb3338764afe25c2d6a9fe4f495) Thanks [@tsov](https://github.com/tsov)! - Converts ResizeMirror to typescript + ## 1.0.0 ### Patch Changes diff --git a/package.json b/package.json index 7c69a0c2..3eed94dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/draggable", - "version": "1.0.0", + "version": "1.0.1", "private": false, "license": "MIT", "description": "The JavaScript Drag & Drop library your grandparents warned you about.",