@shopify/hydrogen 2026.1.2 → 2026.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -434,7 +434,7 @@ function getPrivacyBanner() {
434
434
  }
435
435
 
436
436
  // package.json
437
- var version = "2026.1.2";
437
+ var version = "2026.1.3";
438
438
 
439
439
  // src/analytics-manager/ShopifyAnalytics.tsx
440
440
  function getCustomerPrivacyRequired() {
@@ -1829,7 +1829,7 @@ function generateUUID() {
1829
1829
  }
1830
1830
 
1831
1831
  // src/version.ts
1832
- var LIB_VERSION = "2026.1.2";
1832
+ var LIB_VERSION = "2026.1.3";
1833
1833
 
1834
1834
  // src/utils/graphql.ts
1835
1835
  function minifyQuery(string) {