@shopify/cli-kit 2.0.2 → 2.0.6

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
+ ## 2.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - f7e74d33: Retrieve only non-archived stores
8
+
9
+ ## 2.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 56b31022: Fix the installation of NPM packages that was failing because there were not awaiting the Promise
14
+
15
+ ## 2.0.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 30daa213: Add a utility function to install NPM packages recursively
20
+ - 07bcb005: Add a utility functions for adding NPM dependencies to a project
21
+ - ba003f7b: Automatically make stores non-transferable when selecting them for `dev`
22
+ - b00ac480: Remove appType prompt, add createAsNew prompt
23
+
3
24
  ## 2.0.2
4
25
 
5
26
  ### Patch Changes