@shopify/cli 0.30.1 → 0.31.3

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 +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @shopify/cli
2
2
 
3
+ ## 0.31.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @shopify/cli-kit@0.31.3
9
+
10
+ ## 0.31.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [e701cf5]
15
+ - Updated dependencies [563f225]
16
+ - @shopify/cli-kit@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-kit@0.30.2
25
+
3
26
  ## 0.30.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "0.30.1",
3
+ "version": "0.31.3",
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.30.1"
53
+ "@shopify/cli-kit": "0.31.3"
54
54
  },
55
55
  "engine-strict": true,
56
56
  "engines": {