Skip to content

Commit

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

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


### Bug Fixes

* Fix type passed to isTypeSupported in some cases ([#7233](https://github.com/shaka-project/shaka-player/issues/7233)) ([b7d1466](https://github.com/shaka-project/shaka-player/commit/b7d1466bfaaa68615d72da21145868adc932bc53))
* **UI:** Fix font-family override in UITextDisplayer ([#7249](https://github.com/shaka-project/shaka-player/issues/7249)) ([5663a20](https://github.com/shaka-project/shaka-player/commit/5663a205df801137b2d4ed26795edfdee5ab21de))
* **UI:** Remove not loaded font ([#7242](https://github.com/shaka-project/shaka-player/issues/7242)) ([19d3a78](https://github.com/shaka-project/shaka-player/commit/19d3a7897f73ecd16bac63c85aa50812f8466cff))

## [4.10.13](https://github.com/shaka-project/shaka-player/compare/v4.10.12...v4.10.13) (2024-08-30)


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.13' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.10.14' + '-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.13",
"version": "4.10.14",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit ababd2e

Please sign in to comment.