File tree 10 files changed +40
-9
lines changed
react-router-dom-v5-compat
10 files changed +40
-9
lines changed Original file line number Diff line number Diff line change 8
8
"react-router-native" : " 6.6.1" ,
9
9
"@remix-run/router" : " 1.2.1"
10
10
},
11
- "changesets" : []
11
+ "changesets" : [
12
+ " three-ladybugs-clap"
13
+ ]
12
14
}
Original file line number Diff line number Diff line change 3
3
" react-router-dom " : patch
4
4
---
5
5
6
- Ensure useId consistency during SSR
6
+ Ensure ` useId ` consistency during SSR
Original file line number Diff line number Diff line change 1
1
# ` react-router-dom-v5-compat `
2
2
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
+
3
11
## 6.6.1
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-dom-v5-compat" ,
3
- "version" : " 6.6.1 " ,
3
+ "version" : " 6.6.2-pre.0 " ,
4
4
"description" : " Migration path to React Router v6 from v4/5" ,
5
5
"keywords" : [
6
6
" react" ,
24
24
"types" : " ./dist/index.d.ts" ,
25
25
"dependencies" : {
26
26
"history" : " ^5.3.0" ,
27
- "react-router" : " 6.6.1 "
27
+ "react-router" : " 6.6.2-pre.0 "
28
28
},
29
29
"peerDependencies" : {
30
30
"react" : " >=16.8" ,
Original file line number Diff line number Diff line change 1
1
# ` react-router-dom `
2
2
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
+
3
11
## 6.6.1
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-dom" ,
3
- "version" : " 6.6.1 " ,
3
+ "version" : " 6.6.2-pre.0 " ,
4
4
"description" : " Declarative routing for React web applications" ,
5
5
"keywords" : [
6
6
" react" ,
24
24
"types" : " ./dist/index.d.ts" ,
25
25
"dependencies" : {
26
26
"@remix-run/router" : " 1.2.1" ,
27
- "react-router" : " 6.6.1 "
27
+ "react-router" : " 6.6.2-pre.0 "
28
28
},
29
29
"devDependencies" : {
30
30
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# ` react-router-native `
2
2
3
+ ## 6.6.2-pre.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - ` react-router@6.6.2-pre.0 `
9
+
3
10
## 6.6.1
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-native" ,
3
- "version" : " 6.6.1 " ,
3
+ "version" : " 6.6.2-pre.0 " ,
4
4
"description" : " Declarative routing for React Native applications" ,
5
5
"keywords" : [
6
6
" react" ,
22
22
"types" : " ./dist/index.d.ts" ,
23
23
"dependencies" : {
24
24
"@ungap/url-search-params" : " ^0.1.4" ,
25
- "react-router" : " 6.6.1 "
25
+ "react-router" : " 6.6.2-pre.0 "
26
26
},
27
27
"devDependencies" : {
28
28
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
# ` react-router `
2
2
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
+
3
9
## 6.6.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router" ,
3
- "version" : " 6.6.1 " ,
3
+ "version" : " 6.6.2-pre.0 " ,
4
4
"description" : " Declarative routing for React" ,
5
5
"keywords" : [
6
6
" react" ,
You can’t perform that action at this time.
0 commit comments