@shopify/cli 0.5.1 → 0.5.2

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 +19 -8
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,18 +1,29 @@
1
1
  # @shopify/cli
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Add @shopify/support and fix dependencies' setup
8
+ - Updated dependencies
9
+ - @shopify/app@0.5.2
10
+ - @shopify/core@0.5.2
11
+ - @shopify/support@0.5.2
12
+ - @shopify/theme@0.5.2
13
+
3
14
  ## 0.5.1
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - Updated dependencies
8
- - @shopify/cli-configs@0.6.0
19
+ - @shopify/configs@0.6.0
9
20
 
10
21
  ## 0.5.0
11
22
 
12
23
  ### Patch Changes
13
24
 
14
25
  - Updated dependencies
15
- - @shopify/cli-app@0.5.0
26
+ - @shopify/@0.5.0
16
27
 
17
28
  ## 0.4.0
18
29
 
@@ -29,9 +40,9 @@
29
40
  ### Patch Changes
30
41
 
31
42
  - Updated dependencies
32
- - @shopify/cli-theme@0.3.0
33
- - @shopify/cli-app@0.3.0
34
- - @shopify/cli-core@0.3.0
43
+ - @shopify/theme@0.3.0
44
+ - @shopify/@0.3.0
45
+ - @shopify/core@0.3.0
35
46
  - @shopify/cli-support@0.3.0
36
47
 
37
48
  ## 0.2.0
@@ -43,7 +54,7 @@
43
54
  ### Patch Changes
44
55
 
45
56
  - Updated dependencies
46
- - @shopify/cli-app@0.2.0
47
- - @shopify/cli-core@0.2.0
57
+ - @shopify/@0.2.0
58
+ - @shopify/core@0.2.0
48
59
  - @shopify/cli-support@0.2.0
49
- - @shopify/cli-theme@0.2.0
60
+ - @shopify/theme@0.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "keywords": [
@@ -42,10 +42,10 @@
42
42
  "@bugsnag/js": "^7.14.1",
43
43
  "@oclif/core": "^1",
44
44
  "@oclif/plugin-help": "^5",
45
- "@shopify/cli-app": "0.5.0",
46
- "@shopify/cli-configs": "0.6.0",
47
- "@shopify/cli-core": "0.3.0",
48
- "@shopify/cli-theme": "0.3.0"
45
+ "@shopify/app": "0.5.2",
46
+ "@shopify/core": "0.5.2",
47
+ "@shopify/theme": "0.5.2",
48
+ "@shopify/support": "0.5.2"
49
49
  },
50
50
  "devDependencies": {},
51
51
  "engine-strict": true,
@@ -57,13 +57,13 @@
57
57
  "linux",
58
58
  "win32"
59
59
  ],
60
- "oclif": {
60
+ "otheme": {
61
61
  "bin": "shopify",
62
62
  "helpClass": "./src/help",
63
63
  "plugins": [
64
64
  "@oclif/plugin-help",
65
- "@shopify/cli-theme",
66
- "@shopify/cli-app"
65
+ "@shopify/theme",
66
+ "@shopify/app"
67
67
  ],
68
68
  "topicSeparator": " ",
69
69
  "topics": {