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

Commit d2e5d4e

Browse files
[ci] release 2022-10 (#96)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 203abf9 commit d2e5d4e

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
lines changed

.changeset/clever-plants-wink.md

-9
This file was deleted.

.changeset/selfish-teachers-sort.md

-5
This file was deleted.

.changeset/stupid-avocados-search.md

-5
This file was deleted.

packages/react/CHANGELOG.md

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

3+
## 2022.10.6
4+
5+
### Patch Changes
6+
7+
- f570f72: Added the `price` and `compareAtPrice` fields to our `defaultCartFragment`, which is used to get the Cart fields in the `<CartProvider />` component.
8+
9+
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.
10+
11+
We'll keep both for now, to help deveopers upgrade without issues, and then remove the `V2` versions in a future breaking update.
12+
13+
- 203abf9: Fix bad path for `require()` statements in non-Node environments.
14+
- de1429e: CartProvider small internal fix to the last valid card and previous stored cart.
15+
316
## 2022.10.5
417

518
### 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": "2022.10.5",
3+
"version": "2022.10.6",
44
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
55
"homepage": "https://github.com/Shopify/hydrogen-ui/tree/main/packages/react",
66
"license": "MIT",

0 commit comments

Comments
 (0)