@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.
@@ -613,7 +613,7 @@ function getPrivacyBanner() {
613
613
  }
614
614
 
615
615
  // package.json
616
- var version = "2026.4.1";
616
+ var version = "2026.4.2";
617
617
 
618
618
  // src/analytics-manager/ShopifyAnalytics.tsx
619
619
  function getCustomerPrivacyRequired() {
@@ -2009,7 +2009,7 @@ function generateUUID() {
2009
2009
  }
2010
2010
 
2011
2011
  // src/version.ts
2012
- var LIB_VERSION = "2026.4.1";
2012
+ var LIB_VERSION = "2026.4.2";
2013
2013
 
2014
2014
  // src/utils/graphql.ts
2015
2015
  function minifyQuery(string) {