react-router 6.30.4 → 6.30.5

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,14 @@
1
1
  # `react-router`
2
2
 
3
+ ## v6.30.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix double slash normalization for `useNavigate` colon urls ([#15410](https://github.com/remix-run/react-router/pull/15410))
8
+
9
+ - As a reminder, `navigate()` is only intended for navigations within the React Router application and not for external navigations to other domains
10
+ - This change may be a breaking bug fix if you are using `navigate` for external navigations
11
+
3
12
  ## v6.30.4
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.30.4
2
+ * React Router v6.30.5
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.30.4
2
+ * React Router v6.30.5
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.30.4
2
+ * React Router v6.30.5
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.30.4
2
+ * React Router v6.30.5
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.30.4
2
+ * React Router v6.30.5
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.30.4
2
+ * React Router v6.30.5
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",
3
- "version": "6.30.4",
3
+ "version": "6.30.5",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.2.0",
30
- "react-router-dom": "6.30.4"
30
+ "react-router-dom": "6.30.5"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8"