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.
44
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.0.0-alpha.6 - 2024-12-26
8+ * Allow React 19 in peer dependencies range.
9+
710## 1.0.0-alpha.5 - 2024-12-26
811 * Use TypeScript for source code.
912 * Support React 19.
Original file line number Diff line number Diff line change 11{
22 "name" : " @u-wave/react-youtube" ,
33 "description" : " YouTube player component for React." ,
4- "version" : " 1.0.0-alpha.5 " ,
4+ "version" : " 1.0.0-alpha.6 " ,
55 "author" :
" Renée Kooi <[email protected] >" ,
66 "bugs" : {
77 "url" : " https://github.com/u-wave/react-youtube/issues"
5555 },
5656 "types" : " ./dist/index.d.ts" ,
5757 "peerDependencies" : {
58- "react" : " ^17.0.0 || ^18.0.0"
58+ "react" : " ^17.0.0 || ^18.0.0 || ^19.0.0 "
5959 },
6060 "repository" : {
6161 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments