Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.3 (#7001)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jul 8, 2024
1 parent 3cc460f commit 30ce8b6
Show file tree
Hide file tree
Showing 5 changed files with 16 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.2"
".": "4.10.3"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.10.3](https://github.com/shaka-project/shaka-player/compare/v4.10.2...v4.10.3) (2024-07-08)


### Bug Fixes

* **HLS:** A/V sync regression for HLS live ([#6987](https://github.com/shaka-project/shaka-player/issues/6987)) ([8791368](https://github.com/shaka-project/shaka-player/commit/8791368541cdb48b49913822473ab220d45d0acb))
* **HLS:** Fix parsing of width and height when using media playlist ([#6989](https://github.com/shaka-project/shaka-player/issues/6989)) ([5ce0354](https://github.com/shaka-project/shaka-player/commit/5ce03542efd2fddaef4c1e12957567fff86dbab6))
* Offset text regions that are out of viewport ([#6986](https://github.com/shaka-project/shaka-player/issues/6986)) ([3e20d5e](https://github.com/shaka-project/shaka-player/commit/3e20d5e6c8ec2113c01cab828a43dbe70affa9b2))
* **UI:** Show the ad marker in the seek bar when there are some intersections ([#6990](https://github.com/shaka-project/shaka-player/issues/6990)) ([0dd6435](https://github.com/shaka-project/shaka-player/commit/0dd6435c971583f04970ab8299d4e18bde939a93))
* **Xbox:** Fix screen resolution detection ([#6988](https://github.com/shaka-project/shaka-player/issues/6988)) ([5ea77b1](https://github.com/shaka-project/shaka-player/commit/5ea77b1a5147205f4282498af59d01b870e0d04c))

## [4.10.2](https://github.com/shaka-project/shaka-player/compare/v4.10.1...v4.10.2) (2024-07-04)


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

0 comments on commit 30ce8b6

Please sign in to comment.