Skip to content

Commit

Permalink
chore(v3.1.x): release 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2022
1 parent 90fa6a7 commit 4be3e41
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [3.1.8](https://github.com/shaka-project/shaka-player/compare/v3.1.7...v3.1.8) (2022-04-26)


### Bug Fixes

* Add missing module export in generated typescript defs ([#4163](https://github.com/shaka-project/shaka-player/issues/4163)) ([90fa6a7](https://github.com/shaka-project/shaka-player/commit/90fa6a70b534deb31e128331d95ddccab414f385))
* **css:** Fix missing % in calculation ([#4157](https://github.com/shaka-project/shaka-player/issues/4157)) ([875437e](https://github.com/shaka-project/shaka-player/commit/875437efea3bd62197e084f4da15ccb4d5544d09))
* **css:** Fix missing calc() statements ([#4156](https://github.com/shaka-project/shaka-player/issues/4156)) ([780ef31](https://github.com/shaka-project/shaka-player/commit/780ef31dcebadff3f193a555d46e6ae434785fb7)), closes [#4155](https://github.com/shaka-project/shaka-player/issues/4155)

### [3.1.7](https://github.com/shaka-project/shaka-player/compare/v3.1.6...v3.1.7) (2022-04-21)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6132,7 +6132,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.1.7-uncompiled';
shaka.Player.version = 'v3.1.8-uncompiled';

// 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": "3.1.7",
"version": "3.1.8",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 4be3e41

Please sign in to comment.