Skip to content

Commit

Permalink
chore(v4.7.x): release 4.7.7 (#6151)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Jan 24, 2024
1 parent 9515f89 commit 695ff8b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [4.7.7](https://github.com/shaka-project/shaka-player/compare/v4.7.6...v4.7.7) (2024-01-24)


### Bug Fixes

* add missing properties to PlayButton type ([#6130](https://github.com/shaka-project/shaka-player/issues/6130)) ([dcea386](https://github.com/shaka-project/shaka-player/commit/dcea3865e9db5399c6acab3449b62b8e4b38f945))
* Allow by default variants without pssh in the manifest ([#6144](https://github.com/shaka-project/shaka-player/issues/6144)) ([dad7669](https://github.com/shaka-project/shaka-player/commit/dad766907ff99da29e5e496a05907dc28a319863))
* Fix detection of spatial rendering support in Cast ([#6138](https://github.com/shaka-project/shaka-player/issues/6138)) ([272751c](https://github.com/shaka-project/shaka-player/commit/272751c52200b46e8545df1f1289e5b40655a550))
* Fix nalu parsing in TS ([#6137](https://github.com/shaka-project/shaka-player/issues/6137)) ([ec5882f](https://github.com/shaka-project/shaka-player/commit/ec5882fcc319b16193418b3a2831dfdd42aba732))
* **offline:** Fix store persistent licenses with drm info in the pssh ([#6143](https://github.com/shaka-project/shaka-player/issues/6143)) ([5dc441d](https://github.com/shaka-project/shaka-player/commit/5dc441d5092fb4f53356d433815ccdd882186041))

## [4.7.6](https://github.com/shaka-project/shaka-player/compare/v4.7.5...v4.7.6) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6924,7 +6924,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.7.6' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.7.7' + '-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
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.7.6",
"version": "4.7.7",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 695ff8b

Please sign in to comment.