@shopify/cli-kit 2.0.2 → 2.0.3

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,14 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 2.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 30daa213: Add a utility function to install NPM packages recursively
8
+ - 07bcb005: Add a utility functions for adding NPM dependencies to a project
9
+ - ba003f7b: Automatically make stores non-transferable when selecting them for `dev`
10
+ - b00ac480: Remove appType prompt, add createAsNew prompt
11
+
3
12
  ## 2.0.2
4
13
 
5
14
  ### Patch Changes