@shopify/cli-kit 1.0.6 → 1.1.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,26 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 488c06a: Added an interface to shell out to the Ruby CLI
8
+ - f156c37: - New `github` module for retrieving latest releases of a given github repository and for parsing github repository URLs.
9
+ - New field in select prompts `result` for formatting a value after submission.
10
+ - 5763a76: Determine terminal coloring vs monochrome globally
11
+
12
+ ## 1.0.9
13
+
14
+ ### Patch Changes
15
+
16
+ - df1c523: Re-authenticate if Identity returns an invalid grant error
17
+
18
+ ## 1.0.8
19
+
20
+ ### Patch Changes
21
+
22
+ - 8e2c3d3: Improve the error handling to not treat invalid commands as bug errors
23
+
3
24
  ## 1.0.6
4
25
 
5
26
  ### Patch Changes