@shopify/cli 0.30.0 → 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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @shopify/cli
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
+
11
+ ## 0.30.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Add scaffold to the package.json's scripts section of the app template
16
+ - Updated dependencies
17
+ - @shopify/cli-kit@0.30.2
18
+
19
+ ## 0.30.1
20
+
21
+ ### Patch Changes
22
+
23
+ - New CLI version
24
+ - Updated dependencies
25
+ - @shopify/cli-kit@0.30.1
26
+
3
27
  ## 0.30.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "0.30.0",
3
+ "version": "0.31.0",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "type": "module",
@@ -50,7 +50,7 @@
50
50
  "@bugsnag/js": "^7.14.1",
51
51
  "@oclif/core": "1.3.6",
52
52
  "@oclif/plugin-help": "^5.1.11",
53
- "@shopify/cli-kit": "0.29.1"
53
+ "@shopify/cli-kit": "0.31.0"
54
54
  },
55
55
  "engine-strict": true,
56
56
  "engines": {