@webflow/webflow-cli 1.8.49 → 1.8.51
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 +16 -0
- package/dist/cloud-scaffolds/nextjs/package.json +2 -2
- package/dist/index.js +76 -76
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @webflow/webflow-cli
|
|
2
2
|
|
|
3
|
+
## 1.8.51
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix version mismatch
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @webflow/data-types@1.0.4
|
|
10
|
+
|
|
11
|
+
## 1.8.50
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated react and nextjs packages in Webflow Cloud scaffolds to address security vulnerabilities
|
|
16
|
+
- Add global `--no-input` flag to all CLI commands to disable interactive prompts
|
|
17
|
+
- Update `webflow library share` command to show Workspace name in confirmation prompt
|
|
18
|
+
|
|
3
19
|
## 1.8.49
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|