@canva/cli 2.2.0 → 2.4.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/cli.js +561 -559
  3. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## v2.4.0 - 2026-06-17
4
+
5
+ ### Changed
6
+
7
+ - Post app creation step failures during `canva apps create` no longer abort the flow and the completion screen shows commands to finish manually.
8
+
9
+ ## v2.3.0 - 2026-06-10
10
+
11
+ ### Added
12
+
13
+ - Show a one-line description for each app template when running `canva apps create`.
14
+
15
+ ### Fixed
16
+
17
+ - Fixed `canva apps doctor` crashing on dependencies with file references or non-specific versions.
18
+
3
19
  ## v2.2.0 - 2026-05-27
4
20
 
5
21
  ### Added