Skip to content

Commit 92425b8

Browse files
committed
chore: Update version for release
1 parent 171c34a commit 92425b8

File tree

18 files changed

+31
-120
lines changed

18 files changed

+31
-120
lines changed

.changeset/calm-insects-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dirty-yaks-repair.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/hip-colts-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nasty-bugs-promise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.changeset/short-hats-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-chicken-suffer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/swift-beers-sell.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/react-router-dom-v5-compat/CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
# `react-router-dom-v5-compat`
22

3-
## 6.4.2-pre.1
3+
## 6.4.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
10-
11-
## 6.4.2-pre.0
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
17-
8+
9+
1810

1911
## 6.4.1
2012

packages/react-router-dom-v5-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.4.2-pre.1",
3+
"version": "6.4.2",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",
@@ -24,7 +24,7 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"history": "^5.3.0",
27-
"react-router": "6.4.2-pre.1"
27+
"react-router": "6.4.2"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

packages/react-router-dom/CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
# `react-router-dom`
22

3-
## 6.4.2-pre.1
3+
## 6.4.2
44

55
### Patch Changes
66

7+
- Respect `basename` in `useFormAction` ([#9352](https://github.com/remix-run/react-router/pull/9352))
8+
- Enhance console error messages for invalid usage of data router hooks ([#9311](https://github.com/remix-run/react-router/pull/9311))
9+
- If an index route has children, it will result in a runtime error. We have strengthened our `RouteObject`/`RouteProps` types to surface the error in TypeScript. ([#9366](https://github.com/remix-run/react-router/pull/9366))
710
- Updated dependencies:
8-
9-
10-
## 6.4.2-pre.0
11-
12-
### Patch Changes
13-
14-
- fix: respect `basename` in `useFormAction` ([#9352](https://github.com/remix-run/react-router/pull/9352))
15-
- docs: Enhance console error messages for invalid usage of data router hooks ([#9311](https://github.com/remix-run/react-router/pull/9311))
16-
- fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
17-
- Updated dependencies:
18-
19-
- `@remix-run/[email protected]`
11+
12+
- `@remix-run/[email protected]`
2013

2114
## 6.4.1
2215

packages/react-router-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.4.2-pre.1",
3+
"version": "6.4.2",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",
@@ -23,8 +23,8 @@
2323
"module": "./dist/index.js",
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
26-
"@remix-run/router": "1.0.2-pre.0",
27-
"react-router": "6.4.2-pre.1"
26+
"@remix-run/router": "1.0.2",
27+
"react-router": "6.4.2"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# `react-router-native`
22

3-
## 6.4.2-pre.1
3+
## 6.4.2
44

55
### Patch Changes
66

7+
- If an index route has children, it will result in a runtime error. We have strengthened our `RouteObject`/`RouteProps` types to surface the error in TypeScript. ([#9366](https://github.com/remix-run/react-router/pull/9366))
78
- Updated dependencies:
8-
9-
10-
## 6.4.2-pre.0
11-
12-
### Patch Changes
13-
14-
- fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
15-
- Updated dependencies:
16-
9+
1710

1811
## 6.4.1
1912

packages/react-router-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.4.2-pre.1",
3+
"version": "6.4.2",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",
@@ -22,7 +22,7 @@
2222
"types": "./dist/index.d.ts",
2323
"dependencies": {
2424
"@ungap/url-search-params": "^0.1.4",
25-
"react-router": "6.4.2-pre.1"
25+
"react-router": "6.4.2"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

packages/react-router/CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# `react-router`
22

3-
## 6.4.2-pre.1
3+
## 6.4.2
44

55
### Patch Changes
66

7-
- fix: make `hasErrorElement` optional on types ([#9394](https://github.com/remix-run/react-router/pull/9394))
8-
9-
## 6.4.2-pre.0
10-
11-
### Patch Changes
12-
13-
- fix: throw error when receiving invalid path object ([#9375](https://github.com/remix-run/react-router/pull/9375))
14-
- docs: Enhance console error messages for invalid usage of data router hooks ([#9311](https://github.com/remix-run/react-router/pull/9311))
15-
- fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
7+
- Fix `IndexRouteObject` and `NonIndexRouteObject` types to make `hasErrorElement` optional ([#9394](https://github.com/remix-run/react-router/pull/9394))
8+
- Enhance console error messages for invalid usage of data router hooks ([#9311](https://github.com/remix-run/react-router/pull/9311))
9+
- If an index route has children, it will result in a runtime error. We have strengthened our `RouteObject`/`RouteProps` types to surface the error in TypeScript. ([#9366](https://github.com/remix-run/react-router/pull/9366))
1610
- Updated dependencies:
17-
- `@remix-run/[email protected]-pre.0`
11+
- `@remix-run/[email protected]`
1812

1913
## 6.4.1
2014

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "6.4.2-pre.1",
3+
"version": "6.4.2",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",
@@ -23,7 +23,7 @@
2323
"module": "./dist/index.js",
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
26-
"@remix-run/router": "1.0.2-pre.0"
26+
"@remix-run/router": "1.0.2"
2727
},
2828
"devDependencies": {
2929
"react": "^18.2.0"

packages/router/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# `@remix-run/router`
22

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

55
### Patch Changes
66

7-
- fix: throw error when receiving invalid path object ([#9375](https://github.com/remix-run/react-router/pull/9375))
8-
- fix: reset `actionData` after successful action redirect ([#9334](https://github.com/remix-run/react-router/pull/9334))
9-
- fix: update `matchPath` to avoid false positives on dash-separated segments ([#9300](https://github.com/remix-run/react-router/pull/9300))
10-
- fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
7+
- Reset `actionData` after a successful action redirect ([#9334](https://github.com/remix-run/react-router/pull/9334))
8+
- Update `matchPath` to avoid false positives on dash-separated segments ([#9300](https://github.com/remix-run/react-router/pull/9300))
9+
- If an index route has children, it will result in a runtime error. We have strengthened our `RouteObject`/`RouteProps` types to surface the error in TypeScript. ([#9366](https://github.com/remix-run/react-router/pull/9366))
1110

1211
## 1.0.1
1312

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/router",
3-
"version": "1.0.2-pre.0",
3+
"version": "1.0.2",
44
"description": "Nested/Data-driven/Framework-agnostic Routing",
55
"keywords": [
66
"remix",

0 commit comments

Comments
 (0)