react-router-dom 6.23.0-pre.1 → 6.23.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,27 +1,18 @@
1
1
  # `react-router-dom`
2
2
 
3
- ## 6.23.0-pre.1
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `@remix-run/router@1.16.0-pre.1`
9
- - `react-router@6.23.0-pre.1`
10
-
11
- ## 6.23.0-pre.0
3
+ ## 6.23.0
12
4
 
13
5
  ### Minor Changes
14
6
 
15
7
  - Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
16
-
17
8
  - This option allows Data Router applications to take control over the approach for executing route loaders and actions
18
9
  - 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
19
10
 
20
11
  ### Patch Changes
21
12
 
22
13
  - Updated dependencies:
23
- - `@remix-run/router@1.16.0-pre.0`
24
- - `react-router@6.23.0-pre.0`
14
+ - `@remix-run/router@1.16.0`
15
+ - `react-router@6.23.0`
25
16
 
26
17
  ## 6.22.3
27
18
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.23.0-pre.1
2
+ * React Router DOM v6.23.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.23.0-pre.1
2
+ * React Router DOM v6.23.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.23.0-pre.1
2
+ * React Router DOM v6.23.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.23.0-pre.1
2
+ * React Router DOM v6.23.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.23.0-pre.1
2
+ * React Router DOM v6.23.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.23.0-pre.1
2
+ * React Router DOM v6.23.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.23.0-pre.1",
3
+ "version": "6.23.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.16.0-pre.1",
27
- "react-router": "6.23.0-pre.1"
26
+ "@remix-run/router": "1.16.0",
27
+ "react-router": "6.23.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "react": "^18.2.0",