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