Skip to content

Commit

Permalink
Merge branch 'release-next' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Nov 22, 2024
2 parents 27de8e2 + 202825c commit eeeaa1a
Show file tree
Hide file tree
Showing 25 changed files with 104 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-cobras-sparkle.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
- [What's Changed](#whats-changed)
- [Minor Changes](#minor-changes-1)
- [Patch Changes](#patch-changes-1)
- [\<\<\<\<\<\<\< HEAD](#-head)
- [v6.27.0](#v6270)
- [What's Changed](#whats-changed-1)
- [Stabilized APIs](#stabilized-apis)
Expand Down Expand Up @@ -792,6 +793,8 @@ async function fakeGetSlugsFromCms() {

# **Full Changelog**: [`v6.28.0...v7.0.0`](/~https://github.com/remix-run/react-router/compare/react-router@6.28.0...react-router@7.0.0)

> > > > > > > release-next
## v6.28.0

Date: 2024-11-06
Expand All @@ -812,8 +815,12 @@ Date: 2024-11-06

**Full Changelog**: [`v6.27.0...v6.28.0`](/~https://github.com/remix-run/react-router/compare/react-router@6.27.0...react-router@6.28.0)

# <<<<<<< HEAD

> > > > > > > dev
> > > > > > > release-next
## v6.27.0

Date: 2024-10-11
Expand Down
6 changes: 6 additions & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
- morleytatro
- ms10596
- mspiess
- mtendekuyokwa19
- mtliendo
- ned-park
- nilubisan
Expand All @@ -218,6 +219,7 @@
- pavsoldatov
- pcattori
- petersendidit
- printfn
- promet99
- pyitphyoaung
- refusado
Expand All @@ -244,11 +246,13 @@
- shivamsinghchahar
- SimenB
- SkayuX
- skratchdot
- smithki
- soartec-lab
- sorrycc
- souzasmatheus
- srmagura
- SsongQ-92
- stasundr
- stmtk1
- sukvvon
Expand All @@ -272,6 +276,7 @@
- TooTallNate
- triangularcube
- trungpv1601
- ttys026
- Tumas2
- turansky
- tyankatsu0105
Expand All @@ -285,6 +290,7 @@
- vitekzach
- vonagam
- WalkAlone0325
- whxhlgy
- willemarcel
- williamsdyyz
- willsawyerrrr
Expand Down
2 changes: 2 additions & 0 deletions packages/create-react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `create-react-router`

## 7.0.1

## 7.0.0

Initial release.
2 changes: 1 addition & 1 deletion packages/create-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-router",
"version": "7.0.0",
"version": "7.0.1",
"description": "Create a new React Router app",
"homepage": "https://reactrouter.com",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-router-architect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@react-router/architect`

## 7.0.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.1`
- `@react-router/node@7.0.1`

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-architect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/architect",
"version": "7.0.0",
"version": "7.0.1",
"description": "Architect server request handler for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@react-router/cloudflare`

## 7.0.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.1`

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/cloudflare",
"version": "7.0.0",
"version": "7.0.1",
"description": "Cloudflare platform abstractions for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
12 changes: 11 additions & 1 deletion packages/react-router-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# `@react-router/dev`

## 7.0.1

### Patch Changes

- Ensure typegen file watcher is cleaned up when Vite dev server restarts ([#12331](/~https://github.com/remix-run/react-router/pull/12331))
- Updated dependencies:
- `react-router@7.0.1`
- `@react-router/node@7.0.1`
- `@react-router/serve@7.0.1`

## 7.0.0

### Major Changes
Expand All @@ -16,7 +26,7 @@
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
```

- Remove single_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- Remove single\_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))

- update minimum node version to 18 ([#11690](/~https://github.com/remix-run/react-router/pull/11690))

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/dev",
"version": "7.0.0",
"version": "7.0.1",
"description": "Dev tools and CLI for React Router",
"homepage": "https://reactrouter.com",
"bugs": {
Expand Down
9 changes: 8 additions & 1 deletion packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-router-dom

## 7.0.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.1`

## 7.0.0

### Major Changes
Expand All @@ -14,7 +21,7 @@

- Use `createRemixRouter`/`RouterProvider` in `entry.client` instead of `RemixBrowser` ([#11469](/~https://github.com/remix-run/react-router/pull/11469))

- Remove single_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- Remove single\_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))

- Remove `future.v7_startTransition` flag ([#11696](/~https://github.com/remix-run/react-router/pull/11696))

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": "7.0.0",
"version": "7.0.1",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand Down
10 changes: 9 additions & 1 deletion packages/react-router-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# `@react-router/express`

## 7.0.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.1`
- `@react-router/node@7.0.1`

## 7.0.0

### Major Changes

- Remove single_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- Remove single\_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- update minimum node version to 18 ([#11690](/~https://github.com/remix-run/react-router/pull/11690))
- Add `exports` field to all packages ([#11675](/~https://github.com/remix-run/react-router/pull/11675))
- node package no longer re-exports from react-router ([#11702](/~https://github.com/remix-run/react-router/pull/11702))
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/express",
"version": "7.0.0",
"version": "7.0.1",
"description": "Express server request handler for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-router-fs-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@react-router/fs-routes`

## 7.0.1

### Patch Changes

- Updated dependencies:
- `@react-router/dev@7.0.1`

## 7.0.0

Initial release.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-fs-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/fs-routes",
"version": "7.0.0",
"version": "7.0.1",
"description": "File system routing conventions for React Router, for use within routes.ts",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
9 changes: 8 additions & 1 deletion packages/react-router-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# `@react-router/node`

## 7.0.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.1`

## 7.0.0

### Major Changes

- Remove single_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- Remove single\_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))

- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](/~https://github.com/remix-run/react-router/pull/11837))

Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/node",
"version": "7.0.0",
"version": "7.0.1",
"description": "Node.js platform abstractions for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `@react-router/remix-config-routes-adapter`

## 7.0.1

### Patch Changes

- Updated dependencies:
- `@react-router/dev@7.0.1`

## 7.0.0

Initial release.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/remix-routes-option-adapter",
"version": "7.0.0",
"version": "7.0.1",
"description": "Adapter for Remix's \"routes\" config option, for use within routes.ts",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
11 changes: 10 additions & 1 deletion packages/react-router-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# `@react-router/serve`

## 7.0.1

### Patch Changes

- Updated dependencies:
- `react-router@7.0.1`
- `@react-router/express@7.0.1`
- `@react-router/node@7.0.1`

## 7.0.0

### Major Changes

- Remove single_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- Remove single\_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- update minimum node version to 18 ([#11690](/~https://github.com/remix-run/react-router/pull/11690))
- Add `exports` field to all packages ([#11675](/~https://github.com/remix-run/react-router/pull/11675))
- node package no longer re-exports from react-router ([#11702](/~https://github.com/remix-run/react-router/pull/11702))
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/serve",
"version": "7.0.0",
"version": "7.0.1",
"description": "Production application server for React Router",
"bugs": {
"url": "/~https://github.com/remix-run/react-router/issues"
Expand Down
4 changes: 3 additions & 1 deletion packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `react-router`

## 7.0.1

## 7.0.0

### Major Changes
Expand All @@ -17,7 +19,7 @@
- Collapse `@remix-run/server-runtime` into `react-router`
- Collapse `@remix-run/testing` into `react-router`

- Remove single_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))
- Remove single\_fetch future flag. ([#11522](/~https://github.com/remix-run/react-router/pull/11522))

- Drop support for Node 16, React Router SSR now requires Node 18 or higher ([#11391](/~https://github.com/remix-run/react-router/pull/11391))

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": "7.0.0",
"version": "7.0.1",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down

0 comments on commit eeeaa1a

Please sign in to comment.