Skip to content

Commit 13aef5a

Browse files
committed
1.0.0-alpha.1
1 parent 5476e9e commit 13aef5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.0.0-alpha.1 - 2022-04-20
8+
* Improve typings.
9+
* Remove duplicate `defaultProps`.
10+
711
## 1.0.0-alpha.0 - 2021-12-01
812
* Use hooks internally.
913
* Drop support for React 16. This version requires React 17 or 18.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@u-wave/react-youtube",
33
"description": "YouTube player component for React.",
4-
"version": "1.0.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/u-wave/react-youtube/issues"

0 commit comments

Comments
 (0)