From 189e1f327a15a1db4ec672301a1bd25746ea3d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Fri, 2 Apr 2021 14:08:39 +0200 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 9 +++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0805a3..608b369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 9e6469f..3d24e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-polymorphic-types", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 09698ea..50a3083 100644 --- a/package.json +++ b/package.json @@ -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",