Skip to content

Commit a9d43f1

Browse files
chore(release): 3.3.2
1 parent 55cf5fe commit a9d43f1

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,9 +4,19 @@ 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.3.2](https://github.com/cookpete/react-player/compare/v3.3.1...v3.3.2)
8+
9+
- fix: prevent React warnings for unknown event handler properties [`#1970`](https://github.com/cookpete/react-player/pull/1970)
10+
- docs: the demo source in README.md [`#1979`](https://github.com/cookpete/react-player/pull/1979)
11+
- Fix: Add share URLs to TikTok pattern matching [`#1973`](https://github.com/cookpete/react-player/pull/1973)
12+
- MIGRATING.md: Fix broken link to demo app [`#1969`](https://github.com/cookpete/react-player/pull/1969)
13+
714
#### [v3.3.1](https://github.com/cookpete/react-player/compare/v3.3.0...v3.3.1)
815

16+
> 16 July 2025
17+
918
- fix: merge circular dependency [`#1964`](https://github.com/cookpete/react-player/pull/1964)
19+
- chore(release): 3.3.1 [`26001ec`](https://github.com/cookpete/react-player/commit/26001ec8c32d91cededfcaed026955fc4de2157b)
1020

1121
#### [v3.3.0](https://github.com/cookpete/react-player/compare/v3.2.1...v3.3.0)
1222

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