react-router-native 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,25 +1,17 @@
1
1
  # `react-router-native`
2
2
 
3
- ## 6.23.0-pre.1
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `react-router@6.23.0-pre.1`
9
-
10
- ## 6.23.0-pre.0
3
+ ## 6.23.0
11
4
 
12
5
  ### Minor Changes
13
6
 
14
7
  - Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
15
-
16
8
  - This option allows Data Router applications to take control over the approach for executing route loaders and actions
17
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
18
10
 
19
11
  ### Patch Changes
20
12
 
21
13
  - Updated dependencies:
22
- - `react-router@6.23.0-pre.0`
14
+ - `react-router@6.23.0`
23
15
 
24
16
  ## 6.22.3
25
17
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router Native v6.23.0-pre.1
2
+ * React Router Native 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-native",
3
- "version": "6.23.0-pre.1",
3
+ "version": "6.23.0",
4
4
  "description": "Declarative routing for React Native applications",
5
5
  "keywords": [
6
6
  "react",
@@ -22,14 +22,14 @@
22
22
  "types": "./dist/index.d.ts",
23
23
  "dependencies": {
24
24
  "@ungap/url-search-params": "^0.2.2",
25
- "react-router": "6.23.0-pre.1"
25
+ "react-router": "6.23.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/react-test-renderer": "^18.0.0",
29
29
  "react": "^18.2.0",
30
30
  "react-native": "^0.69.5",
31
31
  "react-test-renderer": "^18.2.0",
32
- "react-router-native": "6.23.0-pre.1"
32
+ "react-router-native": "6.23.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=16.8",