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