@webflow/webflow-cli 1.8.45 → 1.8.47

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
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.8.47
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated code components SSR bundle manifest to fix a bug with styles not being server-side rendered correctly
8
+ - Added non-interactive mode for `webflow cloud init`. See below for new options:
9
+ - `-n, --project-name <name>` - Project name
10
+ - `-f, --framework <framework>` - Framework (astro, nextjs)
11
+ - `-m, --mount <mount>` - Mount path (defaults to /app)
12
+ - `-s, --site-id <siteId>` - Webflow site ID
13
+ - Updated dependencies
14
+ - @webflow/data-types@1.0.2
15
+
16
+ ## 1.8.46
17
+
18
+ ### Patch Changes
19
+
20
+ - Fix minor issue when .env file is not available
21
+
3
22
  ## 1.8.45
4
23
 
5
24
  ### Patch Changes