Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuhen committed Apr 19, 2019
1 parent 1aaf240 commit 8de6b4a
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)


### Bug Fixes

* don't use MSE If the video don't have a video track ([#78](https://github.com/zhihu/griffith/issues/78)) ([0261ddb](https://github.com/zhihu/griffith/commit/0261ddb))
* dont show Controller component when first frame is not ready ([#74](https://github.com/zhihu/griffith/issues/74)) ([5f3c621](https://github.com/zhihu/griffith/commit/5f3c621))
* end of stream when last GOP is played ([#83](https://github.com/zhihu/griffith/issues/83)) ([1aaf240](https://github.com/zhihu/griffith/commit/1aaf240))
* exceeding the buffering quota ([#75](https://github.com/zhihu/griffith/issues/75)) ([01134f1](https://github.com/zhihu/griffith/commit/01134f1))





## [1.4.2](https://github.com/zhihu/griffith/compare/v1.4.1...v1.4.2) (2019-04-17)


Expand Down
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)

**Note:** Version bump only for package example





## [1.4.2](https://github.com/zhihu/griffith/compare/v1.4.1...v1.4.2) (2019-04-17)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --env production",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@hot-loader/react-dom": "^16.8.6",
"griffith": "^1.4.2",
"griffith": "^1.4.3",
"query-string": "^6.3.0",
"raf": "^3.4.1",
"react": "16.4.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.4.2",
"version": "1.4.3",
"conventionalCommits": true,
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-hls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)

**Note:** Version bump only for package griffith-hls





# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-hls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-hls",
"version": "1.4.0",
"version": "1.4.3",
"description": "griffith hls plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-hls",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-message/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)

**Note:** Version bump only for package griffith-message





## [1.2.1](https://github.com/xiaoyuhen/griffith/compare/v1.2.0...v1.2.1) (2019-03-27)

**Note:** Version bump only for package griffith-message
Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-message",
"version": "1.2.1",
"version": "1.4.3",
"description": "griffith message plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-message",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/griffith-mp4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)


### Bug Fixes

* don't use MSE If the video don't have a video track ([#78](https://github.com/zhihu/griffith/issues/78)) ([0261ddb](https://github.com/zhihu/griffith/commit/0261ddb))
* end of stream when last GOP is played ([#83](https://github.com/zhihu/griffith/issues/83)) ([1aaf240](https://github.com/zhihu/griffith/commit/1aaf240))
* exceeding the buffering quota ([#75](https://github.com/zhihu/griffith/issues/75)) ([01134f1](https://github.com/zhihu/griffith/commit/01134f1))





## [1.4.2](https://github.com/zhihu/griffith/compare/v1.4.1...v1.4.2) (2019-04-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-mp4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-mp4",
"version": "1.4.2",
"version": "1.4.3",
"description": "griffith mp4 plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)

**Note:** Version bump only for package griffith-standalone





## [1.4.2](https://github.com/zhihu/griffith/compare/v1.4.1...v1.4.2) (2019-04-17)

**Note:** Version bump only for package griffith-standalone
Expand Down
4 changes: 2 additions & 2 deletions packages/griffith-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-standalone",
"version": "1.4.2",
"version": "1.4.3",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"build": "webpack -p"
},
"devDependencies": {
"griffith": "^1.4.2",
"griffith": "^1.4.3",
"react": "16.4.2",
"react-dom": "16.4.2",
"webpack": "^4.29.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)

**Note:** Version bump only for package griffith-utils





## [1.2.1](https://github.com/xiaoyuhen/griffith/compare/v1.2.0...v1.2.1) (2019-03-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-utils",
"version": "1.2.1",
"version": "1.4.3",
"description": "griffith utils",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-utils",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/griffith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19)


### Bug Fixes

* dont show Controller component when first frame is not ready ([#74](https://github.com/zhihu/griffith/issues/74)) ([5f3c621](https://github.com/zhihu/griffith/commit/5f3c621))





## [1.4.2](https://github.com/zhihu/griffith/compare/v1.4.1...v1.4.2) (2019-04-17)

**Note:** Version bump only for package griffith
Expand Down
10 changes: 5 additions & 5 deletions packages/griffith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith",
"version": "1.4.2",
"version": "1.4.3",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith",
"license": "MIT",
Expand All @@ -26,10 +26,10 @@
"aphrodite": "2.3.1",
"element-resize-event": "^3.0.3",
"eventemitter3": "^3.1.0",
"griffith-hls": "^1.4.0",
"griffith-message": "^1.2.1",
"griffith-mp4": "^1.4.2",
"griffith-utils": "^1.2.1",
"griffith-hls": "^1.4.3",
"griffith-message": "^1.4.3",
"griffith-mp4": "^1.4.3",
"griffith-utils": "^1.4.3",
"isomorphic-bigscreen": "2.0.5",
"lodash": "4.17.11",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 8de6b4a

Please sign in to comment.