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

Commit 51b73d1

Browse files
[ci] release 2023-01 (#197)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8302b55 commit 51b73d1

6 files changed

+10
-21
lines changed

.changeset/early-dragons-listen.md

-5
This file was deleted.

.changeset/lazy-dolphins-develop.md

-5
This file was deleted.

.changeset/three-pots-brush.md

-5
This file was deleted.

.changeset/wicked-cows-relate.md

-5
This file was deleted.

packages/react/CHANGELOG.md

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

3+
## 2023.1.6
4+
5+
### Patch Changes
6+
7+
- 67da795: Fix issue with props on the `<CartLineQuantityAdjustButton />` being possibly overwritten.
8+
- 0152f3d: Update internal deps
9+
- 8302b55: (Internal) Migrate from `yarn` to `npm`
10+
- 37d036f: Fixed an issue in which the Storefront Client had a check that was meant to only run on the client, but was also running on the server.
11+
312
## 2023.1.5
413

514
### Patch Changes

packages/react/package.json

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

0 commit comments

Comments
 (0)