@shopify/cli-kit 0.30.1 → 0.31.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,24 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 0.31.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix the detection of the package manager when creating an app
8
+
9
+ ## 0.31.0
10
+
11
+ ### Minor Changes
12
+
13
+ - e701cf5: Add a GraphQL client to communicate with Admin and Partners API
14
+ - 563f225: Add utility to scaffold projects from a Liquid-based template
15
+
16
+ ## 0.30.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Add scaffold to the package.json's scripts section of the app template
21
+
3
22
  ## 0.30.1
4
23
 
5
24
  ### Patch Changes