react-router-native 6.27.0 → 6.28.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,5 +1,12 @@
1
1
  # `react-router-native`
2
2
 
3
+ ## 6.28.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `react-router@6.28.0`
9
+
3
10
  ## 6.27.0
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -3,4 +3,4 @@
3
3
  The `react-router-native` package contains bindings for using [React
4
4
  Router](https://github.com/remix-run/react-router) in [React
5
5
  Native](https://facebook.github.io/react-native/) applications.
6
- Please see [the Getting Started guide](https://reactrouter.com/en/main/start/tutorial) for more information on how to get started with React Router.
6
+ Please see [the Getting Started guide](https://reactrouter.com/v6/start/tutorial) for more information on how to get started with React Router.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router Native v6.27.0
2
+ * React Router Native v6.28.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.27.0",
3
+ "version": "6.28.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.27.0"
25
+ "react-router": "6.28.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.27.0"
32
+ "react-router-native": "6.28.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=16.8",