Skip to content

Commit

Permalink
Fixup changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 7, 2024
1 parent 5288a3d commit 9335179
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Date: YYYY-MM-DD

## v6.28.0

Date: YYYY-MM-DD
Date: 2024-11-06

### What's Changed

Expand Down
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
8 changes: 4 additions & 4 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# `react-router-dom`

## 6.28.0-pre.0
## 6.28.0

### Minor Changes

- - Log deprecation warnings for v7 flags ([#11750](https://github.com/remix-run/react-router/pull/11750))
- Log deprecation warnings for v7 flags ([#11750](https://github.com/remix-run/react-router/pull/11750))
- Add deprecation warnings to `json`/`defer` in favor of returning raw objects
- These methods will be removed in React Router v7

### Patch Changes

- 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 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
6 changes: 3 additions & 3 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# `react-router`

## 6.28.0-pre.0
## 6.28.0

### Minor Changes

- - Log deprecation warnings for v7 flags ([#11750](https://github.com/remix-run/react-router/pull/11750))
- Log deprecation warnings for v7 flags ([#11750](https://github.com/remix-run/react-router/pull/11750))
- Add deprecation warnings to `json`/`defer` in favor of returning raw objects
- These methods will be removed in React Router v7

### Patch Changes

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

0 comments on commit 9335179

Please sign in to comment.