Skip to content

Commit

Permalink
chore: Update version for release (#12444)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 3, 2024
1 parent d0ca0ce commit a51b35d
Show file tree
Hide file tree
Showing 26 changed files with 48 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-ears-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-readers-notice.md

This file was deleted.

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

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/red-eagles-stare.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/create-react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `create-react-router`

## 7.0.2-pre.0
## 7.0.2

## 7.0.1

Expand Down
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.2-pre.0",
"version": "7.0.2",
"description": "Create a new React Router app",
"homepage": "https://reactrouter.com",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-router-architect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# `@react-router/architect`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

- Updated dependencies:
- `[email protected]-pre.0`
- `@react-router/[email protected]-pre.0`
- `[email protected]`
- `@react-router/[email protected]`

## 7.0.1

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.2-pre.0",
"version": "7.0.2",
"description": "Architect server request handler for React Router",
"bugs": {
"url": "https://github.com/remix-run/react-router/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `@react-router/cloudflare`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

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

## 7.0.1

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.2-pre.0",
"version": "7.0.2",
"description": "Cloudflare platform abstractions for React Router",
"bugs": {
"url": "https://github.com/remix-run/react-router/issues"
Expand Down
15 changes: 8 additions & 7 deletions packages/react-router-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# `@react-router/dev`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

- Support `moduleResolution` `Node16` and `NodeNext` ([#12440](https://github.com/remix-run/react-router/pull/12440))
- Generate wide `matches` and `params` types for child routes ([#12397](https://github.com/remix-run/react-router/pull/12397))

- Generate wide `matches` and `params` types for current route and child routes ([#12397](https://github.com/remix-run/react-router/pull/12397))

At runtime, `matches` includes child route matches and `params` include child route path parameters.
But previously, we only generated types for parent routes and the current route in `matches` and `params`.
But previously, we only generated types for parent routes in `matches`; for `params`, we only considered the parent routes and the current route.
To align our generated types more closely to the runtime behavior, we now generate more permissive, wider types when accessing child route information.

- Updated dependencies:
- `[email protected]-pre.0`
- `@react-router/[email protected]-pre.0`
- `@react-router/[email protected]-pre.0`
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`

## 7.0.1

Expand Down Expand Up @@ -43,7 +44,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.2-pre.0",
"version": "7.0.2",
"description": "Dev tools and CLI for React Router",
"homepage": "https://reactrouter.com",
"bugs": {
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,11 +1,11 @@
# react-router-dom

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

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

## 7.0.1

Expand All @@ -28,7 +28,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.2-pre.0",
"version": "7.0.2",
"description": "Declarative routing for React web applications",
"keywords": [
"react",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-router-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# `@react-router/express`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

- Updated dependencies:
- `[email protected]-pre.0`
- `@react-router/[email protected]-pre.0`
- `[email protected]`
- `@react-router/[email protected]`

## 7.0.1

Expand All @@ -20,7 +20,7 @@

### 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.2-pre.0",
"version": "7.0.2",
"description": "Express server request handler for React Router",
"bugs": {
"url": "https://github.com/remix-run/react-router/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-router-fs-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `@react-router/fs-routes`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

- Updated dependencies:
- `@react-router/[email protected]-pre.0`
- `@react-router/[email protected]`

## 7.0.1

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.2-pre.0",
"version": "7.0.2",
"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
6 changes: 3 additions & 3 deletions packages/react-router-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `@react-router/node`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

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

## 7.0.1

Expand All @@ -18,7 +18,7 @@

### 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.2-pre.0",
"version": "7.0.2",
"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,11 +1,11 @@
# `@react-router/remix-config-routes-adapter`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

- Updated dependencies:
- `@react-router/[email protected]-pre.0`
- `@react-router/[email protected]`

## 7.0.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-router/remix-routes-option-adapter",
"version": "7.0.2-pre.0",
"version": "7.0.2",
"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
10 changes: 5 additions & 5 deletions packages/react-router-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# `@react-router/serve`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

- Updated dependencies:
- `[email protected]-pre.0`
- `@react-router/[email protected]-pre.0`
- `@react-router/[email protected]-pre.0`
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`

## 7.0.1

Expand All @@ -22,7 +22,7 @@

### 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.2-pre.0",
"version": "7.0.2",
"description": "Production application server for React Router",
"bugs": {
"url": "https://github.com/remix-run/react-router/issues"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# `react-router`

## 7.0.2-pre.0
## 7.0.2

### Patch Changes

- temporarily only use one build in export map so packages can have a peer dependency on react router ([#12437](https://github.com/remix-run/react-router/pull/12437))
- Generate wide `matches` and `params` types for child routes ([#12397](https://github.com/remix-run/react-router/pull/12397))
- Generate wide `matches` and `params` types for current route and child routes ([#12397](https://github.com/remix-run/react-router/pull/12397))

At runtime, `matches` includes child route matches and `params` include child route path parameters.
But previously, we only generated types for parent routes and the current route in `matches` and `params`.
But previously, we only generated types for parent routes in `matches`; for `params`, we only considered the parent routes and the current route.
To align our generated types more closely to the runtime behavior, we now generate more permissive, wider types when accessing child route information.

## 7.0.1
Expand All @@ -30,7 +30,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.2-pre.0",
"version": "7.0.2",
"description": "Declarative routing for React",
"keywords": [
"react",
Expand Down

0 comments on commit a51b35d

Please sign in to comment.