Skip to content

Commit 4d7fcb5

Browse files
chore(release): 2.15.1
1 parent ceff8c3 commit 4d7fcb5

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,25 @@ 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+
#### [v2.15.1](https://github.com/cookpete/react-player/compare/v2.15.0...v2.15.1)
8+
9+
- fix: dynamic Mux import [`#1758`](https://github.com/cookpete/react-player/pull/1758)
10+
- docs: fix demo URL [`#1752`](https://github.com/cookpete/react-player/pull/1752)
11+
- docs: readme updates, next-video callout [`#1751`](https://github.com/cookpete/react-player/pull/1751)
12+
- fix: dynamic Mux import (#1758) [`#1755`](https://github.com/cookpete/react-player/issues/1755)
13+
714
#### [v2.15.0](https://github.com/cookpete/react-player/compare/v2.14.1...v2.15.0)
815

16+
> 28 February 2024
17+
918
- chore(cd): remove --changelog b/c auto-changelog [`#1750`](https://github.com/cookpete/react-player/pull/1750)
1019
- feat: add Mux player [`#1748`](https://github.com/cookpete/react-player/pull/1748)
1120
- chore(github-pages): add demo preview [`#1747`](https://github.com/cookpete/react-player/pull/1747)
1221
- chore: remove unneeded config files [`#1744`](https://github.com/cookpete/react-player/pull/1744)
1322
- Add aria-label to Preview component [`#1705`](https://github.com/cookpete/react-player/pull/1705)
1423
- Add Deno-specific browser check [`#1632`](https://github.com/cookpete/react-player/pull/1632)
1524
- docs: fix badges [`#1735`](https://github.com/cookpete/react-player/pull/1735)
25+
- chore(release): 2.15.0 [`6dfff1c`](https://github.com/cookpete/react-player/commit/6dfff1c8055388c9a0f8e59d58bf4ecd4cfdf013)
1626

1727
#### [v2.14.1](https://github.com/cookpete/react-player/compare/v2.14.0...v2.14.1)
1828

dist/ReactPlayer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.js.map

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

dist/ReactPlayer.standalone.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.standalone.js.map

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-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.15.0",
3+
"version": "2.15.1",
44
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)