From a392a72f47c81035f2164196e8a0e4f975a9241d Mon Sep 17 00:00:00 2001 From: xiaoyuhen Date: Tue, 23 Apr 2019 21:59:51 +0800 Subject: [PATCH] v1.4.4 --- CHANGELOG.md | 11 +++++++++++ example/CHANGELOG.md | 8 ++++++++ example/package.json | 4 ++-- lerna.json | 2 +- packages/griffith-hls/CHANGELOG.md | 8 ++++++++ packages/griffith-hls/package.json | 2 +- packages/griffith-message/CHANGELOG.md | 8 ++++++++ packages/griffith-message/package.json | 2 +- packages/griffith-mp4/CHANGELOG.md | 11 +++++++++++ packages/griffith-mp4/package.json | 2 +- packages/griffith-standalone/CHANGELOG.md | 8 ++++++++ packages/griffith-standalone/package.json | 4 ++-- packages/griffith-utils/CHANGELOG.md | 8 ++++++++ packages/griffith-utils/package.json | 2 +- packages/griffith/CHANGELOG.md | 8 ++++++++ packages/griffith/package.json | 10 +++++----- 16 files changed, 84 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eaf4523..6340dc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4](https://github.com/zhihu/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + + +### Bug Fixes + +* make a fake GOP when video dont have B/P frame ([#85](https://github.com/zhihu/griffith/issues/85)) ([116c19a](https://github.com/zhihu/griffith/commit/116c19a)) + + + + + ## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 1eac8055..871370ed 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -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.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + +**Note:** Version bump only for package example + + + + + ## [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 diff --git a/example/package.json b/example/package.json index 0db16b31..c3cc70e7 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.4.3", + "version": "1.4.4", "private": true, "scripts": { "build": "NODE_ENV=production webpack --env production", @@ -9,7 +9,7 @@ "dependencies": { "@babel/polyfill": "^7.0.0", "@hot-loader/react-dom": "^16.8.6", - "griffith": "^1.4.3", + "griffith": "^1.4.4", "query-string": "^6.3.0", "raf": "^3.4.1", "react": "16.4.2", diff --git a/lerna.json b/lerna.json index 75a8a956..20e84082 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.4.3", + "version": "1.4.4", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-hls/CHANGELOG.md b/packages/griffith-hls/CHANGELOG.md index 58987029..fef47e20 100644 --- a/packages/griffith-hls/CHANGELOG.md +++ b/packages/griffith-hls/CHANGELOG.md @@ -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.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + +**Note:** Version bump only for package griffith-hls + + + + + ## [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 diff --git a/packages/griffith-hls/package.json b/packages/griffith-hls/package.json index 05150776..85e64f8f 100644 --- a/packages/griffith-hls/package.json +++ b/packages/griffith-hls/package.json @@ -1,6 +1,6 @@ { "name": "griffith-hls", - "version": "1.4.3", + "version": "1.4.4", "description": "griffith hls plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-hls", "license": "MIT", diff --git a/packages/griffith-message/CHANGELOG.md b/packages/griffith-message/CHANGELOG.md index ad0304cd..4a030be3 100644 --- a/packages/griffith-message/CHANGELOG.md +++ b/packages/griffith-message/CHANGELOG.md @@ -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.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + +**Note:** Version bump only for package griffith-message + + + + + ## [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 diff --git a/packages/griffith-message/package.json b/packages/griffith-message/package.json index a5decf59..fe691c45 100644 --- a/packages/griffith-message/package.json +++ b/packages/griffith-message/package.json @@ -1,6 +1,6 @@ { "name": "griffith-message", - "version": "1.4.3", + "version": "1.4.4", "description": "griffith message plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-message", "license": "MIT", diff --git a/packages/griffith-mp4/CHANGELOG.md b/packages/griffith-mp4/CHANGELOG.md index 20bdd57b..6602c93a 100644 --- a/packages/griffith-mp4/CHANGELOG.md +++ b/packages/griffith-mp4/CHANGELOG.md @@ -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.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + + +### Bug Fixes + +* make a fake GOP when video dont have B/P frame ([#85](https://github.com/xiaoyuhen/griffith/issues/85)) ([116c19a](https://github.com/xiaoyuhen/griffith/commit/116c19a)) + + + + + ## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19) diff --git a/packages/griffith-mp4/package.json b/packages/griffith-mp4/package.json index 526788dc..1a8f961d 100644 --- a/packages/griffith-mp4/package.json +++ b/packages/griffith-mp4/package.json @@ -1,6 +1,6 @@ { "name": "griffith-mp4", - "version": "1.4.3", + "version": "1.4.4", "description": "griffith mp4 plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4", "license": "MIT", diff --git a/packages/griffith-standalone/CHANGELOG.md b/packages/griffith-standalone/CHANGELOG.md index 9d5b7bb9..c6ecb5b8 100644 --- a/packages/griffith-standalone/CHANGELOG.md +++ b/packages/griffith-standalone/CHANGELOG.md @@ -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.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + +**Note:** Version bump only for package griffith-standalone + + + + + ## [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 diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index ff7df3d4..354e2ea7 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.4.3", + "version": "1.4.4", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone", "license": "MIT", @@ -14,7 +14,7 @@ "build": "webpack -p" }, "devDependencies": { - "griffith": "^1.4.3", + "griffith": "^1.4.4", "react": "16.4.2", "react-dom": "16.4.2", "webpack": "^4.29.6", diff --git a/packages/griffith-utils/CHANGELOG.md b/packages/griffith-utils/CHANGELOG.md index 7bc68eff..78b79246 100644 --- a/packages/griffith-utils/CHANGELOG.md +++ b/packages/griffith-utils/CHANGELOG.md @@ -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.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + +**Note:** Version bump only for package griffith-utils + + + + + ## [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 diff --git a/packages/griffith-utils/package.json b/packages/griffith-utils/package.json index e2e0aee9..fd8e2a7c 100644 --- a/packages/griffith-utils/package.json +++ b/packages/griffith-utils/package.json @@ -1,6 +1,6 @@ { "name": "griffith-utils", - "version": "1.4.3", + "version": "1.4.4", "description": "griffith utils", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-utils", "license": "MIT", diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index 8668ccd3..b43325f2 100644 --- a/packages/griffith/CHANGELOG.md +++ b/packages/griffith/CHANGELOG.md @@ -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.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) + +**Note:** Version bump only for package griffith + + + + + ## [1.4.3](https://github.com/zhihu/griffith/compare/v1.4.2...v1.4.3) (2019-04-19) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index e2767f64..bb854a4c 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.4.3", + "version": "1.4.4", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -26,10 +26,10 @@ "aphrodite": "2.3.1", "element-resize-event": "^3.0.3", "eventemitter3": "^3.1.0", - "griffith-hls": "^1.4.3", - "griffith-message": "^1.4.3", - "griffith-mp4": "^1.4.3", - "griffith-utils": "^1.4.3", + "griffith-hls": "^1.4.4", + "griffith-message": "^1.4.4", + "griffith-mp4": "^1.4.4", + "griffith-utils": "^1.4.4", "isomorphic-bigscreen": "2.0.5", "lodash": "4.17.11", "prop-types": "^15.7.2",