@react-router/fs-routes 8.0.0-pre.1 → 8.0.1

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
  # `@react-router/fs-routes`
2
2
 
3
+ ## v8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - [`@react-router/dev@8.0.1`](https://github.com/remix-run/react-router/releases/tag/@react-router/dev@8.0.1)
9
+
10
+ ## v8.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - Update minimum Node version to 22.22.0 ([#15143](https://github.com/remix-run/react-router/pull/15143))
15
+
16
+ ### Patch Changes
17
+
18
+ - Bump dependencies ([#15091](https://github.com/remix-run/react-router/pull/15091))
19
+ - Bumped `minimatch` from `^9.0.0` to `^10.2.5`
20
+ - Updated dependencies:
21
+ - [`@react-router/dev@8.0.0`](https://github.com/remix-run/react-router/releases/tag/@react-router/dev@8.0.0)
22
+
3
23
  ## v7.18.0
4
24
 
5
25
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/fs-routes v8.0.0-pre.1
2
+ * @react-router/fs-routes v8.0.1
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/fs-routes",
3
3
  "type": "module",
4
- "version": "8.0.0-pre.1",
4
+ "version": "8.0.1",
5
5
  "description": "File system routing conventions for React Router, for use within routes.ts",
6
6
  "bugs": {
7
7
  "url": "https://github.com/remix-run/react-router/issues"
@@ -43,11 +43,11 @@
43
43
  "tsdown": "^0.22.0",
44
44
  "typescript": "^6.0.3",
45
45
  "wireit": "0.14.12",
46
- "@react-router/dev": "8.0.0-pre.1"
46
+ "@react-router/dev": "8.0.1"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "typescript": "^5.1.0 || ^6.0.0",
50
- "@react-router/dev": "^8.0.0-pre.1"
50
+ "@react-router/dev": "^8.0.1"
51
51
  },
52
52
  "peerDependenciesMeta": {
53
53
  "typescript": {