From 0a4b114786d222ea5e21f27088a12965142196e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 26 Dec 2024 19:53:33 +0100 Subject: [PATCH] 1.0.0-alpha.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a7d0a..a887e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.0-alpha.5 - 2024-12-26 + * Use TypeScript for source code. + * Support React 19. + ## 1.0.0-alpha.4 - 2022-05-03 * Add docs for the `useYouTube` hook. * Add props for `origin` / `host` settings. diff --git a/package.json b/package.json index 025828f..b1d09fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@u-wave/react-youtube", "description": "YouTube player component for React.", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "author": "Renée Kooi ", "bugs": { "url": "https://github.com/u-wave/react-youtube/issues"