Skip to content

Commit 365fefc

Browse files
chore: Update version for release (#12243)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5288a3d commit 365fefc

File tree

13 files changed

+21
-48
lines changed

13 files changed

+21
-48
lines changed

.changeset/beige-otters-fold.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/ninety-queens-thank.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/react-router-dom-v5-compat/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# `react-router-dom-v5-compat`
22

3-
## 6.28.0-pre.0
3+
## 6.28.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router-dom@6.28.0-pre.0`
9-
- `react-router@6.28.0-pre.0`
10-
- `@remix-run/router@1.21.0-pre.0`
8+
- `react-router-dom@6.28.0`
9+
- `react-router@6.28.0`
10+
- `@remix-run/router@1.21.0`
1111

1212
## 6.27.0
1313

packages/react-router-dom-v5-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.28.0-pre.0",
3+
"version": "6.28.0",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

packages/react-router-dom/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `react-router-dom`
22

3-
## 6.28.0-pre.0
3+
## 6.28.0
44

55
### Minor Changes
66

@@ -12,8 +12,8 @@
1212

1313
- Update JSDoc URLs for new website structure (add /v6/ segment) ([#12141](https://github.com/remix-run/react-router/pull/12141))
1414
- Updated dependencies:
15-
- `react-router@6.28.0-pre.0`
16-
- `@remix-run/router@1.21.0-pre.0`
15+
- `react-router@6.28.0`
16+
- `@remix-run/router@1.21.0`
1717

1818
## 6.27.0
1919

@@ -28,7 +28,9 @@
2828
### Patch Changes
2929

3030
- 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))
31+
3132
- 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))
33+
3234
- 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))
3335

3436
- Updated dependencies:

packages/react-router-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.28.0-pre.0",
3+
"version": "6.28.0",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-native/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `react-router-native`
22

3-
## 6.28.0-pre.0
3+
## 6.28.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.28.0-pre.0`
8+
- `react-router@6.28.0`
99

1010
## 6.27.0
1111

packages/react-router-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.28.0-pre.0",
3+
"version": "6.28.0",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",

packages/react-router/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `react-router`
22

3-
## 6.28.0-pre.0
3+
## 6.28.0
44

55
### Minor Changes
66

@@ -12,7 +12,7 @@
1212

1313
- Update JSDoc URLs for new website structure (add /v6/ segment) ([#12141](https://github.com/remix-run/react-router/pull/12141))
1414
- Updated dependencies:
15-
- `@remix-run/router@1.21.0-pre.0`
15+
- `@remix-run/router@1.21.0`
1616

1717
## 6.27.0
1818

@@ -27,7 +27,9 @@
2727
### Patch Changes
2828

2929
- 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+
3031
- 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+
3133
- 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))
3234

3335
- Updated dependencies:

0 commit comments

Comments
 (0)