@shopify/cli-kit 3.0.1 → 3.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.
- package/CHANGELOG.md +15 -0
- package/dist/{index-fbaf7cec.js → index-0bc409dd.js} +645 -150
- package/dist/index-0bc409dd.js.map +1 -0
- package/dist/index.d.ts +127 -3
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-9b32947f.js → multipart-parser-289c7bc4.js} +2 -2
- package/dist/{multipart-parser-9b32947f.js.map → multipart-parser-289c7bc4.js.map} +1 -1
- package/package.json +5 -4
- package/dist/index-fbaf7cec.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 3.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1e4d024e: Fixed randomly misfunction for detecting Fatal error types
|
|
8
|
+
- 27677c2d: Added support for apps_next beta flag when creating apps
|
|
9
|
+
|
|
10
|
+
## 3.0.5
|
|
11
|
+
|
|
12
|
+
## 3.0.4
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Fix create-app not using 3.0.3
|
|
17
|
+
|
|
3
18
|
## 3.0.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|