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