@shopify/cli 0.33.3 → 1.0.1

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 +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @shopify/cli
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Some fixes
8
+ - Updated dependencies
9
+ - @shopify/cli-kit@1.0.1
10
+
11
+ ## 1.0.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Get workflows working e2e
16
+ - Updated dependencies
17
+ - @shopify/cli-kit@1.0.0
18
+
19
+ ## 0.33.8
20
+
21
+ ### Patch Changes
22
+
23
+ - Remove unnecessary dependencies
24
+ - Updated dependencies
25
+ - @shopify/cli-kit@0.33.8
26
+
27
+ ## 0.33.7
28
+
29
+ ### Patch Changes
30
+
31
+ - Add .gitignore to the app template
32
+ - Updated dependencies
33
+ - @shopify/cli-kit@0.33.7
34
+
3
35
  ## 0.33.3
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "0.33.3",
3
+ "version": "1.0.1",
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.3"
53
+ "@shopify/cli-kit": "1.0.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "vitest": "0.7.9"