react-router-native 6.21.0-pre.2 → 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,20 +1,6 @@
1
1
  # `react-router-native`
2
2
 
3
- ## 6.21.0-pre.2
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `react-router@6.21.0-pre.2`
9
-
10
- ## 6.21.0-pre.1
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies:
15
- - `react-router@6.21.0-pre.1`
16
-
17
- ## 6.21.0-pre.0
3
+ ## 6.21.0
18
4
 
19
5
  ### Minor Changes
20
6
 
@@ -152,7 +138,7 @@
152
138
  ### Patch Changes
153
139
 
154
140
  - Updated dependencies:
155
- - `react-router@6.21.0-pre.0`
141
+ - `react-router@6.21.0`
156
142
 
157
143
  ## 6.20.1
158
144
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router Native v6.21.0-pre.2
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.2",
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.2"
25
+ "react-router": "6.21.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "react": "^18.2.0",