@shopify/cli-kit 2.0.3 → 2.0.7

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,25 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 2.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 0d2e8e50: Allow ui.Question to accept preface string
8
+ - 739e8e9d: Add password type for UI Question
9
+ - c95660a6: Add dotenv module that provides utility functions to read and write .env files
10
+
11
+ ## 2.0.6
12
+
13
+ ### Patch Changes
14
+
15
+ - f7e74d33: Retrieve only non-archived stores
16
+
17
+ ## 2.0.5
18
+
19
+ ### Patch Changes
20
+
21
+ - 56b31022: Fix the installation of NPM packages that was failing because there were not awaiting the Promise
22
+
3
23
  ## 2.0.3
4
24
 
5
25
  ### Patch Changes