From f47933b5fc99754be23aed4105c4f2f3c7dcf794 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:58:47 -0700 Subject: [PATCH] [ci] release 2023-01 (#126) Co-authored-by: github-actions[bot] --- .changeset/chilled-wombats-allow.md | 9 --------- packages/react/CHANGELOG.md | 10 ++++++++++ packages/react/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/chilled-wombats-allow.md 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",