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