chore(release): version packages - #80
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
February 16, 2026 11:12
b475173 to
5435857
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
March 13, 2026 10:35
30ed0b5 to
8589cef
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
March 13, 2026 11:20
8589cef to
7071003
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@react-native-youtube-bridge/core@2.2.0
Minor Changes
#85
65fa568Thanks @saseungmin! - feat: add muteChange event with subscription-based muted state trackingmuteChangeevent for real-time muted state updates.muteChangethrough core/web/webview/react-native bridge layers.muteChangeis subscribed (performance optimization).useYouTubeEvent(player, 'muteChange', false)for muted state.muteChangeusage and tracking behavior.Patch Changes
#81
fd60a82Thanks @saseungmin! - chore: update tsdown dependency#79
4993ebbThanks @saseungmin! - chore: reformat code with oxfmt#83
3cad8a0Thanks @saseungmin! - fix: preserve muted preference when replay starts after video end (#82)When a video is configured with muted=true, pressing the YouTube replay button after ENDED could resume playback with sound.
This patch preserves mute intent across replay by tracking the desired muted state and reapplying mute on ENDED->PLAYING transitions in both inline WebView and core controller paths.
It also synchronizes desired mute state when mute/unmute is explicitly toggled and updates iframe playerVars typing to include mute for consistency across web and native flows.
react-native-youtube-bridge@2.2.0
Minor Changes
#85
65fa568Thanks @saseungmin! - feat: add muteChange event with subscription-based muted state trackingmuteChangeevent for real-time muted state updates.muteChangethrough core/web/webview/react-native bridge layers.muteChangeis subscribed (performance optimization).useYouTubeEvent(player, 'muteChange', false)for muted state.muteChangeusage and tracking behavior.Patch Changes
#79
4993ebbThanks @saseungmin! - chore: reformat code with oxfmt#83
3cad8a0Thanks @saseungmin! - fix: preserve muted preference when replay starts after video end (#82)When a video is configured with muted=true, pressing the YouTube replay button after ENDED could resume playback with sound.
This patch preserves mute intent across replay by tracking the desired muted state and reapplying mute on ENDED->PLAYING transitions in both inline WebView and core controller paths.
It also synchronizes desired mute state when mute/unmute is explicitly toggled and updates iframe playerVars typing to include mute for consistency across web and native flows.
#84
a542bccThanks @saseungmin! - chore(deps): update dependenciesUpdated dependencies [
65fa568,fd60a82,4993ebb,3cad8a0,a542bcc]:@react-native-youtube-bridge/web@2.2.0
Minor Changes
#85
65fa568Thanks @saseungmin! - feat: add muteChange event with subscription-based muted state trackingmuteChangeevent for real-time muted state updates.muteChangethrough core/web/webview/react-native bridge layers.muteChangeis subscribed (performance optimization).useYouTubeEvent(player, 'muteChange', false)for muted state.muteChangeusage and tracking behavior.Patch Changes
#81
fd60a82Thanks @saseungmin! - chore: update dependencies, including React, Vite#79
4993ebbThanks @saseungmin! - chore: reformat code with oxfmt#83
3cad8a0Thanks @saseungmin! - fix: preserve muted preference when replay starts after video end (#82)When a video is configured with muted=true, pressing the YouTube replay button after ENDED could resume playback with sound.
This patch preserves mute intent across replay by tracking the desired muted state and reapplying mute on ENDED->PLAYING transitions in both inline WebView and core controller paths.
It also synchronizes desired mute state when mute/unmute is explicitly toggled and updates iframe playerVars typing to include mute for consistency across web and native flows.
#84
a542bccThanks @saseungmin! - chore(deps): update dependenciesUpdated dependencies [
65fa568,fd60a82,4993ebb,3cad8a0,a542bcc]:@react-native-youtube-bridge/react@2.1.5
Patch Changes
#81
fd60a82Thanks @saseungmin! - chore: update tsdown dependency#79
4993ebbThanks @saseungmin! - chore: reformat code with oxfmt#83
3cad8a0Thanks @saseungmin! - fix: preserve muted preference when replay starts after video end (#82)When a video is configured with muted=true, pressing the YouTube replay button after ENDED could resume playback with sound.
This patch preserves mute intent across replay by tracking the desired muted state and reapplying mute on ENDED->PLAYING transitions in both inline WebView and core controller paths.
It also synchronizes desired mute state when mute/unmute is explicitly toggled and updates iframe playerVars typing to include mute for consistency across web and native flows.
#84
a542bccThanks @saseungmin! - chore(deps): update dependenciesUpdated dependencies [
65fa568,fd60a82,4993ebb,3cad8a0]: