Skip to content

Commit

Permalink
chore(v4.8.x): release 4.8.7 (#6682)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored May 28, 2024
1 parent 5fa9b4a commit 3bde51d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.8.6"
".": "4.8.7"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.8.7](https://github.com/shaka-project/shaka-player/compare/v4.8.6...v4.8.7) (2024-05-28)


### Bug Fixes

* Add timeout to fullyLoaded in src= ([#6676](https://github.com/shaka-project/shaka-player/issues/6676)) ([5fa9b4a](https://github.com/shaka-project/shaka-player/commit/5fa9b4ab2fb3a5ff44637c5fd78aa38d887092c4))
* **Cast:** Incorrect detection of MediaCapabilities on Chromecast ([#6656](https://github.com/shaka-project/shaka-player/issues/6656)) ([87eb506](https://github.com/shaka-project/shaka-player/commit/87eb506fd7bf19c069d1298ada7f464f583bdae6))
* Fix MCap checking when using src= ([#6675](https://github.com/shaka-project/shaka-player/issues/6675)) ([5ad91dc](https://github.com/shaka-project/shaka-player/commit/5ad91dc9e746b53e7045a3d49448684a7be9b443))
* **HLS:** Fix HLS load when using #EXT-X-I-FRAME-STREAM-INF without resolution ([#6680](https://github.com/shaka-project/shaka-player/issues/6680)) ([4354266](https://github.com/shaka-project/shaka-player/commit/4354266156286cda5ecfce4d21b737b2d6f8d804))
* **UI:** Fix dragging the seek bar seeks and pans the view in VR mode ([#6677](https://github.com/shaka-project/shaka-player/issues/6677)) ([389a250](https://github.com/shaka-project/shaka-player/commit/389a250c4c13b238bebdd3d84372ac18f9ef701d))
* **UI:** Fix unhandled error when playing VR ([#6679](https://github.com/shaka-project/shaka-player/issues/6679)) ([9440ef6](https://github.com/shaka-project/shaka-player/commit/9440ef6cb1280487eebc93196731bea19d415870))

## [4.8.6](https://github.com/shaka-project/shaka-player/compare/v4.8.5...v4.8.6) (2024-05-27)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -7234,7 +7234,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.8.6' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.8.7' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.8.6",
"version": "4.8.7",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 3bde51d

Please sign in to comment.