Skip to content

Commit 253bb27

Browse files
[ci] release 2026.4.3 (#3760)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39f2b32 commit 253bb27

20 files changed

Lines changed: 78 additions & 52 deletions

.changeset/fix-cart-get-default-cartid.md

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

.changeset/fix-image-fluid-x-descriptors.md

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

.changeset/fix-storefront-redirect-single-fetch.md

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

.changeset/odd-numbers-hug.md

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

.changeset/typed-custom-cart-fragments.md

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

.changeset/wide-react-router-peer-ranges.md

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

packages/cli/CHANGELOG.md

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

3+
## 12.0.1
4+
5+
### Patch Changes
6+
7+
- Include line item children recursively in cart. ([#3753](https://github.com/Shopify/hydrogen/pull/3753)) by [@martin-pettersson](https://github.com/martin-pettersson)
8+
9+
- Add generic cart result typing to `createCartHandler` so custom cart fragments can use their generated fragment types. ([#3767](https://github.com/Shopify/hydrogen/pull/3767)) by [@andguy95](https://github.com/andguy95)
10+
11+
- Widen React Router peer dependency ranges so Hydrogen packages accept compatible React Router 7.16 patch versions without npm peer dependency conflicts. New Hydrogen projects now default to React Router 7.16.0. ([#3771](https://github.com/Shopify/hydrogen/pull/3771)) by [@fredericoo](https://github.com/fredericoo)
12+
313
## 12.0.0
414

515
### Minor 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.0"
1678+
"version": "12.0.1"
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.0",
7+
"version": "12.0.1",
88
"license": "MIT",
99
"type": "module",
1010
"repository": {

packages/create-hydrogen/CHANGELOG.md

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

3+
## 5.0.37
4+
5+
### Patch Changes
6+
7+
- Include line item children recursively in cart. ([#3753](https://github.com/Shopify/hydrogen/pull/3753)) by [@martin-pettersson](https://github.com/martin-pettersson)
8+
9+
- Add generic cart result typing to `createCartHandler` so custom cart fragments can use their generated fragment types. ([#3767](https://github.com/Shopify/hydrogen/pull/3767)) by [@andguy95](https://github.com/andguy95)
10+
11+
- Widen React Router peer dependency ranges so Hydrogen packages accept compatible React Router 7.16 patch versions without npm peer dependency conflicts. New Hydrogen projects now default to React Router 7.16.0. ([#3771](https://github.com/Shopify/hydrogen/pull/3771)) by [@fredericoo](https://github.com/fredericoo)
12+
313
## 5.0.36
414

515
### Patch Changes

0 commit comments

Comments
 (0)