From ed590ca8aa0a5dfa3d322714cc4fa56cca02bdc5 Mon Sep 17 00:00:00 2001 From: xiaoyuhen Date: Sun, 28 Apr 2019 11:38:58 +0800 Subject: [PATCH] v1.4.5 --- CHANGELOG.md | 11 +++++++++++ example/CHANGELOG.md | 8 ++++++++ example/package.json | 4 ++-- lerna.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/CHANGELOG.md | 8 ++++++++ packages/griffith/package.json | 4 ++-- 10 files changed, 54 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6340dc12..eb3a65e2 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.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28) + + +### Bug Fixes + +* cannot read property start of undefined ([#86](https://github.com/zhihu/griffith/issues/86)) ([9e2740a](https://github.com/zhihu/griffith/commit/9e2740a)) + + + + + ## [1.4.4](https://github.com/zhihu/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 871370ed..18bd406b 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.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28) + +**Note:** Version bump only for package example + + + + + ## [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 diff --git a/example/package.json b/example/package.json index c3cc70e7..2fdf2dcf 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.4.4", + "version": "1.4.5", "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.4", + "griffith": "^1.4.5", "query-string": "^6.3.0", "raf": "^3.4.1", "react": "16.4.2", diff --git a/lerna.json b/lerna.json index 20e84082..5c7402e3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.4.4", + "version": "1.4.5", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-mp4/CHANGELOG.md b/packages/griffith-mp4/CHANGELOG.md index 6602c93a..40620e1b 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.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28) + + +### Bug Fixes + +* cannot read property start of undefined ([#86](https://github.com/zhihu/griffith/issues/86)) ([9e2740a](https://github.com/zhihu/griffith/commit/9e2740a)) + + + + + ## [1.4.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23) diff --git a/packages/griffith-mp4/package.json b/packages/griffith-mp4/package.json index 1a8f961d..344e67ad 100644 --- a/packages/griffith-mp4/package.json +++ b/packages/griffith-mp4/package.json @@ -1,6 +1,6 @@ { "name": "griffith-mp4", - "version": "1.4.4", + "version": "1.4.5", "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 c6ecb5b8..bc04fcc2 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.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28) + +**Note:** Version bump only for package griffith-standalone + + + + + ## [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 diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index 4fd28211..3bd45f9d 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.4.4", + "version": "1.4.5", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone", "license": "MIT", @@ -15,7 +15,7 @@ }, "devDependencies": { "babel-loader": "^8.0.5", - "griffith": "^1.4.4", + "griffith": "^1.4.5", "react": "16.4.2", "react-dom": "16.4.2", "webpack": "^4.29.6", diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index b43325f2..f374c99a 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.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28) + +**Note:** Version bump only for package griffith + + + + + ## [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 diff --git a/packages/griffith/package.json b/packages/griffith/package.json index bb854a4c..b10f3be5 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.4.4", + "version": "1.4.5", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -28,7 +28,7 @@ "eventemitter3": "^3.1.0", "griffith-hls": "^1.4.4", "griffith-message": "^1.4.4", - "griffith-mp4": "^1.4.4", + "griffith-mp4": "^1.4.5", "griffith-utils": "^1.4.4", "isomorphic-bigscreen": "2.0.5", "lodash": "4.17.11",