Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit f47933b

Browse files
[ci] release 2023-01 (#126)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 736cc41 commit f47933b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/chilled-wombats-allow.md

-9
This file was deleted.

packages/react/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @shopify/hydrogen-react
22

3+
## 2023.1.3
4+
5+
### Patch Changes
6+
7+
- 736cc41: In the version 2023.1.1 "Breaking Changes" section, we said
8+
9+
> 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`
10+
11+
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).
12+
313
## 2023.1.2
414

515
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/storefront-kit-react",
3-
"version": "2023.1.2",
3+
"version": "2023.1.3",
44
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
55
"homepage": "https://github.com/Shopify/storefront-kit/tree/main/packages/react",
66
"license": "MIT",

0 commit comments

Comments
 (0)