react-router 6.20.0-pre.0 → 6.20.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,6 +1,6 @@
1
1
  # `react-router`
2
2
 
3
- ## 6.20.0-pre.0
3
+ ## 6.20.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,12 +9,10 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Fix bug with `resolveTo` in splat routes ([#11045](https://github.com/remix-run/react-router/pull/11045))
12
-
13
12
  - This is a follow up to [#10983](https://github.com/remix-run/react-router/pull/10983) to handle the few other code paths using `getPathContributingMatches`
14
13
  - This removes the `UNSAFE_getPathContributingMatches` export from `@remix-run/router` since we no longer need this in the `react-router`/`react-router-dom` layers
15
-
16
14
  - Updated dependencies:
17
- - `@remix-run/router@1.13.0-pre.0`
15
+ - `@remix-run/router@1.13.0`
18
16
 
19
17
  ## 6.19.0
20
18
 
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.20.0-pre.0
2
+ * React Router v6.20.0
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.20.0-pre.0
2
+ * React Router v6.20.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.20.0-pre.0
2
+ * React Router v6.20.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.20.0-pre.0
2
+ * React Router v6.20.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.20.0-pre.0
2
+ * React Router v6.20.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.20.0-pre.0
2
+ * React Router v6.20.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",
3
- "version": "6.20.0-pre.0",
3
+ "version": "6.20.0",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",
@@ -23,7 +23,7 @@
23
23
  "module": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
- "@remix-run/router": "1.13.0-pre.0"
26
+ "@remix-run/router": "1.13.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.2.0"