Skip to content

Commit 3690349

Browse files
Version Packages (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4925df0 commit 3690349

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.changeset/three-papayas-design.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# react-native-youtube-bridge
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 4925df0: feat: add flexible source prop to support videoId and URL
8+
9+
> [!note]
10+
> ❗ BREAKING CHANGE: videoId prop replaced with source prop
11+
>
12+
> - source accepts string (videoId/URL) or object {videoId} | {url}
13+
> - Add useYouTubeVideoId hook for internal parsing
14+
> - Support multiple YouTube URL formats
15+
316
## 0.2.4
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-youtube-bridge",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "react-native-youtube",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)