Skip to content

Commit 56d8d68

Browse files
chore(release): version packages (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3645311 commit 56d8d68

File tree

10 files changed

+39
-18
lines changed

10 files changed

+39
-18
lines changed

.changeset/flat-showers-tease.md

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

.changeset/quick-needles-stay.md

Lines changed: 0 additions & 9 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.2
4+
5+
### Patch Changes
6+
7+
- 3645311: feat: export `MATCH_URL_YOUTUBE` regex constant
8+
39
## 2.1.1
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.1",
3+
"version": "2.1.2",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# react-native-youtube-bridge
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 3645311: fix: prevent YouTube website from loading inside video player
8+
9+
- YouTube logo clicks now open in external browser instead of WebView
10+
- Add default `onShouldStartLoadWithRequest` handler to intercept navigation
11+
- Maintain embed video playback while redirecting external YouTube links
12+
13+
- Updated dependencies [3645311]
14+
- @react-native-youtube-bridge/core@2.1.2
15+
- @react-native-youtube-bridge/react@2.1.2
16+
317
## 2.1.1
418

519
### 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.1",
3+
"version": "2.1.2",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @react-native-youtube-bridge/react
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3645311]
8+
- @react-native-youtube-bridge/core@2.1.2
9+
310
## 2.1.1
411

512
### 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.1",
3+
"version": "2.1.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @react-native-youtube-bridge/web
22

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

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

0 commit comments

Comments
 (0)