@react-router/cloudflare 8.0.0-pre.1 → 8.0.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,20 @@
1
1
  # `@react-router/cloudflare`
2
2
 
3
+ ## v8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Update minimum Node version to 22.22.0 ([#15143](https://github.com/remix-run/react-router/pull/15143))
8
+
9
+ ### Minor Changes
10
+
11
+ - Bump `@cloudflare/workers-types` fromn `^4.20260520.1` to `^4.20260527.1` ([#15106](https://github.com/remix-run/react-router/pull/15106))
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies:
16
+ - [`react-router@8.0.0`](https://github.com/remix-run/react-router/releases/tag/react-router@8.0.0)
17
+
3
18
  ## v7.18.0
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/cloudflare v8.0.0-pre.1
2
+ * @react-router/cloudflare v8.0.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-router/cloudflare",
3
3
  "type": "module",
4
- "version": "8.0.0-pre.1",
4
+ "version": "8.0.0",
5
5
  "description": "Cloudflare platform abstractions for React Router",
6
6
  "bugs": {
7
7
  "url": "https://github.com/remix-run/react-router/issues"
@@ -41,12 +41,12 @@
41
41
  "tsdown": "^0.22.0",
42
42
  "typescript": "^6.0.3",
43
43
  "wireit": "0.14.12",
44
- "react-router": "8.0.0-pre.1"
44
+ "react-router": "8.0.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@cloudflare/workers-types": "^4.0.0",
48
48
  "typescript": "^5.1.0 || ^6.0.0",
49
- "react-router": "^8.0.0-pre.1"
49
+ "react-router": "^8.0.0"
50
50
  },
51
51
  "peerDependenciesMeta": {
52
52
  "typescript": {