File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- releases :
2
- react-router-typesafe-routes : patch
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
+ ## [ 1.2.2 ] - 2024-04-21
9
9
10
10
### Fixed
11
11
@@ -118,7 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
118
118
- Hook dependencies are now properly listed, which is checked by ESLint. This fixes ` useTypedSearchParams ` for dynamic routes.
119
119
- Prevent access to internal ` useUpdatingRef ` helper.
120
120
121
- [ unreleased ] : https://github.com/fenok/react-router-typesafe-routes/tree/dev
121
+ [ 1.2.2 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.2
122
122
[ 1.2.1 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.1
123
123
[ 1.2.0 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.0
124
124
[ 1.1.0 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v1.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router-typesafe-routes" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " Comprehensive and extensible type-safe routes for React Router v6 with first-class support for nested routes and param validation." ,
5
5
"keywords" : [
6
6
" typesafe" ,
You can’t perform that action at this time.
0 commit comments