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

Commit

Permalink
[ci] release 2022-10 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 19, 2022
1 parent 203abf9 commit d2e5d4e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .changeset/clever-plants-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-teachers-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-avocados-search.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @shopify/hydrogen-react

## 2022.10.6

### Patch Changes

- f570f72: Added the `price` and `compareAtPrice` fields to our `defaultCartFragment`, which is used to get the Cart fields in the `<CartProvider />` component.

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.

We'll keep both for now, to help deveopers upgrade without issues, and then remove the `V2` versions in a future breaking update.

- 203abf9: Fix bad path for `require()` statements in non-Node environments.
- de1429e: CartProvider small internal fix to the last valid card and previous stored cart.

## 2022.10.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-react",
"version": "2022.10.5",
"version": "2022.10.6",
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
"homepage": "https://github.com/Shopify/hydrogen-ui/tree/main/packages/react",
"license": "MIT",
Expand Down

0 comments on commit d2e5d4e

Please sign in to comment.