Skip to content

Commit

Permalink
chore: Update version for release (#12243)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 6, 2024
1 parent 5288a3d commit 365fefc
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 48 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-otters-fold.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/ninety-queens-thank.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/pre.json

This file was deleted.

8 changes: 4 additions & 4 deletions packages/react-router-dom-v5-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# `react-router-dom-v5-compat`

## 6.28.0-pre.0
## 6.28.0

### Patch Changes

- Updated dependencies:
- `react-router-dom@6.28.0-pre.0`
- `react-router@6.28.0-pre.0`
- `@remix-run/router@1.21.0-pre.0`
- `react-router-dom@6.28.0`
- `react-router@6.28.0`
- `@remix-run/router@1.21.0`

## 6.27.0

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom-v5-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom-v5-compat",
"version": "6.28.0-pre.0",
"version": "6.28.0",
"description": "Migration path to React Router v6 from v4/5",
"keywords": [
"react",
Expand Down
8 changes: 5 additions & 3 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `react-router-dom`

## 6.28.0-pre.0
## 6.28.0

### Minor Changes

Expand All @@ -12,8 +12,8 @@

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

## 6.27.0

Expand All @@ -28,7 +28,9 @@
### Patch Changes

- 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))

- 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))

- 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))

- Updated dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-dom",
"version": "6.28.0-pre.0",
"version": "6.28.0",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `react-router-native`

## 6.28.0-pre.0
## 6.28.0

### Patch Changes

- Updated dependencies:
- `react-router@6.28.0-pre.0`
- `react-router@6.28.0`

## 6.27.0

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-native",
"version": "6.28.0-pre.0",
"version": "6.28.0",
"description": "Declarative routing for React Native applications",
"keywords": [
"react",
Expand Down
6 changes: 4 additions & 2 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `react-router`

## 6.28.0-pre.0
## 6.28.0

### Minor Changes

Expand All @@ -12,7 +12,7 @@

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

## 6.27.0

Expand All @@ -27,7 +27,9 @@
### Patch Changes

- 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))

- 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))

- 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))

- Updated dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router",
"version": "6.28.0-pre.0",
"version": "6.28.0",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `@remix-run/router`

## 1.21.0-pre.0
## 1.21.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/router",
"version": "1.21.0-pre.0",
"version": "1.21.0",
"description": "Nested/Data-driven/Framework-agnostic Routing",
"keywords": [
"remix",
Expand Down

0 comments on commit 365fefc

Please sign in to comment.