Skip to content

Commit 718743e

Browse files
committed
Merge branch 'release-6.4.2-pre.0' into dev
2 parents b19a80b + 5905109 commit 718743e

File tree

13 files changed

+78
-13
lines changed

13 files changed

+78
-13
lines changed

.changeset/nasty-bugs-promise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"react-router-dom": patch
44
---
55

6-
docs: Enhance console error messages for invalid usage of data router hooks
6+
docs: Enhance console error messages for invalid usage of data router hooks (#9311)

.changeset/pre.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mode": "pre",
3+
"tag": "pre",
4+
"initialVersions": {
5+
"react-router": "6.4.1",
6+
"react-router-dom": "6.4.1",
7+
"react-router-dom-v5-compat": "6.4.1",
8+
"react-router-native": "6.4.1",
9+
"@remix-run/router": "1.0.1"
10+
},
11+
"changesets": [
12+
"dirty-yaks-repair",
13+
"hip-colts-serve",
14+
"nasty-bugs-promise",
15+
"short-hats-peel",
16+
"sweet-chicken-suffer",
17+
"swift-beers-sell"
18+
]
19+
}

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Changesets will do most of the heavy lifting for our releases. When changes are
1414
### Starting a new pre-release
1515

1616
- Ensure you are on the new `release-*` branch
17-
- Enter Changesets pre-release mode using the `pre` tag: `yarn changeset pre enter next`
17+
- Enter Changesets pre-release mode using the `pre` tag: `yarn changeset pre enter pre`
1818
- Commit the changesets and push the the `release-*` branch to GitHub; wait for the release workflow to finish and the Changesets action to open its PR that will increment all versions
1919
- Review the updated `CHANGELOG` files and make any adjustments necessary, then merge the PR
2020
- Once the PR is merged, the release workflow will publish the updated packages to npm

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `react-router-dom-v5-compat`
22

3+
## 6.4.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
9+
10+
311
## 6.4.1
412

513
### Patch Changes

packages/react-router-dom-v5-compat/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-v5-compat",
3-
"version": "6.4.1",
3+
"version": "6.4.2-pre.0",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",
@@ -24,12 +24,12 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"history": "^5.3.0",
27-
"react-router": "6.4.1"
27+
"react-router": "6.4.2-pre.0"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",
3131
"react-dom": ">=16.8",
32-
"react-router-dom": "6.4.1"
32+
"react-router-dom": "4 || 5"
3333
},
3434
"files": [
3535
"dist/",

packages/react-router-dom/CHANGELOG.md

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

3+
## 6.4.2-pre.0
4+
5+
### Patch Changes
6+
7+
- fix: respect `basename` in `useFormAction` ([#9352](https://github.com/remix-run/react-router/pull/9352))
8+
- docs: Enhance console error messages for invalid usage of data router hooks ([#9311](https://github.com/remix-run/react-router/pull/9311))
9+
- fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
10+
- Updated dependencies:
11+
12+
- `@remix-run/[email protected]`
13+
314
## 6.4.1
415

516
### Patch Changes

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.1",
3+
"version": "6.4.2-pre.0",
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.1",
27-
"react-router": "6.4.1"
26+
"@remix-run/router": "1.0.2-pre.0",
27+
"react-router": "6.4.2-pre.0"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `react-router-native`
22

3+
## 6.4.2-pre.0
4+
5+
### Patch Changes
6+
7+
- fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
8+
- Updated dependencies:
9+
10+
311
## 6.4.1
412

513
### Patch Changes

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.1",
3+
"version": "6.4.2-pre.0",
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.1"
25+
"react-router": "6.4.2-pre.0"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

packages/react-router/CHANGELOG.md

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

3+
## 6.4.2-pre.0
4+
5+
### Patch Changes
6+
7+
- fix: throw error when receiving invalid path object ([#9375](https://github.com/remix-run/react-router/pull/9375))
8+
- docs: Enhance console error messages for invalid usage of data router hooks ([#9311](https://github.com/remix-run/react-router/pull/9311))
9+
- fix: Strengthen `RouteObject`/`RouteProps` types and throw on `index` routes with `children` ([#9366](https://github.com/remix-run/react-router/pull/9366))
10+
- Updated dependencies:
11+
- `@remix-run/[email protected]`
12+
313
## 6.4.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)