Skip to content

Commit ee36e3b

Browse files
committed
chore(release): v1.0.3
1 parent d5e6ce1 commit ee36e3b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.3] - 2020-12-27
11+
12+
- **docs:** fix `HeadingDefaultElement` references
13+
- **docs:** fix ref forwarding example
14+
1015
## [1.0.2] - 2020-12-27
1116

1217
### Changed
@@ -27,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2732
- `PolymorphicPropsWithoutRef` and `PolymorphicPropsWithRef` types for appending `as` to component props
2833
- `PolymorphicForwardRefExoticComponent`, `PolymorphicMemoExoticComponent` and `PolymorphicLazyExoticComponent` types to support exotic components
2934

30-
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...HEAD
35+
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...HEAD
36+
[1.0.3]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...v1.0.3
3137
[1.0.2]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2
3238
[1.0.1]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.0...v1.0.1
3339
[1.0.0]: https://github.com/kripod/react-polymorphic-types/releases/tag/v1.0.0

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.0.2",
3+
"version": "1.0.3",
44
"description": "Zero-runtime polymorphic component definitions for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)