Skip to content

Commit d5740ca

Browse files
chore: Update version for release (#12772)
1 parent 0006ac4 commit d5740ca

File tree

24 files changed

+58
-74
lines changed

24 files changed

+58
-74
lines changed

.changeset/popular-lobsters-agree.md

-5
This file was deleted.

.changeset/pre.json

-27
This file was deleted.
+11-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# `create-react-router`
22

3-
## 7.1.3-pre.0
3+
## 7.1.3
4+
5+
_No changes_
46

57
## 7.1.2
68

9+
_No changes_
10+
711
## 7.1.1
812

13+
_No changes_
14+
915
## 7.1.0
1016

1117
### Patch Changes
@@ -14,8 +20,12 @@
1420

1521
## 7.0.2
1622

23+
_No changes_
24+
1725
## 7.0.1
1826

27+
_No changes_
28+
1929
## 7.0.0
2030

2131
Initial release.

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

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

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

55
### Patch Changes
66

77
- Fix `reveal` and `routes` CLI commands ([#12745](https://github.com/remix-run/react-router/pull/12745))
88
- Updated dependencies:
9-
10-
- `@react-router/[email protected]-pre.0`
11-
- `@react-router/[email protected]-pre.0`
9+
10+
- `@react-router/[email protected]`
11+
- `@react-router/[email protected]`
1212

1313
## 7.1.2
1414

@@ -97,7 +97,7 @@
9797
+import { cloudflareDevProxy } from "@react-router/dev/vite/cloudflare";
9898
```
9999

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

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

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.2
1111

@@ -56,7 +56,7 @@
5656

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

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

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

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

@@ -52,7 +52,7 @@
5252

5353
### Major Changes
5454

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

55
### Patch Changes
66

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

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
8+
99

1010
## 7.1.2
1111

@@ -46,7 +46,7 @@
4646

4747
### Major Changes
4848

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

5151
- 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))
5252

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

55
### Patch Changes
66

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

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

@@ -58,7 +58,7 @@
5858

5959
### Major Changes
6060

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

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

3-
## 7.1.3-pre.0
3+
## 7.1.3
4+
5+
_No changes_
46

57
## 7.1.2
68

@@ -19,6 +21,8 @@
1921

2022
## 7.1.1
2123

24+
_No changes_
25+
2226
## 7.1.0
2327

2428
### Patch Changes
@@ -40,6 +44,8 @@
4044

4145
## 7.0.1
4246

47+
_No changes_
48+
4349
## 7.0.0
4450

4551
### Major Changes

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.3-pre.0",
3+
"version": "7.1.3",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)