@webflow/webflow-cli 1.12.4 → 1.12.6

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,17 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.12.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 0a575bb: Replace telemetry consent prompts with opt-out notice and add DO_NOT_TRACK environment variable support
8
+
9
+ ## 1.12.5
10
+
11
+ ### Patch Changes
12
+
13
+ - e8ed70c: Updated Astro dependency to ^5.17.2.
14
+
3
15
  ## 1.12.4
4
16
 
5
17
  ### Patch Changes
@@ -15,7 +15,7 @@
15
15
  "@astrojs/react": "^4.2.5",
16
16
  "@types/react": "^19.1.2",
17
17
  "@types/react-dom": "^19.1.2",
18
- "astro": "^5.7.0",
18
+ "astro": "^5.17.2",
19
19
  "react": "^19.1.0",
20
20
  "react-dom": "^19.1.0"
21
21
  },