Skip to content

Commit b1f974d

Browse files
[ci] release 2026.4.4
1 parent 23431c9 commit b1f974d

6 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/fuzzy-laws-say.md

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

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)