react-router-native 6.21.1 → 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 +7 -14
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# `react-router-native`
|
|
2
2
|
|
|
3
|
+
## 6.21.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- `react-router@6.21.2`
|
|
9
|
+
|
|
3
10
|
## 6.21.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -219,20 +226,6 @@
|
|
|
219
226
|
- Updated dependencies:
|
|
220
227
|
- `react-router@6.14.1`
|
|
221
228
|
|
|
222
|
-
## 6.14.1-pre.1
|
|
223
|
-
|
|
224
|
-
### Patch Changes
|
|
225
|
-
|
|
226
|
-
- Updated dependencies:
|
|
227
|
-
- `react-router@6.14.1-pre.1`
|
|
228
|
-
|
|
229
|
-
## 6.14.1-pre.0
|
|
230
|
-
|
|
231
|
-
### Patch Changes
|
|
232
|
-
|
|
233
|
-
- Updated dependencies:
|
|
234
|
-
- `react-router@6.14.1-pre.0`
|
|
235
|
-
|
|
236
229
|
## 6.14.0
|
|
237
230
|
|
|
238
231
|
### Patch Changes
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-router-native",
|
|
3
|
-
"version": "6.21.
|
|
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.
|
|
25
|
+
"react-router": "6.21.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"react": "^18.2.0",
|