react-router-dom-v5-compat 6.23.0-pre.1 → 6.23.1-pre.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,29 +1,28 @@
1
1
  # `react-router-dom-v5-compat`
2
2
 
3
- ## 6.23.0-pre.1
3
+ ## 6.23.1-pre.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies:
8
- - `@remix-run/router@1.16.0-pre.1`
9
- - `react-router@6.23.0-pre.1`
10
- - `react-router-dom@6.23.0-pre.1`
8
+ - `@remix-run/router@1.16.1-pre.0`
9
+ - `react-router@6.23.1-pre.0`
10
+ - `react-router-dom@6.23.1-pre.0`
11
11
 
12
- ## 6.23.0-pre.0
12
+ ## 6.23.0
13
13
 
14
14
  ### Minor Changes
15
15
 
16
16
  - Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
17
-
18
17
  - This option allows Data Router applications to take control over the approach for executing route loaders and actions
19
18
  - The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more
20
19
 
21
20
  ### Patch Changes
22
21
 
23
22
  - Updated dependencies:
24
- - `@remix-run/router@1.16.0-pre.0`
25
- - `react-router@6.23.0-pre.0`
26
- - `react-router-dom@6.23.0-pre.0`
23
+ - `@remix-run/router@1.16.0`
24
+ - `react-router@6.23.0`
25
+ - `react-router-dom@6.23.0`
27
26
 
28
27
  ## 6.22.3
29
28
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v5 Compat v6.23.0-pre.1
2
+ * React Router DOM v5 Compat v6.23.1-pre.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 v5 Compat v6.23.0-pre.1
2
+ * React Router DOM v5 Compat v6.23.1-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v5 Compat v6.23.0-pre.1
2
+ * React Router DOM v5 Compat v6.23.1-pre.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v5 Compat v6.23.0-pre.1
2
+ * React Router DOM v5 Compat v6.23.1-pre.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-v5-compat",
3
- "version": "6.23.0-pre.1",
3
+ "version": "6.23.1-pre.0",
4
4
  "description": "Migration path to React Router v6 from v4/5",
5
5
  "keywords": [
6
6
  "react",
@@ -24,8 +24,8 @@
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
26
  "history": "^5.3.0",
27
- "@remix-run/router": "1.16.0-pre.1",
28
- "react-router": "6.23.0-pre.1"
27
+ "@remix-run/router": "1.16.1-pre.0",
28
+ "react-router": "6.23.1-pre.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8",