react-router-native 6.21.2-pre.0 → 6.21.2

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,11 +1,11 @@
1
1
  # `react-router-native`
2
2
 
3
- ## 6.21.2-pre.0
3
+ ## 6.21.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies:
8
- - `react-router@6.21.2-pre.0`
8
+ - `react-router@6.21.2`
9
9
 
10
10
  ## 6.21.1
11
11
 
@@ -226,20 +226,6 @@
226
226
  - Updated dependencies:
227
227
  - `react-router@6.14.1`
228
228
 
229
- ## 6.14.1-pre.1
230
-
231
- ### Patch Changes
232
-
233
- - Updated dependencies:
234
- - `react-router@6.14.1-pre.1`
235
-
236
- ## 6.14.1-pre.0
237
-
238
- ### Patch Changes
239
-
240
- - Updated dependencies:
241
- - `react-router@6.14.1-pre.0`
242
-
243
229
  ## 6.14.0
244
230
 
245
231
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router Native v6.21.2-pre.0
2
+ * React Router Native v6.21.2
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.2-pre.0",
3
+ "version": "6.21.2",
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.2-pre.0"
25
+ "react-router": "6.21.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "react": "^18.2.0",