Skip to content

Commit 693caed

Browse files
chore(release): 3.0.0-beta.0
1 parent b0084f7 commit 693caed

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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.0](https://github.com/cookpete/react-player/compare/v2.16.0...v3.0.0-beta.0)
8+
9+
- feat!: v3 refactor [`#1886`](https://github.com/cookpete/react-player/pull/1886)
10+
- chore: Small readme update [`#1884`](https://github.com/cookpete/react-player/pull/1884)
11+
- docs: fix `src` instead of `url` prop [`b0084f7`](https://github.com/cookpete/react-player/commit/b0084f78d6637df642ebf0f471967b59cbd58c8d)
12+
713
#### [v2.16.0](https://github.com/cookpete/react-player/compare/v2.15.1...v2.16.0)
814

15+
> 9 April 2024
16+
917
- feat: add Mux + hls.js support back in [`#1769`](https://github.com/cookpete/react-player/pull/1769)
18+
- chore(release): 2.16.0 [`795b196`](https://github.com/cookpete/react-player/commit/795b19614977fbe2b89f6fd14503d1bfb121a722)
1019

1120
#### [v2.15.1](https://github.com/cookpete/react-player/compare/v2.15.0...v2.15.1)
1221

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": "2.16.0",
3+
"version": "3.0.0-beta.0",
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)