@webflow/webflow-cli 1.12.4 → 1.12.7

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,25 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.12.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Use caret ranges for @webflow dependencies to allow patch/minor updates
8
+ - Updated dependencies
9
+ - @webflow/data-types@1.2.2
10
+
11
+ ## 1.12.6
12
+
13
+ ### Patch Changes
14
+
15
+ - 0a575bb: Replace telemetry consent prompts with opt-out notice and add DO_NOT_TRACK environment variable support
16
+
17
+ ## 1.12.5
18
+
19
+ ### Patch Changes
20
+
21
+ - e8ed70c: Updated Astro dependency to ^5.17.2.
22
+
3
23
  ## 1.12.4
4
24
 
5
25
  ### 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
  },