@shopify/cli-kit 2.0.14 → 3.0.4
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 +28 -0
- package/dist/{index-cf216492.js → index-47b13eba.js} +756 -176
- package/dist/index-47b13eba.js.map +1 -0
- package/dist/index.d.ts +186 -8
- package/dist/index.js +1 -1
- package/dist/{multipart-parser-e0ecbeb6.js → multipart-parser-b4bae580.js} +2 -2
- package/dist/{multipart-parser-e0ecbeb6.js.map → multipart-parser-b4bae580.js.map} +1 -1
- package/package.json +5 -4
- package/dist/index-cf216492.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @shopify/cli-kit
|
|
2
2
|
|
|
3
|
+
## 3.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix create-app not using 3.0.3
|
|
8
|
+
|
|
9
|
+
## 3.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c01cd9a5: Supports updated template names from the hydrogen monorepo. The `parseRepoUrl` helper now includes the full `http` address in the returns object.
|
|
14
|
+
- 9d324502: Add locale configuration to checkout_ui_extensions
|
|
15
|
+
|
|
16
|
+
## 3.0.0
|
|
17
|
+
|
|
18
|
+
### Major Changes
|
|
19
|
+
|
|
20
|
+
- Bump to 3.0.0
|
|
21
|
+
|
|
22
|
+
## 2.0.15
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 19e343ea: Add support to dev checkout_ui_extension
|
|
27
|
+
- eaf69a92: Add Italic output format
|
|
28
|
+
Store app title from Partners API
|
|
29
|
+
- 5ed34580: Default option when overwriting project files is now "No"
|
|
30
|
+
|
|
3
31
|
## 2.0.14
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|