Skip to content

Commit d650eaa

Browse files
chore(release): 3.2.0
1 parent c69e9ce commit d650eaa

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ 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.2.0](https://github.com/cookpete/react-player/compare/v3.1.0...v3.2.0)
8+
9+
- feat: add Spotify and Twitch support [`#1956`](https://github.com/cookpete/react-player/pull/1956)
10+
711
#### [v3.1.0](https://github.com/cookpete/react-player/compare/v3.0.0...v3.1.0)
812

13+
> 2 July 2025
14+
915
- docs: Add a Youtube playlist example [`#1946`](https://github.com/cookpete/react-player/pull/1946)
1016
- feat: add YT playlist support [`#1947`](https://github.com/cookpete/react-player/pull/1947)
17+
- chore(release): 3.1.0 [`a315b5f`](https://github.com/cookpete/react-player/commit/a315b5fb32f7364ed9af75d65314b15a1ec16133)
1118

1219
### [v3.0.0](https://github.com/cookpete/react-player/compare/v3.0.0-beta.4...v3.0.0)
1320

@@ -47,7 +54,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
4754
- fix: support React 19 [`a26d253`](https://github.com/cookpete/react-player/commit/a26d2538fd1284321ba2af6ded7d490506b24b8c)
4855
- docs: fix formatting issues [`8545cb3`](https://github.com/cookpete/react-player/commit/8545cb3c85abd1d8e5af1ecb45b06ab2baced9e3)
4956

50-
#### [v3.0.0-beta.0](https://github.com/cookpete/react-player/compare/v2.16.0...v3.0.0-beta.0)
57+
#### [v3.0.0-beta.0](https://github.com/cookpete/react-player/compare/v2.16.1...v3.0.0-beta.0)
5158

5259
> 8 May 2025
5360
@@ -56,6 +63,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5663
- chore(release): 3.0.0-beta.0 [`693caed`](https://github.com/cookpete/react-player/commit/693caed3ad1e1b32162bf0cad338bdb48625afd2)
5764
- docs: fix `src` instead of `url` prop [`b0084f7`](https://github.com/cookpete/react-player/commit/b0084f78d6637df642ebf0f471967b59cbd58c8d)
5865

66+
#### [v2.16.1](https://github.com/cookpete/react-player/compare/v2.16.0...v2.16.1)
67+
68+
> 10 July 2025
69+
70+
- chore(release): 2.16.1 [`71efe92`](https://github.com/cookpete/react-player/commit/71efe9297ff8813d1f11790a92ae42e12152d394)
71+
- fix: Mixcloud URL (#1953) [`47a8c49`](https://github.com/cookpete/react-player/commit/47a8c495ad80c0b629ab6254fc27c00ad5874f79)
72+
5973
#### [v2.16.0](https://github.com/cookpete/react-player/compare/v2.15.1...v2.16.0)
6074

6175
> 9 April 2024

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.1.0",
3+
"version": "3.2.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)