Skip to content

Commit 77f1757

Browse files
chore(release): version packages
1 parent a4784e6 commit 77f1757

File tree

10 files changed

+56
-23
lines changed

10 files changed

+56
-23
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.

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @react-native-youtube-bridge/core
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+
- a4784e6: chore: update TSDoc for `playerVars.origin` prop
18+
319
## 2.1.2
420

521
### 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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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+
- Updated dependencies [9ba4156]
18+
- Updated dependencies [a4784e6]
19+
- @react-native-youtube-bridge/core@2.1.3
20+
- @react-native-youtube-bridge/react@2.1.3
21+
322
## 2.1.2
423

524
### 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",

packages/web/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @react-native-youtube-bridge/web
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+
- @react-native-youtube-bridge/react@2.1.3
11+
312
## 2.1.2
413

514
### Patch Changes

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

0 commit comments

Comments
 (0)