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

Commit 117ad0e

Browse files
[ci] release 2022-7 (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 702df8f commit 117ad0e

File tree

4 files changed

+29
-31
lines changed

4 files changed

+29
-31
lines changed

.changeset/brown-bags-perform.md

-5
This file was deleted.

.changeset/seven-boxes-hope.md

-25
This file was deleted.

packages/react/CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# @shopify/hydrogen-react
2+
3+
## 2022.7.1
4+
5+
### Patch Changes
6+
7+
- 702df8f: Fixed issue with TypeScript not being able to find the typings for `@shopify/hydrogen-react/storefront-api-types`
8+
- b9c3940: Add `<CartProvider/>` and releated hooks & types.
9+
10+
Component:
11+
12+
- `<CartProvider/>`
13+
14+
Hooks:
15+
16+
- `useCart()`
17+
- `useCartFetch()`
18+
- `useInstantCheckout()`
19+
20+
Types:
21+
22+
- `CartState`
23+
- `CartStatus`
24+
- `Cart`
25+
- `CartWithActions`
26+
- `CartAction`
27+
28+
Also updated `flattenConnection()` to better handle a `null` or `undefined` argument.

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.7.0",
3+
"version": "2022.7.1",
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)