Skip to content

Commit

Permalink
chore(release): v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Dec 27, 2020
1 parent d5e6ce1 commit ee36e3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2020-12-27

- **docs:** fix `HeadingDefaultElement` references
- **docs:** fix ref forwarding example

## [1.0.2] - 2020-12-27

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

[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...HEAD
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/kripod/react-polymorphic-types/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-polymorphic-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "Zero-runtime polymorphic component definitions for React",
"keywords": [
"react",
Expand Down

0 comments on commit ee36e3b

Please sign in to comment.