[ci] release 2025.7.1
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/[email protected]
Patch Changes
- Fix upgrade notice showing incorrect old versions when current version is missing from changelog. The
shopify hydrogen devcommand now correctly displays available upgrades using semver comparison when the current version doesn't exist in changelog.json. (#3251) by @juanpprieto
@shopify/[email protected]
Patch Changes
-
This version adds support for the new cookie system in Shopify (
_shopify_analyticsand_shopify_marketinghttp-only cookies). It is backward compatible and still supports the deprecated_shopify_yand_shopify_scookies. (#3309) by @frandioxcreateRequestHandlercan now be used for every Hydrogen app, not only the ones deployed to Oxygen. It is now exported from@shopify/hydrogen.- A new Storefront API proxy is now available in Hydrogen's
createRequestHandler. This will be used to obtain http-only cookies from Storefront API. In general, it should be transparent but it can be disabled with theproxyStandardRoutesoption. Analytics.Providercomponent anduseCustomerPrivacyhook now make a request internally to the mentioned proxy to obtain cookies in the storefront domain.
-
Remove regulation-specific privacy fields from public API documentation. The generalized privacy fields (analyticsAllowed, marketingAllowed, saleOfDataAllowed) remain available. (#3236) by @juanpprieto
-
Ensure Hydrogen SEO recommendations match Shopify Admin (#3303) by @michael-land
-
Fixed a number of issues related to irregular behaviors between Privacy Banner and Hydrogen's analytics events. (#3309) by @frandiox
-
Updated dependencies [
ee00f1025867c40d5f67fa89d4ffb215bf280e8f,264e13349168f17cc1f096c84135d13d38cfc8df]:- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
-
Remove regulation-specific privacy fields from public API documentation. The generalized privacy fields (analyticsAllowed, marketingAllowed, saleOfDataAllowed) remain available. (#3236) by @juanpprieto
-
New export
getTrackingValuesto obtain information for analytics and marketing. Use this instead ofgetShopifyCookies(which is now deprecated). (#3309) by @frandioxuseShopifyCookiesnow accepts afetchTrackingValuesparameter that can be used to make a Storefront API request and obtain Shopify http-only cookies,_shopify_analyticsand_shopify_marketing(which replace the deprecated_shopify_yand_shopify_scookies).