@shopify/hydrogen 2026.4.1 → 2026.4.2

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.
@@ -437,7 +437,7 @@ function getPrivacyBanner() {
437
437
  }
438
438
 
439
439
  // package.json
440
- var version = "2026.4.1";
440
+ var version = "2026.4.2";
441
441
 
442
442
  // src/analytics-manager/ShopifyAnalytics.tsx
443
443
  function getCustomerPrivacyRequired() {
@@ -1833,7 +1833,7 @@ function generateUUID() {
1833
1833
  }
1834
1834
 
1835
1835
  // src/version.ts
1836
- var LIB_VERSION = "2026.4.1";
1836
+ var LIB_VERSION = "2026.4.2";
1837
1837
 
1838
1838
  // src/utils/graphql.ts
1839
1839
  function minifyQuery(string) {