react-router-native 6.23.0-pre.0 → 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,18 +1,17 @@
1
1
  # `react-router-native`
2
2
 
3
- ## 6.23.0-pre.0
3
+ ## 6.23.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - Add a new `unstable_dataStrategy` configuration option ([#11098](https://github.com/remix-run/react-router/pull/11098))
8
-
9
8
  - This option allows Data Router applications to take control over the approach for executing route loaders and actions
10
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
11
10
 
12
11
  ### Patch Changes
13
12
 
14
13
  - Updated dependencies:
15
- - `react-router@6.23.0-pre.0`
14
+ - `react-router@6.23.0`
16
15
 
17
16
  ## 6.22.3
18
17
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router Native v6.23.0-pre.0
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.0",
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.0"
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.0"
32
+ "react-router-native": "6.23.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=16.8",