From 13aef5a2b5c980d79db72ce2e1555b84b2e29100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Wed, 20 Apr 2022 09:02:38 +0200 Subject: [PATCH] 1.0.0-alpha.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa805f..11fb0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0-alpha.1 - 2022-04-20 + * Improve typings. + * Remove duplicate `defaultProps`. + ## 1.0.0-alpha.0 - 2021-12-01 * Use hooks internally. * Drop support for React 16. This version requires React 17 or 18. diff --git a/package.json b/package.json index 89e4684..c7d7472 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@u-wave/react-youtube", "description": "YouTube player component for React.", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-youtube/issues"