Skip to content

Commit 3c9bf20

Browse files
chore(release): version packages (#75)
* chore(release): version packages * docs: update changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: saseungmin <[email protected]>
1 parent 3f6f6df commit 3c9bf20

File tree

12 files changed

+53
-37
lines changed

12 files changed

+53
-37
lines changed

.changeset/cool-pets-do.md

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

.changeset/fifty-towns-bow.md

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

.changeset/fresh-drinks-slide.md

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

.changeset/slow-kings-lay.md

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

packages/core/CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- a4784e6: chore: update TSDoc for `playerVars.origin` prop
8+
39
## 2.1.2
410

511
### Patch Changes

packages/core/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/core",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Core package for react-native-youtube-bridge",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/react-native-youtube-bridge/CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- 9ba4156: fix: resolve YouTube 101/150 errors by aligning WebView baseUrl and IFrame origin in inline mode
8+
9+
- Wrap certain dev logs with `__DEV__` so they only run in development
10+
- Add TSDoc for `webViewUrl` prop
11+
12+
Notes:
13+
14+
- When using a custom baseUrl like `https://your-domain.com/`, the IFrame API `origin` must be `https://your-domain.com` (port must match).
15+
- Use a trailing slash for `baseUrl` (e.g., `https://localhost/`), but never for `origin` (scheme + host [+ port] only).
16+
17+
- 3f6f6df: fix: align inline baseUrl with IFrame origin
18+
19+
- add trailing-slash handling for WebView baseUrl in inline mode
20+
- propagate origin/playerVars into local HTML
21+
- refine YoutubeView WebView source resolution
22+
23+
- 3f6f6df: docs: update TSDoc for webViewUrl/inline behavior
24+
- Updated dependencies [9ba4156]
25+
- Updated dependencies [a4784e6]
26+
- @react-native-youtube-bridge/core@2.1.3
27+
- @react-native-youtube-bridge/react@2.1.3
28+
329
## 2.1.2
430

531
### Patch Changes

packages/react-native-youtube-bridge/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": "2.1.2",
3+
"version": "2.1.3",
44
"description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/index.d.ts",

packages/react/CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9ba4156]
8+
- Updated dependencies [a4784e6]
9+
- @react-native-youtube-bridge/core@2.1.3
10+
311
## 2.1.2
412

513
### Patch Changes

packages/react/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/react",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "React implementation for react-native-youtube-bridge",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)