Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Apr 2, 2021
1 parent 4080995 commit 189e1f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.0] - 2021-04-02

### Added

- **docs:** add deprecation note about exotic components

### Changed

- **docs:** simplify forwarded ref type

## [1.0.3] - 2020-12-27

### Fixed
Expand Down Expand Up @@ -38,7 +42,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.3...HEAD
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...v1.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "1.1.0",
"description": "Zero-runtime polymorphic component definitions for React",
"keywords": [
"react",
Expand Down

0 comments on commit 189e1f3

Please sign in to comment.