diff --git a/.changeset/clever-plants-wink.md b/.changeset/clever-plants-wink.md deleted file mode 100644 index 1d57c164..00000000 --- a/.changeset/clever-plants-wink.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@shopify/hydrogen-react': patch ---- - -Added the `price` and `compareAtPrice` fields to our `defaultCartFragment`, which is used to get the Cart fields in the `` component. - -The above fields should be identical to `priceV2` and `compareAtPriceV2`, with the exception that these `V2` fields are being deprecated in a future version of the Storefront API. - -We'll keep both for now, to help deveopers upgrade without issues, and then remove the `V2` versions in a future breaking update. diff --git a/.changeset/selfish-teachers-sort.md b/.changeset/selfish-teachers-sort.md deleted file mode 100644 index b70a6cf6..00000000 --- a/.changeset/selfish-teachers-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/hydrogen-react': patch ---- - -Fix bad path for `require()` statements in non-Node environments. diff --git a/.changeset/stupid-avocados-search.md b/.changeset/stupid-avocados-search.md deleted file mode 100644 index 28cc350e..00000000 --- a/.changeset/stupid-avocados-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/hydrogen-react': patch ---- - -CartProvider small internal fix to the last valid card and previous stored cart. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 68580ab4..4673eee9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,18 @@ # @shopify/hydrogen-react +## 2022.10.6 + +### Patch Changes + +- f570f72: Added the `price` and `compareAtPrice` fields to our `defaultCartFragment`, which is used to get the Cart fields in the `` component. + + The above fields should be identical to `priceV2` and `compareAtPriceV2`, with the exception that these `V2` fields are being deprecated in a future version of the Storefront API. + + We'll keep both for now, to help deveopers upgrade without issues, and then remove the `V2` versions in a future breaking update. + +- 203abf9: Fix bad path for `require()` statements in non-Node environments. +- de1429e: CartProvider small internal fix to the last valid card and previous stored cart. + ## 2022.10.5 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 9966c4e2..b15b9fe8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/hydrogen-react", - "version": "2022.10.5", + "version": "2022.10.6", "description": "React components, hooks, and utilities for creating custom Shopify storefronts", "homepage": "https://github.com/Shopify/hydrogen-ui/tree/main/packages/react", "license": "MIT",