diff --git a/.changeset/light-gifts-relate.md b/.changeset/light-gifts-relate.md deleted file mode 100644 index 97e14019..00000000 --- a/.changeset/light-gifts-relate.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@shopify/discount-app-components': major ---- - -Support App Bridge React V4 - -- Remove dependency on App Bridge React V4. -- Update readme to explain how to use discount-app-components with App Bridge React V4. -- Removed navigation utilities included in this library in favor of App Bridge React patterns to be used in App. -- Updated the CombinationCard to remove the ability to open the DiscountCombinationModal. This is no longer supported in App Bridge React. -- Removed HelpText component. diff --git a/CHANGELOG.md b/CHANGELOG.md index ea66d932..3732e51b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @shopify/discount-app-components +## 3.0.0 + +### Major Changes + +- [#203](https://github.com/Shopify/discount-app-components/pull/203) [`8d15cc1`](https://github.com/Shopify/discount-app-components/commit/8d15cc197d1b9bb314546a3a4ae46d9224684d12) Thanks [@devisscher](https://github.com/devisscher)! - Support App Bridge React V4 + + - Remove dependency on App Bridge React V4. + - Update readme to explain how to use discount-app-components with App Bridge React V4. + - Removed navigation utilities included in this library in favor of App Bridge React patterns to be used in App. + - Updated the CombinationCard to remove the ability to open the DiscountCombinationModal. This is no longer supported in App Bridge React. + - Removed HelpText component. + ## 2.1.2 ### Patch Changes diff --git a/package.json b/package.json index b076946d..1e86e730 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/discount-app-components", "description": "Shopify’s discounts component library", - "version": "2.1.2", + "version": "3.0.0", "author": "Shopify ", "repository": "https://github.com/Shopify/discount-app-components", "bugs": "https://github.com/Shopify/discount-app-components/issues",