@shopify/cli-kit 0.10.0 → 0.30.1

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
+ ## 0.30.1
4
+
5
+ ### Patch Changes
6
+
7
+ - New CLI version
8
+
9
+ ## 0.29.1
10
+
11
+ ### Patch Changes
12
+
13
+ - c31bb1e: Add a method that returns true if the CLI is run from a Shopify environment (local or cloud)
14
+
15
+ ## 0.12.0
16
+
17
+ ### Minor Changes
18
+
19
+ - cb12e51: Add utility for fetching the current user
20
+ - a999af0: Add utility to fetch the latest version of a given NPM package
21
+ - bed0951: Add a utility to obtain the dependency manager used to run the create workflow
22
+
3
23
  ## 0.10.0
4
24
 
5
25
  ### Minor Changes