Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update version for release #12243

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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