Skip to content

Commit b4df055

Browse files
[ci] release 2026.4.4 (#3791)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1900bc0 commit b4df055

10 files changed

Lines changed: 24 additions & 15 deletions

File tree

.changeset/fuzzy-laws-say.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hydrogen-cli-vite-not-found.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/cli-hydrogen
22

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Show a clear, actionable error when `vite` cannot be found in your project instead of crashing with an unhandled `Cannot find module 'vite'`. This typically happens when a Hydrogen command is run outside the app directory or before installing dependencies; the CLI now explains how to fix it. ([#3796](https://github.com/Shopify/hydrogen/pull/3796)) by [@lucyxiang](https://github.com/lucyxiang)
8+
39
## 12.0.1
410

511
### Patch Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,5 +1675,5 @@
16751675
]
16761676
}
16771677
},
1678-
"version": "12.0.1"
1678+
"version": "12.0.2"
16791679
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
7-
"version": "12.0.1",
7+
"version": "12.0.2",
88
"license": "MIT",
99
"type": "module",
1010
"repository": {

packages/hydrogen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/hydrogen
22

3+
## 2026.4.4
4+
5+
### Patch Changes
6+
7+
- Reduce PerfKit resource timing sampling rate from 100 to 10. ([#3790](https://github.com/Shopify/hydrogen/pull/3790)) by [@andguy95](https://github.com/andguy95)
8+
39
## 2026.4.3
410

511
### Patch Changes

packages/hydrogen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
77
"type": "module",
8-
"version": "2026.4.3",
8+
"version": "2026.4.4",
99
"license": "MIT",
1010
"main": "dist/index.cjs",
1111
"module": "dist/production/index.js",

packages/hydrogen/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = '2026.4.3';
1+
export const LIB_VERSION = '2026.4.4';

templates/skeleton/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# skeleton
22

3+
## 2026.4.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`23431c956193420bce3442e9e5cc711dc95cc497`](https://github.com/Shopify/hydrogen/commit/23431c956193420bce3442e9e5cc711dc95cc497)]:
8+
- @shopify/hydrogen@2026.4.4
9+
310
## 2026.4.3
411

512
### Patch Changes

templates/skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "skeleton",
33
"private": true,
44
"sideEffects": false,
5-
"version": "2026.4.3",
5+
"version": "2026.4.4",
66
"type": "module",
77
"scripts": {
88
"build": "shopify hydrogen build --codegen",

0 commit comments

Comments
 (0)