@webflow/webflow-cli 1.11.0 → 1.12.0

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,19 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 764bb4f: Update package.json to unpin next and eslint-config-next versions in cloud scaffolding
8
+
9
+ ## 1.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Mount path normalization and validation update for webflow cloud
14
+ - Configuration fixes
15
+ - Fix code component library bundler to resolve paths correctly on Windows
16
+
3
17
  ## 1.11.0
4
18
 
5
19
  ### Minor Changes
@@ -12,7 +12,7 @@
12
12
  "cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
13
13
  },
14
14
  "dependencies": {
15
- "next": "15.2.8 ",
15
+ "next": "^15.2.8",
16
16
  "react": "^19.0.1",
17
17
  "react-dom": "^19.0.0"
18
18
  },
@@ -25,7 +25,7 @@
25
25
  "@types/react": "^19",
26
26
  "@types/react-dom": "^19",
27
27
  "eslint": "^9",
28
- "eslint-config-next": "15.2.8",
28
+ "eslint-config-next": "^15.2.8",
29
29
  "postcss-import": "^16.1.0",
30
30
  "tailwindcss": "^4",
31
31
  "typescript": "^5",