diff --git a/.changeset/tricky-knives-knock.md b/.changeset/tricky-knives-knock.md deleted file mode 100644 index 972203f3..00000000 --- a/.changeset/tricky-knives-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/discount-app-components': patch ---- - -Allow @shopify/polaris v13.x peer dependency diff --git a/.changeset/witty-kangaroos-cheat.md b/.changeset/witty-kangaroos-cheat.md deleted file mode 100644 index e7ffd54a..00000000 --- a/.changeset/witty-kangaroos-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/discount-app-components': patch ---- - -allow polaris v13+ peer dependency diff --git a/CHANGELOG.md b/CHANGELOG.md index 3732e51b..f79e6977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @shopify/discount-app-components +## 3.0.1 + +### Patch Changes + +- [#209](https://github.com/Shopify/discount-app-components/pull/209) [`562fb3c`](https://github.com/Shopify/discount-app-components/commit/562fb3c3ef8d305a5a5fe93daf91bf7bf3f36ad5) Thanks [@dan-gamble](https://github.com/dan-gamble)! - Allow @shopify/polaris v13.x peer dependency + +- [#209](https://github.com/Shopify/discount-app-components/pull/209) [`94ef7b9`](https://github.com/Shopify/discount-app-components/commit/94ef7b972082967445f1af5a6618fa08571a4be3) Thanks [@dan-gamble](https://github.com/dan-gamble)! - allow polaris v13+ peer dependency + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index 7da21cd8..76b98923 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/discount-app-components", "description": "Shopify’s discounts component library", - "version": "3.0.0", + "version": "3.0.1", "author": "Shopify ", "repository": "https://github.com/Shopify/discount-app-components", "bugs": "https://github.com/Shopify/discount-app-components/issues",