Skip to content

Commit 176f6c6

Browse files
committed
1.0.0-alpha.6
1 parent 0a4b114 commit 176f6c6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.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.

package.json

Lines changed: 2 additions & 2 deletions
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.5",
4+
"version": "1.0.0-alpha.6",
55
"author": "Renée Kooi <renee@kooi.me>",
66
"bugs": {
77
"url": "https://github.com/u-wave/react-youtube/issues"
@@ -55,7 +55,7 @@
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",

0 commit comments

Comments
 (0)