Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.15 (#7275)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Sep 9, 2024
1 parent a204963 commit 332992e
Show file tree
Hide file tree
Showing 5 changed files with 15 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.14"
".": "4.10.15"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.10.15](https://github.com/shaka-project/shaka-player/compare/v4.10.14...v4.10.15) (2024-09-09)


### Bug Fixes

* Fix rendering of image subs when using SimpleTextDisplayer ([#7258](https://github.com/shaka-project/shaka-player/issues/7258)) ([618eace](https://github.com/shaka-project/shaka-player/commit/618eace9e655595910a969287f0e95d49e21df00))
* **TTML:** Fix subtitles not rendered due to complaint about xml:id ([#7270](https://github.com/shaka-project/shaka-player/issues/7270)) ([a89a2aa](https://github.com/shaka-project/shaka-player/commit/a89a2aad3fd62814ea82cc3d29d732fbe0401f34))
* **UI:** Display the font-family correctly in some cases ([#7266](https://github.com/shaka-project/shaka-player/issues/7266)) ([1509c6d](https://github.com/shaka-project/shaka-player/commit/1509c6d617aa02f3baf656ce39fb61d6ce8ab459))
* **WebVTT:** Fix mapNativeCueToShakaCue in Chromium browsers ([#7273](https://github.com/shaka-project/shaka-player/issues/7273)) ([a204963](https://github.com/shaka-project/shaka-player/commit/a2049638915a6d741ce4211b06ca0495eff9a9ed))

## [4.10.14](https://github.com/shaka-project/shaka-player/compare/v4.10.13...v4.10.14) (2024-09-04)


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

0 comments on commit 332992e

Please sign in to comment.