Skip to content

Commit ecd9e3c

Browse files
committed
chore(release): v2.0.0
1 parent b2838f9 commit ecd9e3c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2021-07-11
11+
1012
### Added
1113

1214
- type inference for event parameters (fixes #8)
@@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4850
- `PolymorphicPropsWithoutRef` and `PolymorphicPropsWithRef` types for appending `as` to component props
4951
- `PolymorphicForwardRefExoticComponent`, `PolymorphicMemoExoticComponent` and `PolymorphicLazyExoticComponent` types to support exotic components
5052

51-
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.1.0...HEAD
53+
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v2.0.0...HEAD
54+
[2.0.0]: https://github.com/kripod/react-polymorphic-types/compare/v1.1.0...v2.0.0
5255
[1.1.0]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...v1.1.0
5356
[1.0.3]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...v1.0.3
5457
[1.0.2]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-polymorphic-types",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Zero-runtime polymorphic component definitions for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)