@react-router/remix-routes-option-adapter 8.0.0-pre.0 → 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,30 @@
1
1
  # `@react-router/remix-config-routes-adapter`
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
+ ### Patch Changes
10
+
11
+ - Updated dependencies:
12
+ - [`@react-router/dev@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/dev@8.0.0)
13
+
14
+ ## v7.18.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies:
19
+ - [`@react-router/dev@7.18.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/dev@7.18.0)
20
+
21
+ ## v7.17.0
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies:
26
+ - [`@react-router/dev@7.17.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/dev@7.17.0)
27
+
3
28
  ## v7.16.0
4
29
 
5
30
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/remix-routes-option-adapter v8.0.0-pre.0
2
+ * @react-router/remix-routes-option-adapter 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/remix-routes-option-adapter",
3
3
  "type": "module",
4
- "version": "8.0.0-pre.0",
4
+ "version": "8.0.0",
5
5
  "description": "Adapter for Remix's \"routes\" config option, for use within routes.ts",
6
6
  "bugs": {
7
7
  "url": "https://github.com/remix-run/react-router/issues"
@@ -40,11 +40,11 @@
40
40
  "tsdown": "^0.22.0",
41
41
  "typescript": "^6.0.3",
42
42
  "wireit": "0.14.12",
43
- "@react-router/dev": "8.0.0-pre.0"
43
+ "@react-router/dev": "8.0.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "typescript": "^5.1.0 || ^6.0.0",
47
- "@react-router/dev": "^8.0.0-pre.0"
47
+ "@react-router/dev": "^8.0.0"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "typescript": {
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "engines": {
55
- "node": ">=22.12.0"
55
+ "node": ">=22.22.0"
56
56
  },
57
57
  "files": [
58
58
  "dist/",