react-router-dom 6.29.0-pre-v6.2 → 6.30.0-pre-v6.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,34 +1,31 @@
1
1
  # `react-router-dom`
2
2
 
3
- ## 6.29.0-pre-v6.2
3
+ ## 6.30.0-pre-v6.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
8
-
9
- - This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
7
+ - Add `fetcherKey` as a parameter to `patchRoutesOnNavigation` ([#13109](https://github.com/remix-run/react-router/pull/13109))
10
8
 
11
9
  ### Patch Changes
12
10
 
13
11
  - Updated dependencies:
14
- - `@remix-run/router@1.22.0-pre-v6.1`
15
- - `react-router@6.29.0-pre-v6.2`
12
+ - `@remix-run/router@1.23.0-pre-v6.0`
13
+ - `react-router@6.30.0-pre-v6.0`
16
14
 
17
- ## 6.28.3-pre-v6.1
15
+ ## 6.29.0
18
16
 
19
- ### Patch Changes
17
+ ### Minor Changes
20
18
 
21
- - Updated dependencies:
22
- - `react-router@6.28.3-pre-v6.1`
19
+ - Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
23
20
 
24
- ## 6.28.3-pre-v6.0
21
+ - This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
25
22
 
26
23
  ### Patch Changes
27
24
 
28
25
  - Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
29
26
  - Updated dependencies:
30
- - `react-router@6.28.3-pre-v6.0`
31
- - `@remix-run/router@1.21.2-pre-v6.0`
27
+ - `react-router@6.29.0`
28
+ - `@remix-run/router@1.22.0`
32
29
 
33
30
  ## 6.28.2
34
31
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.29.0-pre-v6.2
2
+ * React Router DOM v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.29.0-pre-v6.2
2
+ * React Router DOM v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.29.0-pre-v6.2
2
+ * React Router DOM v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.29.0-pre-v6.2
2
+ * React Router DOM v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.29.0-pre-v6.2
2
+ * React Router DOM v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.29.0-pre-v6.2
2
+ * React Router DOM v6.30.0-pre-v6.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-router-dom",
3
- "version": "6.29.0-pre-v6.2",
3
+ "version": "6.30.0-pre-v6.0",
4
4
  "description": "Declarative routing for React web applications",
5
5
  "keywords": [
6
6
  "react",
@@ -23,8 +23,8 @@
23
23
  "module": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
- "@remix-run/router": "1.22.0-pre-v6.1",
27
- "react-router": "6.29.0-pre-v6.2"
26
+ "@remix-run/router": "1.23.0-pre-v6.0",
27
+ "react-router": "6.30.0-pre-v6.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "react": "^18.2.0",