Skip to content

Releases: Shopify/hydrogen

skeleton@2026.1.2

13 Mar 19:10
f3b9b4f

Choose a tag to compare

Patch Changes

@shopify/hydrogen@2026.1.2

13 Mar 19:10
f3b9b4f

Choose a tag to compare

Patch Changes

  • Updated the skeleton robots.txt defaults to remove disallow rules that are specific to Shopify themes and not part of a new Hydrogen app by default. This reduces confusion when reviewing or customizing robots rules in scaffolded projects. (#3526) by @fredericoo

  • Improved local Customer Account OAuth errors: in development, if you are not on a *.tryhydrogen.dev tunnel URL, Hydrogen now shows clear guidance to run shopify hydrogen dev --customer-account-push and continue from the tunnel URL. (#3504) by @fredericoo

  • Fixed the customer account auth status typing so customerAccount.handleAuthStatus() is typed as async (Promise<void>), matching runtime behavior. (#3523) by @fredericoo

@shopify/create-hydrogen@5.0.30

13 Mar 19:10
f3b9b4f

Choose a tag to compare

Patch Changes

@shopify/cli-hydrogen@11.1.11

13 Mar 19:10
f3b9b4f

Choose a tag to compare

Patch Changes

  • Improve gift card accessibility in Skeleton template (#3518) by @itsjustriley

  • Updated shopify/cli dependencies for cli-hydrogen (#3553) by @andguy95

  • Updated the skeleton robots.txt defaults to remove disallow rules that are specific to Shopify themes and not part of a new Hydrogen app by default. This reduces confusion when reviewing or customizing robots rules in scaffolded projects. (#3526) by @fredericoo

  • Fixed --package-manager flag being ignored when --install-deps was explicitly passed. Projects now correctly use the specified package manager for dependency installation. (#3458) by @itsjustriley

  • Updated loaders that used customerAccount.handleAuthStatus() to now await it. (#3523) by @fredericoo

    Migration

    If you call handleAuthStatus() in your own loaders, update those callsites to use await.

skeleton@2026.1.1

27 Feb 03:47
cfbac74

Choose a tag to compare

Patch Changes

@shopify/mini-oxygen@4.0.1

27 Feb 03:47
cfbac74

Choose a tag to compare

Patch Changes

  • Updated undici to 7.21.0 and body-parser to 1.20.4 to resolve known vulnerabilities. (#3461) by @fredericoo

@shopify/hydrogen@2026.1.1

27 Feb 03:47
cfbac74

Choose a tag to compare

Patch Changes

@shopify/hydrogen-react@2026.1.1

27 Feb 03:47
cfbac74

Choose a tag to compare

Patch Changes

  • Updated transitive dependencies (form-data, vite) to resolve known vulnerabilities. (#3461) by @fredericoo

@shopify/cli-hydrogen@11.1.10

27 Feb 03:47
cfbac74

Choose a tag to compare

Patch Changes

  • Updated prettier from v2 to v3. (#3461) by @fredericoo

  • Removes the React Router v7 version check from the dev command as was confusing from what was resolved in node_modules (#3499) by @andguy95

  • Fixed an issue where users without addresses could not add the first one (#3456) by @fredericoo

  • Route scaffolding now runs automatically during hydrogen init, so new projects are fully set up with all routes by default. The --routes flag and confirmation prompt have been removed since routes are always generated. (#3448) by @fredericoo

  • Updated dependencies [ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6]:

    • @shopify/mini-oxygen@4.0.1

skeleton@2026.1.0

09 Feb 17:34
14d0910

Choose a tag to compare

Major Changes

  • Updated to Storefront API 2026-01 and Customer Account API 2026-01. (#3434) by @kdaviduik

    This is a quarterly API version update aligned with Shopify's API release schedule.

    Action Required: The cartDiscountCodesUpdate mutation now requires the discountCodes argument. If you have custom cart discount code logic, verify your mutations include this field.

    Review the changelogs for other changes that may affect your storefront:

Patch Changes