@shopify/cli 0.33.7 → 1.0.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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @shopify/cli
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Get workflows working e2e
8
+ - Updated dependencies
9
+ - @shopify/cli-kit@1.0.0
10
+
11
+ ## 0.33.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Remove unnecessary dependencies
16
+ - Updated dependencies
17
+ - @shopify/cli-kit@0.33.8
18
+
3
19
  ## 0.33.7
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "0.33.7",
3
+ "version": "1.0.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.16.2",
51
51
  "@oclif/core": "1.3.6",
52
52
  "@oclif/plugin-help": "^5.1.11",
53
- "@shopify/cli-kit": "0.33.7"
53
+ "@shopify/cli-kit": "1.0.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "vitest": "0.7.9"