Skip to content

Commit 5a750b3

Browse files
committed
1.0.0-alpha.0
1 parent af17792 commit 5a750b3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.0 - 2021-12-01
8+
* Use hooks internally.
9+
* Drop support for React 16. This version requires React 17 or 18.
10+
* Target evergreen browsers. If you need to support older browsers, you need to transpile this dependency.
11+
712
## 0.7.2 - 2020-10-21
813
* Allow React 17 in peerDependency range.
914
* Test with React 16 and React 17 on CI.

package.json

+2-2
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": "0.7.2",
4+
"version": "1.0.0-alpha.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/u-wave/react-youtube/issues"
@@ -55,7 +55,7 @@
5555
},
5656
"types": "index.d.ts",
5757
"peerDependencies": {
58-
"react": "^17.0.0"
58+
"react": "^17.0.0 || ^18.0.0-0"
5959
},
6060
"repository": {
6161
"type": "git",

0 commit comments

Comments
 (0)