Skip to content

Commit 4ac7c85

Browse files
[ci] release 2026.4.5 (#3844)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6e2ab85 commit 4ac7c85

13 files changed

Lines changed: 38 additions & 38 deletions

.changeset/clever-lemurs-guard.md

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

.changeset/deploy-preserve-build-error.md

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

.changeset/fix-js-template-app-alias.md

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

.changeset/hydrogen-deploy-allow-non-preview.md

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

.changeset/hydrogen-env-push-agent-confirm.md

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

.changeset/short-lions-march.md

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

packages/cli/CHANGELOG.md

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

3+
## 13.0.1
4+
5+
### Patch Changes
6+
7+
- Read disabled command metadata from @shopify/hydrogen and stop those commands with an actionable error. ([#3846](https://github.com/Shopify/hydrogen/pull/3846)) by [@graygilmore](https://github.com/graygilmore)
8+
9+
- Preserve actionable build errors during `h2 deploy`. When the build step fails (for example, when the `vite` package is missing from the project), the original error and its guidance are now surfaced instead of being wrapped into a generic "Build function failed with error" message and reported as an uncaught crash. ([#3848](https://github.com/Shopify/hydrogen/pull/3848)) by [@bashu-shopify](https://github.com/bashu-shopify)
10+
11+
- Add an explicit `~` app alias to new Hydrogen projects. ([#3852](https://github.com/Shopify/hydrogen/pull/3852)) by [@andguy95](https://github.com/andguy95)
12+
13+
JavaScript projects use `jsconfig.json`, which is not reliably covered by Vite's native `resolve.tsconfigPaths` behavior. New projects now define Hydrogen's `~/` import convention directly in the Vite config so imports like `~/assets/favicon.svg` work in both TypeScript and JavaScript projects.
14+
15+
- Skip confirmation before deploying to non-preview environments with `--force`. ([#3832](https://github.com/Shopify/hydrogen/pull/3832)) by [@gonzaloriestra](https://github.com/gonzaloriestra)
16+
17+
- Add `--force` and `--dry-run` flags to `hydrogen env push`. ([#3831](https://github.com/Shopify/hydrogen/pull/3831)) by [@gonzaloriestra](https://github.com/gonzaloriestra)
18+
19+
- Fix Hydrogen deploy asset directory resolution when Vite reports the client output directory as the SSR server output directory. ([#3842](https://github.com/Shopify/hydrogen/pull/3842)) by [@frandiox](https://github.com/frandiox)
20+
321
## 13.0.0
422

523
### Patch Changes

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,5 +1711,5 @@
17111711
]
17121712
}
17131713
},
1714-
"version": "13.0.0"
1714+
"version": "13.0.1"
17151715
}

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": "13.0.0",
7+
"version": "13.0.1",
88
"license": "MIT",
99
"type": "module",
1010
"repository": {

packages/create-hydrogen/CHANGELOG.md

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

3+
## 5.0.38
4+
5+
### Patch Changes
6+
7+
- Add an explicit `~` app alias to new Hydrogen projects. ([#3852](https://github.com/Shopify/hydrogen/pull/3852)) by [@andguy95](https://github.com/andguy95)
8+
9+
JavaScript projects use `jsconfig.json`, which is not reliably covered by Vite's native `resolve.tsconfigPaths` behavior. New projects now define Hydrogen's `~/` import convention directly in the Vite config so imports like `~/assets/favicon.svg` work in both TypeScript and JavaScript projects.
10+
311
## 5.0.37
412

513
### Patch Changes

0 commit comments

Comments
 (0)