react-router-dom 6.20.1-pre.0 → 6.20.1

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,13 +1,13 @@
1
1
  # `react-router-dom`
2
2
 
3
- ## 6.20.1-pre.0
3
+ ## 6.20.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Revert the `useResolvedPath` fix for splat routes due to a large number of applications that were relying on the buggy behavior (see https://github.com/remix-run/react-router/issues/11052#issuecomment-1836589329). We plan to re-introduce this fix behind a future flag in the next minor version. ([#11078](https://github.com/remix-run/react-router/pull/11078))
8
8
  - Updated dependencies:
9
- - `react-router@6.20.1-pre.0`
10
- - `@remix-run/router@1.13.1-pre.0`
9
+ - `react-router@6.20.1`
10
+ - `@remix-run/router@1.13.1`
11
11
 
12
12
  ## 6.20.0
13
13
 
@@ -259,7 +259,7 @@
259
259
 
260
260
  ## 6.12.1
261
261
 
262
- > **Warning**
262
+ > [!WARNING]
263
263
  > Please use version `6.13.0` or later instead of `6.12.1`. This version suffers from a `webpack`/`terser` minification issue resulting in invalid minified code in your resulting production bundles which can cause issues in your application. See [#10579](https://github.com/remix-run/react-router/issues/10579) for more details.
264
264
 
265
265
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.20.1-pre.0
2
+ * React Router DOM v6.20.1
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 DOM v6.20.1-pre.0
2
+ * React Router DOM v6.20.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.20.1-pre.0
2
+ * React Router DOM v6.20.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.20.1-pre.0
2
+ * React Router DOM v6.20.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.20.1-pre.0
2
+ * React Router DOM v6.20.1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router DOM v6.20.1-pre.0
2
+ * React Router DOM v6.20.1
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-dom",
3
- "version": "6.20.1-pre.0",
3
+ "version": "6.20.1",
4
4
  "description": "Declarative routing for React web applications",
5
5
  "keywords": [
6
6
  "react",
@@ -23,8 +23,8 @@
23
23
  "module": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
- "@remix-run/router": "1.13.1-pre.0",
27
- "react-router": "6.20.1-pre.0"
26
+ "@remix-run/router": "1.13.1",
27
+ "react-router": "6.20.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "react": "^18.2.0",