Skip to content

Commit acfac48

Browse files
chore: Update version for release (#12756)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent db15c7e commit acfac48

File tree

29 files changed

+43
-113
lines changed

29 files changed

+43
-113
lines changed

.changeset/afraid-jeans-drive.md

-5
This file was deleted.

.changeset/beige-ants-pay.md

-5
This file was deleted.

.changeset/calm-cycles-dress.md

-13
This file was deleted.

.changeset/lazy-elephants-tell.md

-5
This file was deleted.

.changeset/new-news-decide.md

-5
This file was deleted.

.changeset/polite-clocks-shake.md

-5
This file was deleted.

.changeset/pre.json

-32
This file was deleted.

packages/create-react-router/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `create-react-router`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
## 7.1.1
66

packages/create-react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-router",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Create a new React Router app",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-architect/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@react-router/architect`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@react-router/[email protected]-pre.0`
8+
9+
- `@react-router/[email protected]`
1010

1111
## 7.1.1
1212

packages/react-router-architect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/architect",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Architect server request handler for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-cloudflare/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/cloudflare`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.1
1111

packages/react-router-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/cloudflare",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Cloudflare platform abstractions for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-dev/CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@react-router/dev`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

@@ -9,9 +9,9 @@
99
- Use `module-sync` server condition when enabled in the runtime. This fixes React context mismatches (e.g. `useHref() may be used only in the context of a <Router> component.`) during development on Node 22.10.0+ when using libraries that have a peer dependency on React Router. ([#12729](https://github.com/remix-run/react-router/pull/12729))
1010
- Fix react-refresh source maps ([#12686](https://github.com/remix-run/react-router/pull/12686))
1111
- Updated dependencies:
12-
13-
- `@react-router/[email protected]-pre.0`
14-
- `@react-router/[email protected]-pre.0`
12+
13+
- `@react-router/[email protected]`
14+
- `@react-router/[email protected]`
1515

1616
## 7.1.1
1717

@@ -87,7 +87,7 @@
8787
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
8888
```
8989

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

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

packages/react-router-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/dev",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Dev tools and CLI for React Router",
55
"homepage": "https://reactrouter.com",
66
"bugs": {

packages/react-router-dom/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# react-router-dom
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.1
1111

@@ -49,7 +49,7 @@
4949

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

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

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

packages/react-router-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-express/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `@react-router/express`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@react-router/[email protected]-pre.0`
8+
9+
- `@react-router/[email protected]`
1010

1111
## 7.1.1
1212

@@ -44,7 +44,7 @@
4444

4545
### Major Changes
4646

47-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
47+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
4848
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
4949
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
5050
- node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))

packages/react-router-express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/express",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Express server request handler for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-fs-routes/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/fs-routes`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

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

1010
## 7.1.1
1111

packages/react-router-fs-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/fs-routes",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "File system routing conventions for React Router, for use within routes.ts",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-node/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/node`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.1
1111

@@ -39,7 +39,7 @@
3939

4040
### Major Changes
4141

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

4444
- 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))
4545

packages/react-router-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/node",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Node.js platform abstractions for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-remix-routes-option-adapter/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `@react-router/remix-config-routes-adapter`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

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

1010
## 7.1.1
1111

packages/react-router-remix-routes-option-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/remix-routes-option-adapter",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Adapter for Remix's \"routes\" config option, for use within routes.ts",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router-serve/CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# `@react-router/serve`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
- `@react-router/[email protected]-pre.0`
10-
- `@react-router/[email protected]-pre.0`
8+
9+
- `@react-router/[email protected]`
10+
- `@react-router/[email protected]`
1111

1212
## 7.1.1
1313

@@ -49,7 +49,7 @@
4949

5050
### Major Changes
5151

52-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
52+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
5353
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
5454
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
5555
- node package no longer re-exports from react-router ([#11702](https://github.com/remix-run/react-router/pull/11702))

packages/react-router-serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-router/serve",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Production application server for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

packages/react-router/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `react-router`
22

3-
## 7.1.2-pre.0
3+
## 7.1.2
44

55
### Patch Changes
66

@@ -55,7 +55,7 @@
5555
- Collapse `@remix-run/server-runtime` into `react-router`
5656
- Collapse `@remix-run/testing` into `react-router`
5757

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

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

packages/react-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "7.1.2-pre.0",
3+
"version": "7.1.2",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)