@shopify/hydrogen 2026.1.0 → 2026.1.1

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.
@@ -610,7 +610,7 @@ function getPrivacyBanner() {
610
610
  }
611
611
 
612
612
  // package.json
613
- var version = "2026.1.0";
613
+ var version = "2026.1.1";
614
614
 
615
615
  // src/analytics-manager/ShopifyAnalytics.tsx
616
616
  function getCustomerPrivacyRequired() {
@@ -2005,7 +2005,7 @@ function generateUUID() {
2005
2005
  }
2006
2006
 
2007
2007
  // src/version.ts
2008
- var LIB_VERSION = "2026.1.0";
2008
+ var LIB_VERSION = "2026.1.1";
2009
2009
 
2010
2010
  // src/utils/graphql.ts
2011
2011
  function minifyQuery(string) {