File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 1.0.0-alpha.6 - 2024-12-26
8
+ * Allow React 19 in peer dependencies range.
9
+
7
10
## 1.0.0-alpha.5 - 2024-12-26
8
11
* Use TypeScript for source code.
9
12
* Support React 19.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @u-wave/react-youtube" ,
3
3
"description" : " YouTube player component for React." ,
4
- "version" : " 1.0.0-alpha.5 " ,
4
+ "version" : " 1.0.0-alpha.6 " ,
5
5
"author" : " Renée Kooi <renee@kooi.me>" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/u-wave/react-youtube/issues"
55
55
},
56
56
"types" : " ./dist/index.d.ts" ,
57
57
"peerDependencies" : {
58
- "react" : " ^17.0.0 || ^18.0.0"
58
+ "react" : " ^17.0.0 || ^18.0.0 || ^19.0.0 "
59
59
},
60
60
"repository" : {
61
61
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments