diff --git a/.changeset/smart-cycles-raise.md b/.changeset/smart-cycles-raise.md deleted file mode 100644 index f1c846c3..00000000 --- a/.changeset/smart-cycles-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/draggable': minor ---- - -Converted build from webpack to rollout. Import paths have changed diff --git a/CHANGELOG.md b/CHANGELOG.md index fc54513b..d76cd449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 + +### Minor Changes + +- [#574](https://github.com/Shopify/draggable/pull/574) [`b81e8f6`](https://github.com/Shopify/draggable/commit/b81e8f678f8e5b27392b6c56b6bb2684a48c0fe8) Thanks [@tsov](https://github.com/tsov)! - Converted build from webpack to rollout. Import paths have changed + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index 3ce358fb..d234b7df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/draggable", - "version": "1.0.1", + "version": "1.1.0", "private": false, "license": "MIT", "description": "The JavaScript Drag & Drop library your grandparents warned you about.",