@shopify/create-hydrogen 3.0.23 → 3.0.24

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/create-hydrogen
2
2
 
3
+ ## 3.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - @shopify/cli-kit@3.0.24
8
+
3
9
  ## 3.0.23
4
10
 
5
11
  ### Patch Changes
@@ -65,9 +65,9 @@ const init$1 = async (options, prompt = ui.prompt) => {
65
65
  return { ...options, ...promptOutput, template };
66
66
  };
67
67
 
68
- var version$1 = "3.0.23";
68
+ var version$1 = "3.0.24";
69
69
 
70
- var version = "3.0.23";
70
+ var version = "3.0.24";
71
71
 
72
72
  const suggestHydrogenSupport = () => `
73
73
  Help us make Hydrogen better by reporting this error so we can improve this message and/or fix the error.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-hydrogen",
3
- "version": "3.0.23",
3
+ "version": "3.0.24",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Shopify hydrogen app.",
6
6
  "type": "module",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@bugsnag/js": "^7.16.7",
54
54
  "@oclif/core": "^1.0",
55
- "@shopify/cli-kit": "^3.0.23",
55
+ "@shopify/cli-kit": "^3.0.24",
56
56
  "@types/download": "^8.0.1",
57
57
  "download": "^8.0.0"
58
58
  },