diff --git a/.changeset/chilled-wombats-allow.md b/.changeset/chilled-wombats-allow.md deleted file mode 100644 index 6bba7909..00000000 --- a/.changeset/chilled-wombats-allow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@shopify/storefront-kit-react': patch ---- - -In the version 2023.1.1 "Breaking Changes" section, we said - -> The storefront client and ShopifyProvider now provide the `storeDomain` exactly as it is received; it's recommended that you pass the domain with the protocol and the fully-qualified domain name for your Storefront. For example: `https://hydrogen-test.myshopify.com` - -Unfortunately, the Storefront Client wasn't fully updated to actually do that. This update corrects this bug, but also means that you need to provide a full URL to your Storefront Domain (as was originally intended in our breaking change update). diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index eef81cee..97f3b35b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @shopify/hydrogen-react +## 2023.1.3 + +### Patch Changes + +- 736cc41: In the version 2023.1.1 "Breaking Changes" section, we said + + > The storefront client and ShopifyProvider now provide the `storeDomain` exactly as it is received; it's recommended that you pass the domain with the protocol and the fully-qualified domain name for your Storefront. For example: `https://hydrogen-test.myshopify.com` + + Unfortunately, the Storefront Client wasn't fully updated to actually do that. This update corrects this bug, but also means that you need to provide a full URL to your Storefront Domain (as was originally intended in our breaking change update). + ## 2023.1.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 4b25c6b4..972e4b0d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/storefront-kit-react", - "version": "2023.1.2", + "version": "2023.1.3", "description": "React components, hooks, and utilities for creating custom Shopify storefronts", "homepage": "https://github.com/Shopify/storefront-kit/tree/main/packages/react", "license": "MIT",