Skip to content

Commit

Permalink
1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 26, 2024
1 parent 0a4b114 commit 176f6c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.6 - 2024-12-26
* Allow React 19 in peer dependencies range.

## 1.0.0-alpha.5 - 2024-12-26
* Use TypeScript for source code.
* Support React 19.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@u-wave/react-youtube",
"description": "YouTube player component for React.",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/u-wave/react-youtube/issues"
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"types": "./dist/index.d.ts",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 176f6c6

Please sign in to comment.