We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5476e9e commit 13aef5aCopy full SHA for 13aef5a
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.0.0-alpha.1 - 2022-04-20
8
+ * Improve typings.
9
+ * Remove duplicate `defaultProps`.
10
+
11
## 1.0.0-alpha.0 - 2021-12-01
12
* Use hooks internally.
13
* Drop support for React 16. This version requires React 17 or 18.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@u-wave/react-youtube",
3
"description": "YouTube player component for React.",
- "version": "1.0.0-alpha.0",
+ "version": "1.0.0-alpha.1",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/u-wave/react-youtube/issues"
0 commit comments