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

Merged
merged 1 commit into from
May 10, 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
5 changes: 0 additions & 5 deletions .changeset/clever-pumas-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-donkeys-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-lies-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-ghosts-give.md

This file was deleted.

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

This file was deleted.

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

## 6.23.1-pre.1
## 6.23.1

### Patch Changes

- Updated dependencies:
- `[email protected]`
- `[email protected]`

## 6.23.1-pre.0

### Patch Changes

- Updated dependencies:
- `@remix-run/[email protected]`
- `[email protected]`
- `[email protected]`
- `@remix-run/[email protected]`
- `[email protected]`
- `[email protected]`

## 6.23.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.23.1-pre.1",
"version": "6.23.1",
"description": "Migration path to React Router v6 from v4/5",
"keywords": [
"react",
Expand Down
13 changes: 3 additions & 10 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# `react-router-dom`

## 6.23.1-pre.1
## 6.23.1

### Patch Changes

- Check for `document` existence when checking `startViewTransition` ([#11544](https://github.com/remix-run/react-router/pull/11544))
- Updated dependencies:
- `[email protected]`

## 6.23.1-pre.0

### Patch Changes

- Change the `react-router-dom/server` import back to `react-router-dom` instead of `index.ts` ([#11514](https://github.com/remix-run/react-router/pull/11514))
- Updated dependencies:
- `@remix-run/[email protected]-pre.0`
- `[email protected]-pre.0`
- `@remix-run/[email protected]`
- `[email protected]`

## 6.23.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.23.1-pre.1",
"version": "6.23.1",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand Down
11 changes: 2 additions & 9 deletions packages/react-router-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
# `react-router-native`

## 6.23.1-pre.1
## 6.23.1

### Patch Changes

- Updated dependencies:
- `[email protected]`

## 6.23.1-pre.0

### Patch Changes

- Updated dependencies:
- `[email protected]`
- `[email protected]`

## 6.23.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.23.1-pre.1",
"version": "6.23.1",
"description": "Declarative routing for React Native applications",
"keywords": [
"react",
Expand Down
6 changes: 2 additions & 4 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# `react-router`

## 6.23.1-pre.1

## 6.23.1-pre.0
## 6.23.1

### Patch Changes

- allow undefined to be resolved with `<Await>` ([#11513](https://github.com/remix-run/react-router/pull/11513))
- Updated dependencies:
- `@remix-run/[email protected]-pre.0`
- `@remix-run/[email protected]`

## 6.23.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.23.1-pre.1",
"version": "6.23.1",
"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.16.1-pre.0
## 1.16.1

### Patch 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.16.1-pre.0",
"version": "1.16.1",
"description": "Nested/Data-driven/Framework-agnostic Routing",
"keywords": [
"remix",
Expand Down