@shopify/create-hydrogen 0.31.0 → 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 +6 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 0.31.0
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-hydrogen",
3
- "version": "0.31.0",
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",
@@ -51,7 +51,8 @@
51
51
  "@bugsnag/js": "^7.14.1",
52
52
  "@shopify/cli-hydrogen": "0.31.0",
53
53
  "@shopify/cli-kit": "0.31.0",
54
- "@oclif/core": "1.3.6"
54
+ "@oclif/core": "1.3.6",
55
+ "open": "^8.4.0"
55
56
  },
56
57
  "devDependencies": {
57
58
  "enquirer": "^2.3.6",