Skip to content

Commit 189e1f3

Browse files
committed
chore(release): v1.1.0
1 parent 4080995 commit 189e1f3

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.1.0] - 2021-04-02
99

1010
### Added
1111

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

14+
### Changed
15+
16+
- **docs:** simplify forwarded ref type
17+
1418
## [1.0.3] - 2020-12-27
1519

1620
### Fixed
@@ -38,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3842
- `PolymorphicPropsWithoutRef` and `PolymorphicPropsWithRef` types for appending `as` to component props
3943
- `PolymorphicForwardRefExoticComponent`, `PolymorphicMemoExoticComponent` and `PolymorphicLazyExoticComponent` types to support exotic components
4044

41-
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...HEAD
45+
[unreleased]: https://github.com/kripod/react-polymorphic-types/compare/v1.1.0...HEAD
46+
[1.1.0]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.3...v1.1.0
4247
[1.0.3]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.2...v1.0.3
4348
[1.0.2]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.1...v1.0.2
4449
[1.0.1]: https://github.com/kripod/react-polymorphic-types/compare/v1.0.0...v1.0.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)