Skip to content

Commit af90316

Browse files
chore(release): 3.0.0-beta.1
1 parent a26d253 commit af90316

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v3.0.0-beta.1](https://github.com/cookpete/react-player/compare/v3.0.0-beta.0...v3.0.0-beta.1)
8+
9+
- fix: upgrade media elements [`#1929`](https://github.com/cookpete/react-player/pull/1929)
10+
- fix: add `slot` and other media attrs [`#1931`](https://github.com/cookpete/react-player/pull/1931)
11+
- fix: support React 19 [`a26d253`](https://github.com/cookpete/react-player/commit/a26d2538fd1284321ba2af6ded7d490506b24b8c)
12+
- docs: fix formatting issues [`8545cb3`](https://github.com/cookpete/react-player/commit/8545cb3c85abd1d8e5af1ecb45b06ab2baced9e3)
13+
714
#### [v3.0.0-beta.0](https://github.com/cookpete/react-player/compare/v2.16.0...v3.0.0-beta.0)
815

16+
> 8 May 2025
17+
918
- feat!: v3 refactor [`#1886`](https://github.com/cookpete/react-player/pull/1886)
1019
- chore: Small readme update [`#1884`](https://github.com/cookpete/react-player/pull/1884)
20+
- chore(release): 3.0.0-beta.0 [`693caed`](https://github.com/cookpete/react-player/commit/693caed3ad1e1b32162bf0cad338bdb48625afd2)
1121
- docs: fix `src` instead of `url` prop [`b0084f7`](https://github.com/cookpete/react-player/commit/b0084f78d6637df642ebf0f471967b59cbd58c8d)
1222

1323
#### [v2.16.0](https://github.com/cookpete/react-player/compare/v2.15.1...v2.16.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-player",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia",
55
"author": "Pete Cook (https://github.com/cookpete)",
66
"license": "MIT",

0 commit comments

Comments
 (0)