File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- releases :
2
- react-router-typesafe-routes : major
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 2.0.0 ] - 2024-11-23
9
9
10
10
### Added
11
11
@@ -197,7 +197,7 @@ setTypedSearchParams((prevParams) => ({
197
197
- Hook dependencies are now properly listed, which is checked by ESLint. This fixes ` useTypedSearchParams ` for dynamic routes.
198
198
- Prevent access to internal ` useUpdatingRef ` helper.
199
199
200
- [ unreleased ] : https://github.com/fenok/react-router-typesafe-routes/tree/dev
200
+ [ 2.0.0 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v2.0.0
201
201
[ 1.2.2 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.2
202
202
[ 1.2.1 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.1
203
203
[ 1.2.0 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-typesafe-routes" ,
3
- "version" : " 2.0.0-dev.5 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Enhanced type safety via validation for all route params in React Router v7." ,
5
5
"keywords" : [
6
6
" typesafe" ,
90
90
"optional" : true
91
91
}
92
92
},
93
- "packageManager" : " yarn@3.6.3" ,
94
- "stableVersion" : " 1.2.1"
93
+ "packageManager" : " yarn@3.6.3"
95
94
}
You can’t perform that action at this time.
0 commit comments