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

Commit 79126b4

Browse files
[ci] release 2023-01 (#124)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16b6b81 commit 79126b4

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

.changeset/plenty-moles-listen.md

-30
This file was deleted.

packages/react/CHANGELOG.md

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

3+
## 2023.1.2
4+
5+
### Patch Changes
6+
7+
- 16b6b81: Shopify Analytics
8+
9+
Methods:
10+
11+
- `useShopifyCookies(hasUserConsent = true, domain = ''): void` - sets and refreshes Shopify cookies
12+
- `getShopifyCookie(cookieString: string): ShopifyCookie` - returns Shopify cookies
13+
- `sendShopifyAnalytics({eventName: AnalyticsEventName, payload: ShopifyAnalytics}, domain?): Promise<void>` - sends Shopify analytics
14+
- `getClientBrowserParameters(): ClientBrowserParameters` - returns commonly tracked client browser values
15+
16+
Constants:
17+
18+
- `AnalyticsEventName` - list of Shopify accepted analytics events
19+
- `AnalyticsPageType` - list of Shopify accepted page type names
20+
- `ShopifyAppSource` - list of Shopify accepted application source
21+
22+
Types:
23+
24+
- `ShopifyCookies`
25+
- `ClientBrowserParameters`
26+
- `ShopifyAnalytics` - generic type for `ShopifyPageView` and `ShopifyAddToCart`
27+
- `ShopifyAnalyticsPayload` - generic type for `ShopifyPageViewPayload` and `ShopifyAddToCartPayload`
28+
- `ShopifyPageView`
29+
- `ShopifyPageViewPayload`
30+
- `ShopifyAddToCart`
31+
- `ShopifyAddToCartPayload`
32+
- `ShopifyAnalyticsProduct`
33+
334
## 2023.1.1
435

536
### 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.1",
3+
"version": "2023.1.2",
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)