Skip to content

Commit

Permalink
chore: Update version for release (#11815)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 17, 2024
1 parent 1f59e70 commit 98941f8
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-worms-applaud.md

This file was deleted.

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

This file was deleted.

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

## 6.25.1-pre.0
## 6.25.1

### Patch Changes

- Updated dependencies:
- `[email protected]-pre.0`
- `[email protected]-pre.0`
- `[email protected]`
- `[email protected]`

## 6.25.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.25.1-pre.0",
"version": "6.25.1",
"description": "Migration path to React Router v6 from v4/5",
"keywords": [
"react",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# `react-router-dom`

## 6.25.1-pre.0
## 6.25.1

### Patch Changes

- Memoize some `RouterProvider` internals to reduce uneccesary re-renders ([#11803](https://github.com/remix-run/react-router/pull/11803))
- Memoize some `RouterProvider` internals to reduce unnecessary re-renders ([#11803](https://github.com/remix-run/react-router/pull/11803))
- Updated dependencies:
- `[email protected]-pre.0`
- `[email protected]`

## 6.25.0

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.25.1-pre.0",
"version": "6.25.1",
"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.25.1-pre.0
## 6.25.1

### Patch Changes

- Updated dependencies:
- `[email protected]-pre.0`
- `[email protected]`

## 6.25.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.25.1-pre.0",
"version": "6.25.1",
"description": "Declarative routing for React Native applications",
"keywords": [
"react",
Expand Down
4 changes: 3 additions & 1 deletion packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# `react-router`

## 6.25.1-pre.0
## 6.25.1

No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) for an overview of all changes in v6.25.1.

## 6.25.0

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.25.1-pre.0",
"version": "6.25.1",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down

0 comments on commit 98941f8

Please sign in to comment.