@shopify/cli-kit 3.0.15 → 3.0.18

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,31 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 3.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 84438079: Add logging to file and command to access logs
8
+ - fa518a0d: Add analytics helper to report events
9
+ - fd10fc01: Add a confirmation prompt before opening the browser to continue auth
10
+ - 0243890b: Fix function appBridge variables not being set during GraphQL mutation
11
+ - cb1caa7c: Improve create app error message when using an invalid template flag value
12
+
13
+ ## 3.0.17
14
+
15
+ ### Patch Changes
16
+
17
+ - df0d0347: Use inquirer with SHOPIFY_USE_INQUIRER
18
+ - 6657a57c: Stop passing configuration when deploying a function
19
+
20
+ ## 3.0.16
21
+
22
+ ### Patch Changes
23
+
24
+ - eb915dee: Loose version requirements to help dependency managers dedupe dependencies
25
+ - 85ee088d: Add a utility function to know whether Git is present in the environment
26
+ - 2ecbff43: Fix issues with windows being reported as unsuported platform
27
+ - a750e67c: Improve dependency upgrade messages to leverage new shopify upgrade command
28
+
3
29
  ## 3.0.15
4
30
 
5
31
  ### Patch Changes