@shopify/cli-kit 2.0.13 → 3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c01cd9a5: Supports updated template names from the hydrogen monorepo. The `parseRepoUrl` helper now includes the full `http` address in the returns object.
8
+ - 9d324502: Add locale configuration to checkout_ui_extensions
9
+
10
+ ## 3.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - Bump to 3.0.0
15
+
16
+ ## 2.0.15
17
+
18
+ ### Patch Changes
19
+
20
+ - 19e343ea: Add support to dev checkout_ui_extension
21
+ - eaf69a92: Add Italic output format
22
+ Store app title from Partners API
23
+ - 5ed34580: Default option when overwriting project files is now "No"
24
+
25
+ ## 2.0.14
26
+
27
+ ### Patch Changes
28
+
29
+ - 87e51326: Report errors coming from child processes as abort errors
30
+ - 87e51326: Output the sub-processes that we execute when the user invokes the CLI with --verbose
31
+ - b10ddafc: Output requests' HTTP headers when the user invokes the CLI with --verbose
32
+
3
33
  ## 2.0.13
4
34
 
5
35
  ### Patch Changes