Skip to content

Commit c32e62e

Browse files
committed
[CI] Bump version to v1.2.0
1 parent 1ec47a9 commit c32e62e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.yarn/versions/f09ecdac.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: minor

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+
## [1.2.0] - 2023-04-22
99

1010
### Added
1111

@@ -106,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106106
- Hook dependencies are now properly listed, which is checked by ESLint. This fixes `useTypedSearchParams` for dynamic routes.
107107
- Prevent access to internal `useUpdatingRef` helper.
108108

109-
[unreleased]: https://github.com/fenok/react-router-typesafe-routes/tree/dev
109+
[1.2.0]: https://github.com/fenok/react-router-typesafe-routes/tree/v1.2.0
110110
[1.1.0]: https://github.com/fenok/react-router-typesafe-routes/tree/v1.1.0
111111
[1.0.0]: https://github.com/fenok/react-router-typesafe-routes/tree/v1.0.0
112112
[0.5.1]: https://github.com/fenok/react-router-typesafe-routes/tree/v0.5.1

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": "1.2.0-dev.5",
3+
"version": "1.2.0",
44
"description": "Comprehensive and extensible type-safe routes for React Router v6 with first-class support for nested routes and param validation.",
55
"keywords": [
66
"typesafe",
@@ -107,6 +107,5 @@
107107
"optional": true
108108
}
109109
},
110-
"packageManager": "yarn@3.4.1",
111-
"stableVersion": "1.1.0"
110+
"packageManager": "yarn@3.4.1"
112111
}

0 commit comments

Comments
 (0)