Skip to content

Commit

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

## [Unreleased]

## [1.0.2] - 2020-12-27

### Changed

- block external access to auxiliary types
Expand All @@ -25,6 +27,7 @@ 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.1...HEAD
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...HEAD
[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.1",
"version": "1.0.2",
"description": "Zero-runtime polymorphic component definitions for React",
"keywords": [
"react",
Expand Down

0 comments on commit 316396e

Please sign in to comment.