@webflow/webflow-cli 1.8.50 → 1.9.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.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,31 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added support for Code Components Decorators
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @webflow/data-types@1.1.0
13
+
14
+ ## 1.8.51
15
+
16
+ ### Patch Changes
17
+
18
+ - Fix version mismatch
19
+ - Updated dependencies
20
+ - @webflow/data-types@1.0.4
21
+
3
22
  ## 1.8.50
4
23
 
5
24
  ### Patch Changes
6
25
 
7
- - Updated react and nextjs packages for security update
26
+ - Updated react and nextjs packages in Webflow Cloud scaffolds to address security vulnerabilities
27
+ - Add global `--no-input` flag to all CLI commands to disable interactive prompts
28
+ - Update `webflow library share` command to show Workspace name in confirmation prompt
8
29
 
9
30
  ## 1.8.49
10
31