@shopify/cli-hydrogen 9.0.3 → 9.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# skeleton
|
|
2
2
|
|
|
3
|
+
## 2024.10.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Bump cli version ([#2694](https://github.com/Shopify/hydrogen/pull/2694)) by [@wizardlyhel](https://github.com/wizardlyhel)
|
|
8
|
+
|
|
9
|
+
## 2024.10.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Prevent scroll reset on variant change ([#2672](https://github.com/Shopify/hydrogen/pull/2672)) by [@scottdixon](https://github.com/scottdixon)
|
|
14
|
+
|
|
3
15
|
## 2024.10.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -86,6 +86,7 @@ export function ProductForm({
|
|
|
86
86
|
if (!selected) {
|
|
87
87
|
navigate(`?${variantUriQuery}`, {
|
|
88
88
|
replace: true,
|
|
89
|
+
preventScrollReset: true,
|
|
89
90
|
});
|
|
90
91
|
}
|
|
91
92
|
}}
|
|
@@ -98,7 +99,7 @@ export function ProductForm({
|
|
|
98
99
|
</div>
|
|
99
100
|
<br />
|
|
100
101
|
</div>
|
|
101
|
-
)
|
|
102
|
+
);
|
|
102
103
|
})}
|
|
103
104
|
<AddToCartButton
|
|
104
105
|
disabled={!selectedVariant || !selectedVariant.availableForSale}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "skeleton",
|
|
3
3
|
"private": true,
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "2024.10.
|
|
5
|
+
"version": "2024.10.4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "shopify hydrogen build --codegen",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@graphql-codegen/cli": "5.0.2",
|
|
29
29
|
"@remix-run/dev": "^2.13.1",
|
|
30
30
|
"@remix-run/eslint-config": "^2.13.1",
|
|
31
|
-
"@shopify/cli": "~3.
|
|
31
|
+
"@shopify/cli": "~3.73.0",
|
|
32
32
|
"@shopify/hydrogen-codegen": "^0.3.2",
|
|
33
33
|
"@shopify/mini-oxygen": "^3.1.0",
|
|
34
34
|
"@shopify/oxygen-workers-types": "^4.1.2",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"@shopify:registry": "https://registry.npmjs.org"
|
|
6
6
|
},
|
|
7
|
-
"version": "9.0.
|
|
7
|
+
"version": "9.0.4",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"scripts": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@ast-grep/napi": "0.11.0",
|
|
36
36
|
"@oclif/core": "3.26.5",
|
|
37
|
-
"@shopify/cli-kit": "^3.
|
|
37
|
+
"@shopify/cli-kit": "^3.73.0",
|
|
38
38
|
"@shopify/oxygen-cli": "4.6.0",
|
|
39
|
-
"@shopify/plugin-cloudflare": "3.
|
|
39
|
+
"@shopify/plugin-cloudflare": "^3.73.0",
|
|
40
40
|
"ansi-escapes": "^6.2.0",
|
|
41
41
|
"chokidar": "3.5.3",
|
|
42
42
|
"cli-truncate": "^4.0.0",
|