Skip to content

Commit a8ae733

Browse files
authored
chore(v4.15.x): release 4.15.53 (#10374)
1 parent 78eeb49 commit a8ae733

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.15.52"
2+
".": "4.15.53"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.15.53](https://github.com/shaka-project/shaka-player/compare/v4.15.52...v4.15.53) (2026-07-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **preload:** Restore adaptation on reused Player with preloaded variant ([#10151](https://github.com/shaka-project/shaka-player/issues/10151)) ([78eeb49](https://github.com/shaka-project/shaka-player/commit/78eeb49836932b7b6197e158cfa5eefb66bc65f5))
9+
310
## [4.15.52](https://github.com/shaka-project/shaka-player/compare/v4.15.51...v4.15.52) (2026-07-14)
411

512

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9475,7 +9475,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
94759475
* @export
94769476
*/
94779477
// eslint-disable-next-line no-useless-concat
9478-
shaka.Player.version = 'v4.15.52' + '-uncompiled'; // x-release-please-version
9478+
shaka.Player.version = 'v4.15.53' + '-uncompiled'; // x-release-please-version
94799479

94809480
// Initialize the deprecation system using the version string we just set
94819481
// on the player.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "4.15.52",
4+
"version": "4.15.53",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)