Skip to content

Commit 2ec41f9

Browse files
committed
[CI] Bump version to v2.0.0
1 parent f8d6671 commit 2ec41f9

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.yarn/versions/f47e780a.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
releases:
2-
react-router-typesafe-routes: major

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.0.0] - 2024-11-23
99

1010
### Added
1111

@@ -197,7 +197,7 @@ setTypedSearchParams((prevParams) => ({
197197
- Hook dependencies are now properly listed, which is checked by ESLint. This fixes `useTypedSearchParams` for dynamic routes.
198198
- Prevent access to internal `useUpdatingRef` helper.
199199

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
201201
[1.2.2]: https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.2
202202
[1.2.1]: https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.1
203203
[1.2.0]: https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.0

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-typesafe-routes",
3-
"version": "2.0.0-dev.5",
3+
"version": "2.0.0",
44
"description": "Enhanced type safety via validation for all route params in React Router v7.",
55
"keywords": [
66
"typesafe",
@@ -90,6 +90,5 @@
9090
"optional": true
9191
}
9292
},
93-
"packageManager": "yarn@3.6.3",
94-
"stableVersion": "1.2.1"
93+
"packageManager": "yarn@3.6.3"
9594
}

0 commit comments

Comments
 (0)