@shopify/cli-kit 1.1.1 → 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,29 @@
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
+
12
+ ## 2.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - c6a9450b: Add support to scaffold function extensions
17
+ - 70d8d50d: Add homeDir helper to 'os'
18
+ Remove tunnel
19
+
20
+ ## 2.0.1
21
+
22
+ ### Patch Changes
23
+
24
+ - 9cb99f12: Add new UI selection type: autocomplete
25
+ - 882e54e6: Improve validation of --api-key and --store flags for dev
26
+
3
27
  ## 1.1.1
4
28
 
5
29
  ### Patch Changes