Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.26 (#7251)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Sep 4, 2024
1 parent 26dfcaa commit bd9ccb1
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.9.25"
".": "4.9.26"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [4.9.26](https://github.com/shaka-project/shaka-player/compare/v4.9.25...v4.9.26) (2024-09-04)


### Bug Fixes

* Fix type passed to isTypeSupported in some cases ([#7233](https://github.com/shaka-project/shaka-player/issues/7233)) ([9a726b7](https://github.com/shaka-project/shaka-player/commit/9a726b73528e92ec3ae066105870f739855c6039))
* **UI:** Fix font-family override in UITextDisplayer ([#7249](https://github.com/shaka-project/shaka-player/issues/7249)) ([26dfcaa](https://github.com/shaka-project/shaka-player/commit/26dfcaa5ed565762f8d326a82ccdcec398c10ae0))
* **UI:** Remove not loaded font ([#7242](https://github.com/shaka-project/shaka-player/issues/7242)) ([4e6d144](https://github.com/shaka-project/shaka-player/commit/4e6d1447d390861a198b00eff595cd116e6d901e))

## [4.9.25](https://github.com/shaka-project/shaka-player/compare/v4.9.24...v4.9.25) (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 @@ -7518,7 +7518,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.9.25' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.9.26' + '-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.9.25",
"version": "4.9.26",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit bd9ccb1

Please sign in to comment.