@shopify/cli-kit 1.0.9 → 2.0.2

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,29 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c6a9450b: Add support to scaffold function extensions
8
+ - 70d8d50d: Add homeDir helper to 'os'
9
+ Remove tunnel
10
+
11
+ ## 2.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 9cb99f12: Add new UI selection type: autocomplete
16
+ - 882e54e6: Improve validation of --api-key and --store flags for dev
17
+
18
+ ## 1.1.1
19
+
20
+ ### Patch Changes
21
+
22
+ - 488c06a: Added an interface to shell out to the Ruby CLI
23
+ - f156c37: - New `github` module for retrieving latest releases of a given github repository and for parsing github repository URLs.
24
+ - New field in select prompts `result` for formatting a value after submission.
25
+ - 5763a76: Determine terminal coloring vs monochrome globally
26
+
3
27
  ## 1.0.9
4
28
 
5
29
  ### Patch Changes