@shopify/cli-kit 2.0.1 → 2.0.5

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,28 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 56b31022: Fix the installation of NPM packages that was failing because there were not awaiting the Promise
8
+
9
+ ## 2.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 30daa213: Add a utility function to install NPM packages recursively
14
+ - 07bcb005: Add a utility functions for adding NPM dependencies to a project
15
+ - ba003f7b: Automatically make stores non-transferable when selecting them for `dev`
16
+ - b00ac480: Remove appType prompt, add createAsNew prompt
17
+
18
+ ## 2.0.2
19
+
20
+ ### Patch Changes
21
+
22
+ - c6a9450b: Add support to scaffold function extensions
23
+ - 70d8d50d: Add homeDir helper to 'os'
24
+ Remove tunnel
25
+
3
26
  ## 2.0.1
4
27
 
5
28
  ### Patch Changes