@shopify/create-hydrogen 0.22.0 → 0.27.0

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,40 @@
1
1
  # @shopify/create-hydrogen
2
2
 
3
+ ## 0.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Fix create-hydrogen
8
+
9
+ ## 0.26.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Fix create-hydrogen
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @shopify/cli-hydrogen@0.6.0
19
+
20
+ ## 0.25.0
21
+
22
+ ### Minor Changes
23
+
24
+ - Fix create-hydrogen
25
+
26
+ ## 0.24.0
27
+
28
+ ### Minor Changes
29
+
30
+ - Fix create-hydrogen
31
+
32
+ ## 0.23.0
33
+
34
+ ### Minor Changes
35
+
36
+ - Fix create-hydrogen
37
+
3
38
  ## 0.22.0
4
39
 
5
40
  ### Minor Changes
package/bin/run.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node --no-warnings
2
2
 
3
- import runCreateApp from "@shopify/create-hydrogen";
3
+ import runCreateHydrogen from "@shopify/create-hydrogen";
4
4
 
5
5
  runCreateHydrogen();