Skip to content

Commit 0a4b114

Browse files
committed
1.0.0-alpha.5
1 parent 88c2e34 commit 0a4b114

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.5 - 2024-12-26
8+
* Use TypeScript for source code.
9+
* Support React 19.
10+
711
## 1.0.0-alpha.4 - 2022-05-03
812
* Add docs for the `useYouTube` hook.
913
* Add props for `origin` / `host` settings.

package.json

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

0 commit comments

Comments
 (0)