@shopify/cli 1.0.3 → 1.0.6

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @shopify/cli
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Add deploy command
8
+ - Updated dependencies
9
+ - @shopify/cli-kit@1.0.6
10
+
11
+ ## 1.0.5
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @shopify/cli-kit@1.0.5
17
+
18
+ ## 1.0.4
19
+
20
+ ### Patch Changes
21
+
22
+ - e2e working
23
+ - Updated dependencies
24
+ - @shopify/cli-kit@1.0.4
25
+
3
26
  ## 1.0.3
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "type": "module",
@@ -49,12 +49,12 @@
49
49
  "dependencies": {
50
50
  "@bugsnag/js": "^7.16.2",
51
51
  "@oclif/core": "1.6.4",
52
- "@oclif/plugin-help": "^5.1.11",
52
+ "@oclif/plugin-help": "^5.1.12",
53
53
  "@oclif/plugin-plugins": "^2.1.0",
54
- "@shopify/cli-kit": "1.0.1"
54
+ "@shopify/cli-kit": "1.0.6"
55
55
  },
56
56
  "devDependencies": {
57
- "vitest": "0.7.9"
57
+ "vitest": "0.8.1"
58
58
  },
59
59
  "engine-strict": true,
60
60
  "engines": {