Skip to content

Commit

Permalink
chore: publish version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Jul 29, 2020
1 parent 4ee56b7 commit 302fed9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [2.0.4](https://github.com/kaltura/playkit-js-qna/compare/v2.0.3...v2.0.4) (2020-07-29)

### [2.0.3](https://github.com/kaltura/playkit-js-qna/compare/v2.0.2...v2.0.3) (2020-07-01)

### [2.0.2](https://github.com/kaltura/playkit-js-qna/compare/v2.0.1...v2.0.2) (2020-07-01)
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/qna-plugin",
"version": "2.0.3",
"version": "2.0.4",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/kaltura/playkit-js-qna/issues"
Expand Down Expand Up @@ -74,11 +74,11 @@
},
"dependencies": {
"@playkit-js-contrib/cli": "1.1.0",
"@playkit-js-contrib/common": "^4.0.2",
"@playkit-js-contrib/common": "^4.1.2",
"@playkit-js-contrib/linkify": "^4.0.0",
"@playkit-js-contrib/plugin": "^4.1.1",
"@playkit-js-contrib/push-notifications": "^4.0.2",
"@playkit-js-contrib/ui": "^4.1.1",
"@playkit-js-contrib/plugin": "^4.1.2",
"@playkit-js-contrib/push-notifications": "^4.1.2",
"@playkit-js-contrib/ui": "^4.1.2",
"classnames": "^2.2.6",
"kaltura-typescript-client": "file:libs/kaltura-typescript-client-7.0.0-v20190324-101134.tgz"
},
Expand Down
2 changes: 1 addition & 1 deletion qa-stanalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>Kaltura QNA - Player V7 [ <span id="latest-id"></span> ]</h1>
<script type="text/javascript" src="assets/jsonform.js"></script>

<script type="text/javascript">
var version = "2.0.3";
var version = "2.0.4";

// schema documentation:
// https://github.com/jsonform/jsonform/wiki#previous
Expand Down
2 changes: 1 addition & 1 deletion qa-stanalone/playkit-js-qna.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion qa-stanalone/playkit-js-qna.js.map

Large diffs are not rendered by default.

0 comments on commit 302fed9

Please sign in to comment.