Skip to content

Commit 8fb7921

Browse files
mcanshgithub-actions[bot]brophdawg11
authored
chore: Update version for release (pre) (#9816)
* chore: Update version for release (pre) * Update changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <matt@brophy.org>
1 parent b564bb3 commit 8fb7921

File tree

10 files changed

+40
-9
lines changed

10 files changed

+40
-9
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"react-router-native": "6.6.1",
99
"@remix-run/router": "1.2.1"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"three-ladybugs-clap"
13+
]
1214
}

.changeset/three-ladybugs-clap.md

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

6-
Ensure useId consistency during SSR
6+
Ensure `useId` consistency during SSR

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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `react-router-dom-v5-compat`
22

3+
## 6.6.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.6.2-pre.0`
9+
- `react-router-dom@6.6.2-pre.0`
10+
311
## 6.6.1
412

513
### Patch Changes

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.6.1",
3+
"version": "6.6.2-pre.0",
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.6.1"
27+
"react-router": "6.6.2-pre.0"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

packages/react-router-dom/CHANGELOG.md

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

3+
## 6.6.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Ensure `useId` consistency during SSR ([#9805](https://github.com/remix-run/react-router/pull/9805))
8+
- Updated dependencies:
9+
- `react-router@6.6.2-pre.0`
10+
311
## 6.6.1
412

513
### Patch Changes

packages/react-router-dom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.6.1",
3+
"version": "6.6.2-pre.0",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",
@@ -24,7 +24,7 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"@remix-run/router": "1.2.1",
27-
"react-router": "6.6.1"
27+
"react-router": "6.6.2-pre.0"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `react-router-native`
22

3+
## 6.6.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.6.2-pre.0`
9+
310
## 6.6.1
411

512
### Patch Changes

packages/react-router-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.6.1",
3+
"version": "6.6.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.6.1"
25+
"react-router": "6.6.2-pre.0"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

packages/react-router/CHANGELOG.md

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

3+
## 6.6.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Ensure `useId` consistency during SSR ([#9805](https://github.com/remix-run/react-router/pull/9805))
8+
39
## 6.6.1
410

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

0 commit comments

Comments
 (0)