Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.19 (#7362)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Sep 24, 2024
1 parent 2936dea commit d55661d
Show file tree
Hide file tree
Showing 5 changed files with 18 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.10.18"
".": "4.10.19"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.10.19](https://github.com/shaka-project/shaka-player/compare/v4.10.18...v4.10.19) (2024-09-24)


### Bug Fixes

* Active track state on variantchanged and adaptation events ([#7350](https://github.com/shaka-project/shaka-player/issues/7350)) ([a2c4077](https://github.com/shaka-project/shaka-player/commit/a2c4077db34267cac91c4b7d59ed1417e765c22d))
* Avoid notify buffered changes when segment appended is text ([#7353](https://github.com/shaka-project/shaka-player/issues/7353)) ([2936dea](https://github.com/shaka-project/shaka-player/commit/2936dea71105769bfd3db5270d483c9c36274c50))
* **dash:** live to vod transition seek start ([#7347](https://github.com/shaka-project/shaka-player/issues/7347)) ([d8ce683](https://github.com/shaka-project/shaka-player/commit/d8ce6839f6b2c7309c1aa9192934957fad8ec03d))
* Disable Encryption Scheme Polyfil On Some Devices ([#7355](https://github.com/shaka-project/shaka-player/issues/7355)) ([05b84d0](https://github.com/shaka-project/shaka-player/commit/05b84d0adc461b3333cf4590cd257cba8049d86f))
* Do not recognize Sky Q as Apple device ([#7357](https://github.com/shaka-project/shaka-player/issues/7357)) ([f0903a6](https://github.com/shaka-project/shaka-player/commit/f0903a6d38e0b95d09f4d380ec605470950bd199))
* **HLS:** Allow sync live streams without PROGRAM-DATE-TIME ([#7340](https://github.com/shaka-project/shaka-player/issues/7340)) ([3918849](https://github.com/shaka-project/shaka-player/commit/391884937b024c879f3e9d03315d4b9bf328c561))
* **UI:** Fix missing tracks in resolution selector ([#7352](https://github.com/shaka-project/shaka-player/issues/7352)) ([d3066e3](https://github.com/shaka-project/shaka-player/commit/d3066e31e16363764eb6f5730bfa3fc2ea6b8816))

## [4.10.18](https://github.com/shaka-project/shaka-player/compare/v4.10.17...v4.10.18) (2024-09-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -7859,7 +7859,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.10.18' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.10.19' + '-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.10.18",
"version": "4.10.19",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit d55661d

Please sign in to comment.