Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-tigers-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cozy-birds-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-balloons-see.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-beers-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-mugs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-clubs-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-owls-wave.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @shopify/cli-hydrogen

## 11.1.10

### Patch Changes

- Updated `prettier` from v2 to v3. ([#3461](https://github.com/Shopify/hydrogen/pull/3461)) by [@fredericoo](https://github.com/fredericoo)

- Removes the React Router v7 version check from the dev command as was confusing from what was resolved in node_modules ([#3499](https://github.com/Shopify/hydrogen/pull/3499)) by [@andguy95](https://github.com/andguy95)

- Fixed an issue where users without addresses could not add the first one ([#3456](https://github.com/Shopify/hydrogen/pull/3456)) by [@fredericoo](https://github.com/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](https://github.com/Shopify/hydrogen/pull/3448)) by [@fredericoo](https://github.com/fredericoo)

- Updated dependencies [[`ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6`](https://github.com/Shopify/hydrogen/commit/ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6)]:
- @shopify/mini-oxygen@4.0.1

## 11.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1676,5 +1676,5 @@
]
}
},
"version": "11.1.9"
"version": "11.1.10"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "11.1.9",
"version": "11.1.10",
"license": "MIT",
"type": "module",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/hydrogen-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/hydrogen-react

## 2026.1.1

### Patch Changes

- Updated transitive dependencies (`form-data`, `vite`) to resolve known vulnerabilities. ([#3461](https://github.com/Shopify/hydrogen/pull/3461)) by [@fredericoo](https://github.com/fredericoo)

## 2026.1.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-react",
"version": "2026.1.0",
"version": "2026.1.1",
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
"homepage": "https://github.com/Shopify/hydrogen/tree/main/packages/hydrogen-react",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/hydrogen

## 2026.1.1

### Patch Changes

- Updated transitive dependencies (`form-data`, `vite`) to resolve known vulnerabilities. ([#3461](https://github.com/Shopify/hydrogen/pull/3461)) by [@fredericoo](https://github.com/fredericoo)

- Updated dependencies [[`ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6`](https://github.com/Shopify/hydrogen/commit/ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6)]:
- @shopify/hydrogen-react@2026.1.1

## 2026.1.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"type": "module",
"version": "2026.1.0",
"version": "2026.1.1",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down Expand Up @@ -83,7 +83,7 @@
"dist"
],
"dependencies": {
"@shopify/hydrogen-react": "workspace:*",
"@shopify/hydrogen-react": "workspace:*2026.1.1",
"content-security-policy-builder": "^2.2.0",
"flame-chart-js": "2.3.1",
"isbot": "^5.1.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '2026.1.0';
export const LIB_VERSION = '2026.1.1';
6 changes: 6 additions & 0 deletions packages/mini-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/mini-oxygen

## 4.0.1

### Patch Changes

- Updated `undici` to `7.21.0` and `body-parser` to `1.20.4` to resolve known vulnerabilities. ([#3461](https://github.com/Shopify/hydrogen/pull/3461)) by [@fredericoo](https://github.com/fredericoo)

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mini-oxygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"type": "module",
"description": "Development assistant for custom Shopify Oxygen hosted storefronts",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-oxygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"devDependencies": {
"@shopify/oxygen-workers-types": "^4.1.6",
"@shopify/hydrogen": "workspace:*",
"@shopify/hydrogen": "workspace:*2026.1.1",
"@types/node": "catalog:",
"react-router": "7.12.0"
},
Expand Down
11 changes: 11 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# skeleton

## 2026.1.1

### Patch Changes

- Added a notice with relevant information on how to link a store in case there is no store linked yet ([#3448](https://github.com/Shopify/hydrogen/pull/3448)) by [@fredericoo](https://github.com/fredericoo)

- Fixed an issue where users without addresses could not add the first one ([#3456](https://github.com/Shopify/hydrogen/pull/3456)) by [@fredericoo](https://github.com/fredericoo)

- Updated dependencies [[`ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6`](https://github.com/Shopify/hydrogen/commit/ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6)]:
- @shopify/hydrogen@2026.1.1

## 2026.1.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skeleton",
"private": true,
"sideEffects": false,
"version": "2026.1.0",
"version": "2026.1.1",
"type": "module",
"scripts": {
"build": "shopify hydrogen build --codegen",
Expand All @@ -14,7 +14,7 @@
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"@shopify/hydrogen": "workspace:*",
"@shopify/hydrogen": "workspace:*2026.1.1",
"graphql": "^16.10.0",
"graphql-tag": "^2.12.6",
"isbot": "^5.1.22",
Expand Down