Skip to content

Commit

Permalink
chore(release): 0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed May 27, 2018
1 parent 7b24dae commit 6eca939
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.27.3"></a>
## [0.27.3](https://github.com/kaltura/kaltura-player-js/compare/v0.27.2...v0.27.3) (2018-05-27)


### Bug Fixes

* **FEC-8261:** OTT Poster is now an object - we tried to load [Object Object] url ([#127](https://github.com/kaltura/kaltura-player-js/issues/127)) ([64851b2](https://github.com/kaltura/kaltura-player-js/commit/64851b2))



<a name="0.27.2"></a>
## [0.27.2](https://github.com/kaltura/kaltura-player-js/compare/v0.27.1...v0.27.2) (2018-05-26)

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaltura-player-js",
"version": "0.27.2",
"version": "0.27.3",
"main": "dist/kaltura-player.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down Expand Up @@ -89,8 +89,7 @@
"playkit-js-ott-analytics": "https://github.com/kaltura/playkit-js-ott-analytics.git#v0.1.2",
"playkit-js-providers": "https://github.com/kaltura/playkit-js-providers.git#v2.3.2",
"playkit-js-ui": "https://github.com/kaltura/playkit-js-ui.git#v0.23.3",
"shaka-player": "https://github.com/kaltura/shaka-player.git#v2.3.3-k-3",
"undefined": "^0.1.0"
"shaka-player": "https://github.com/kaltura/shaka-player.git#v2.3.3-k-3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6075,10 +6075,6 @@ ultron@1.0.x:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"

undefined@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/undefined/-/undefined-0.1.0.tgz#9b706a4b32ad30c20ca4fe65ddcbbbdac32bded0"

uniq@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
Expand Down

0 comments on commit 6eca939

Please sign in to comment.