@webflow/webflow-cli 1.12.7 → 1.13.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,18 @@
|
|
|
1
1
|
# @webflow/webflow-cli
|
|
2
2
|
|
|
3
|
+
## 1.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b02f9d6: Standardize telemetry consent across commands
|
|
8
|
+
- 69a7ae9: Corrects path typo in astro template
|
|
9
|
+
|
|
10
|
+
## 1.13.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- e4f7082: Add --bundler option to choose between webpack (default) and rspack (experimental) for code component library bundling. Note: the library changelog is not accurate when using the rspack bundler.
|
|
15
|
+
|
|
3
16
|
## 1.12.7
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -12,4 +12,4 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
|
|
|
12
12
|
|
|
13
13
|
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
|
|
14
14
|
|
|
15
|
-
You can deploy your app by running [`webflow cloud deploy`](https://developers.webflow.com/webflow-cloud/environment).
|
|
15
|
+
You can deploy your app by running [`webflow cloud deploy`](https://developers.webflow.com/webflow-cloud/environment).
|