Skip to content

Commit

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

## [Unreleased]

## [1.0.1] - 2020-12-27

### Removed

- **readme:** misleading bundle size badge

## [1.0.0] - 2020-12-27

### Added

- `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.0...HEAD
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...HEAD
[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.0",
"version": "1.0.1",
"description": "Zero-runtime polymorphic component definitions for React",
"keywords": [
"react",
Expand Down

0 comments on commit f839d8a

Please sign in to comment.