react-router 6.28.0-pre.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,6 +1,6 @@
1
1
  # `react-router`
2
2
 
3
- ## 6.28.0-pre.0
3
+ ## 6.28.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  - Update JSDoc URLs for new website structure (add /v6/ segment) ([#12141](https://github.com/remix-run/react-router/pull/12141))
14
14
  - Updated dependencies:
15
- - `@remix-run/router@1.21.0-pre.0`
15
+ - `@remix-run/router@1.21.0`
16
16
 
17
17
  ## 6.27.0
18
18
 
@@ -27,7 +27,9 @@
27
27
  ### Patch Changes
28
28
 
29
29
  - Fix bug when submitting to the current contextual route (parent route with an index child) when an `?index` param already exists from a prior submission ([#12003](https://github.com/remix-run/react-router/pull/12003))
30
+
30
31
  - Fix `useFormAction` bug - when removing `?index` param it would not keep other non-Remix `index` params ([#12003](https://github.com/remix-run/react-router/pull/12003))
32
+
31
33
  - Fix types for `RouteObject` within `PatchRoutesOnNavigationFunction`'s `patch` method so it doesn't expect agnostic route objects passed to `patch` ([#11967](https://github.com/remix-run/react-router/pull/11967))
32
34
 
33
35
  - Updated dependencies:
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.28.0-pre.0
2
+ * React Router v6.28.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.28.0-pre.0
2
+ * React Router v6.28.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.28.0-pre.0
2
+ * React Router v6.28.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.28.0-pre.0
2
+ * React Router v6.28.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.28.0-pre.0
2
+ * React Router v6.28.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * React Router v6.28.0-pre.0
2
+ * React Router 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",
3
- "version": "6.28.0-pre.0",
3
+ "version": "6.28.0",
4
4
  "description": "Declarative routing for React",
5
5
  "keywords": [
6
6
  "react",
@@ -23,11 +23,11 @@
23
23
  "module": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts",
25
25
  "dependencies": {
26
- "@remix-run/router": "1.21.0-pre.0"
26
+ "@remix-run/router": "1.21.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.2.0",
30
- "react-router-dom": "6.28.0-pre.0"
30
+ "react-router-dom": "6.28.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8"