@shopify/create-hydrogen 3.0.9 → 3.0.10

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.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @shopify/cli-kit@3.0.10
8
+
3
9
  ## 3.0.9
4
10
 
5
11
  ### Patch Changes
@@ -36,9 +36,9 @@ const init$1 = async (options, prompt = ui.prompt) => {
36
36
  return { ...options, ...promptOutput, template };
37
37
  };
38
38
 
39
- var version$1 = "3.0.9";
39
+ var version$1 = "3.0.10";
40
40
 
41
- var version = "3.0.9";
41
+ var version = "3.0.10";
42
42
 
43
43
  async function init(options) {
44
44
  const user = await os.username() ?? "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-hydrogen",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
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.9.0",
55
- "@shopify/cli-kit": "3.0.9",
55
+ "@shopify/cli-kit": "3.0.10",
56
56
  "@types/download": "^8.0.1",
57
57
  "download": "^8.0.0"
58
58
  },