react-router-native 6.21.0-pre.3 → 6.21.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,6 @@
1
1
  # `react-router-native`
2
2
 
3
- ## 6.21.0-pre.3
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `react-router@6.21.0-pre.3`
9
-
10
- ## 6.21.0-pre.2
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies:
15
- - `react-router@6.21.0-pre.2`
16
-
17
- ## 6.21.0-pre.1
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies:
22
- - `react-router@6.21.0-pre.1`
23
-
24
- ## 6.21.0-pre.0
3
+ ## 6.21.0
25
4
 
26
5
  ### Minor Changes
27
6
 
@@ -159,7 +138,7 @@
159
138
  ### Patch Changes
160
139
 
161
140
  - Updated dependencies:
162
- - `react-router@6.21.0-pre.0`
141
+ - `react-router@6.21.0`
163
142
 
164
143
  ## 6.20.1
165
144
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router Native v6.21.0-pre.3
2
+ * React Router Native v6.21.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.21.0-pre.3",
3
+ "version": "6.21.0",
4
4
  "description": "Declarative routing for React Native applications",
5
5
  "keywords": [
6
6
  "react",
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/index.d.ts",
23
23
  "dependencies": {
24
24
  "@ungap/url-search-params": "^0.2.2",
25
- "react-router": "6.21.0-pre.3"
25
+ "react-router": "6.21.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "react": "^18.2.0",