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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 2.2.1 ] - 2025-07-21
99
1010### Fixed
1111
@@ -215,7 +215,7 @@ setTypedSearchParams((prevParams) => ({
215215- Hook dependencies are now properly listed, which is checked by ESLint. This fixes ` useTypedSearchParams ` for dynamic routes.
216216- Prevent access to internal ` useUpdatingRef ` helper.
217217
218- [ unreleased ] : https://github.com/fenok/react-router-typesafe-routes/tree/dev
218+ [ 2.2.1 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v2.2.1
219219[ 2.2.0 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v2.2.0
220220[ 2.1.0 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v2.1.0
221221[ 2.0.0 ] : https://github.com/fenok/react-router-typesafe-routes/tree/v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " react-router-typesafe-routes" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " Enhanced type safety via validation for all route params in React Router v7." ,
55 "keywords" : [
66 " typesafe" ,
You can’t perform that action at this time.
0 commit comments