Skip to content

Commit 6dfff1c

Browse files
chore(release): 2.15.0
1 parent db5c548 commit 6dfff1c

File tree

7 files changed

+28
-15
lines changed

7 files changed

+28
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,23 @@ 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.0](https://github.com/cookpete/react-player/compare/v2.14.1...v2.15.0)
8+
9+
- chore(cd): remove --changelog b/c auto-changelog [`#1750`](https://github.com/cookpete/react-player/pull/1750)
10+
- feat: add Mux player [`#1748`](https://github.com/cookpete/react-player/pull/1748)
11+
- chore(github-pages): add demo preview [`#1747`](https://github.com/cookpete/react-player/pull/1747)
12+
- chore: remove unneeded config files [`#1744`](https://github.com/cookpete/react-player/pull/1744)
13+
- Add aria-label to Preview component [`#1705`](https://github.com/cookpete/react-player/pull/1705)
14+
- Add Deno-specific browser check [`#1632`](https://github.com/cookpete/react-player/pull/1632)
15+
- docs: fix badges [`#1735`](https://github.com/cookpete/react-player/pull/1735)
16+
717
#### [v2.14.1](https://github.com/cookpete/react-player/compare/v2.14.0...v2.14.1)
818

19+
> 19 December 2023
20+
921
- fix: cjs interop require default pita [`#1722`](https://github.com/cookpete/react-player/pull/1722)
1022
- docs(CHANGELOG): 2.14.1 [`921b0e0`](https://github.com/cookpete/react-player/commit/921b0e01148925f048716435333fcdc9ce2df24a)
23+
- chore(release): 2.14.1 [`8ca9747`](https://github.com/cookpete/react-player/commit/8ca974794db1c7f8cacf4ae1580671548cdf5491)
1124
- chore: npm ignore unneeded folders [`678f466`](https://github.com/cookpete/react-player/commit/678f466553d36dc02dfe2b926a31e8694b746842)
1225

1326
#### [v2.14.0](https://github.com/cookpete/react-player/compare/v2.13.0...v2.14.0)

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: 4 additions & 4 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: 3 additions & 3 deletions
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: 4 additions & 4 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.14.1",
3+
"version": "2.15.0",
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)