@shopify/create-hydrogen 0.30.1 → 0.31.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @shopify/create-hydrogen
2
2
 
3
+ ## 0.31.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix create-app and create-hydrogen that fail because "open" is missing
8
+
9
+ ## 0.31.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [e701cf5]
14
+ - Updated dependencies [563f225]
15
+ - @shopify/cli-kit@0.31.0
16
+ - @shopify/cli-hydrogen@0.31.0
17
+
18
+ ## 0.30.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Add scaffold to the package.json's scripts section of the app template
23
+ - Updated dependencies
24
+ - @shopify/cli-hydrogen@0.30.2
25
+ - @shopify/cli-kit@0.30.2
26
+
3
27
  ## 0.30.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-hydrogen",
3
- "version": "0.30.1",
3
+ "version": "0.31.1",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Hydrogen storefront",
6
6
  "type": "module",
@@ -49,9 +49,10 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@bugsnag/js": "^7.14.1",
52
- "@shopify/cli-hydrogen": "0.30.1",
53
- "@shopify/cli-kit": "0.30.1",
54
- "@oclif/core": "1.3.6"
52
+ "@shopify/cli-hydrogen": "0.31.0",
53
+ "@shopify/cli-kit": "0.31.0",
54
+ "@oclif/core": "1.3.6",
55
+ "open": "^8.4.0"
55
56
  },
56
57
  "devDependencies": {
57
58
  "enquirer": "^2.3.6",