@shopify/cli-kit 2.0.10 → 3.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.
- package/CHANGELOG.md +29 -0
- package/dist/{index-8ab5821f.js → index-117ce1ba.js} +303 -149
- package/dist/index-117ce1ba.js.map +1 -0
- package/dist/index.d.ts +210 -118
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-d7cd777b.js → multipart-parser-e253e1bc.js} +2 -2
- package/dist/{multipart-parser-d7cd777b.js.map → multipart-parser-e253e1bc.js.map} +1 -1
- package/package.json +4 -4
- package/dist/index-8ab5821f.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 3.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- Bump to 3.0.0
|
|
8
|
+
|
|
9
|
+
## 2.0.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 19e343ea: Add support to dev checkout_ui_extension
|
|
14
|
+
- eaf69a92: Add Italic output format
|
|
15
|
+
Store app title from Partners API
|
|
16
|
+
- 5ed34580: Default option when overwriting project files is now "No"
|
|
17
|
+
|
|
18
|
+
## 2.0.14
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 87e51326: Report errors coming from child processes as abort errors
|
|
23
|
+
- 87e51326: Output the sub-processes that we execute when the user invokes the CLI with --verbose
|
|
24
|
+
- b10ddafc: Output requests' HTTP headers when the user invokes the CLI with --verbose
|
|
25
|
+
|
|
26
|
+
## 2.0.13
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 1fb2da6c: Fix uhandled errors not being treated as bugs
|
|
31
|
+
|
|
3
32
|
## 2.0.10
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|