Skip to content

Commit d2bb602

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

32 files changed

+48
-127
lines changed

.changeset/eight-monkeys-type.md

-5
This file was deleted.

.changeset/fifty-eagles-love.md

-5
This file was deleted.

.changeset/gentle-carrots-appear.md

-5
This file was deleted.

.changeset/kind-hats-greet.md

-8
This file was deleted.

.changeset/loud-masks-battle.md

-5
This file was deleted.

.changeset/moody-comics-exist.md

-5
This file was deleted.

.changeset/pre.json

-35
This file was deleted.

.changeset/rich-pans-fail.md

-6
This file was deleted.

.changeset/smooth-mangos-act.md

-5
This file was deleted.

.changeset/twenty-llamas-lick.md

-5
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.4-pre.0
3+
## 7.1.4
44

55
## 7.1.3
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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
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.3
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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.3
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.4-pre.0",
3+
"version": "7.1.4",
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,15 +1,15 @@
11
# `@react-router/dev`
22

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

55
### Patch Changes
66

77
- Properly resolve Windows file paths to scan for Vite's dependency optimization when using the `unstable_optimizeDeps` future flag. ([#12637](https://github.com/remix-run/react-router/pull/12637))
88
- Fix prerendering when using a custom server - previously we ended up trying to import the users custom server when we actually want to import the virtual server build module ([#12759](https://github.com/remix-run/react-router/pull/12759))
99
- Updated dependencies:
10-
11-
- `@react-router/[email protected]-pre.0`
12-
- `@react-router/[email protected]-pre.0`
10+
11+
- `@react-router/[email protected]`
12+
- `@react-router/[email protected]`
1313

1414
## 7.1.3
1515

@@ -108,7 +108,7 @@
108108
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
109109
```
110110

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

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

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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.3
1111

@@ -63,7 +63,7 @@
6363

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

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

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

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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
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.3
1212

@@ -60,7 +60,7 @@
6060

6161
### Major Changes
6262

63-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
63+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
6464
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
6565
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
6666
- 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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
44

55
### Patch Changes
66

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

1010
## 7.1.3
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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.3
1111

@@ -53,7 +53,7 @@
5353

5454
### Major Changes
5555

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

5858
- 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))
5959

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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
44

55
### Patch Changes
66

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

1010
## 7.1.3
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.4-pre.0",
3+
"version": "7.1.4",
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.4-pre.0
3+
## 7.1.4
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.3
1313

@@ -67,7 +67,7 @@
6767

6868
### Major Changes
6969

70-
- Remove single_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
70+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
7171
- update minimum node version to 18 ([#11690](https://github.com/remix-run/react-router/pull/11690))
7272
- Add `exports` field to all packages ([#11675](https://github.com/remix-run/react-router/pull/11675))
7373
- 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.4-pre.0",
3+
"version": "7.1.4",
44
"description": "Production application server for React Router",
55
"bugs": {
66
"url": "https://github.com/remix-run/react-router/issues"

0 commit comments

Comments
 (0)