From 70558a08f5a024c1687c7558efed7c915d21c28e Mon Sep 17 00:00:00 2001 From: xiaoyuhen Date: Thu, 11 Apr 2019 17:49:33 +0800 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 19 +++++++++++++++++++ example/CHANGELOG.md | 8 ++++++++ example/package.json | 4 ++-- lerna.json | 2 +- packages/griffith-hls/CHANGELOG.md | 16 ++++++++++++++++ packages/griffith-hls/package.json | 2 +- packages/griffith-mp4/CHANGELOG.md | 19 +++++++++++++++++++ packages/griffith-mp4/package.json | 2 +- packages/griffith-standalone/CHANGELOG.md | 8 ++++++++ packages/griffith-standalone/package.json | 4 ++-- packages/griffith/CHANGELOG.md | 11 +++++++++++ packages/griffith/package.json | 6 +++--- 12 files changed, 91 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 729d1b46..da6de15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11) + + +### Bug Fixes + +* cache data ([#61](https://github.com/zhihu/griffith/issues/61)) ([0b5e874](https://github.com/zhihu/griffith/commit/0b5e874)) +* Fix a hls bug when switching quality ([#59](https://github.com/zhihu/griffith/issues/59)) ([4a0e079](https://github.com/zhihu/griffith/commit/4a0e079)) +* remove mseUpdating flag ([#63](https://github.com/zhihu/griffith/issues/63)) ([93867af](https://github.com/zhihu/griffith/commit/93867af)) +* replay case ([#60](https://github.com/zhihu/griffith/issues/60)) ([e2693ad](https://github.com/zhihu/griffith/commit/e2693ad)) + + +### Features + +* adjust video quality ([#65](https://github.com/zhihu/griffith/issues/65)) ([f34077c](https://github.com/zhihu/griffith/commit/f34077c)) + + + + + ## [1.3.1](https://github.com/zhihu/griffith/compare/v1.3.0...v1.3.1) (2019-04-03) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 01ee2243..4419c913 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.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11) + +**Note:** Version bump only for package example + + + + + ## [1.3.1](https://github.com/zhihu/griffith/compare/v1.3.0...v1.3.1) (2019-04-03) diff --git a/example/package.json b/example/package.json index 41de7a60..d1fac13e 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.3.1", + "version": "1.4.0", "private": true, "scripts": { "build": "NODE_ENV=production webpack --env production", @@ -9,7 +9,7 @@ "dependencies": { "@babel/polyfill": "^7.0.0", "@babel/runtime": "^7.1.5", - "griffith": "^1.3.1", + "griffith": "^1.4.0", "query-string": "^6.3.0", "raf": "^3.4.1", "react": "16.4.2", diff --git a/lerna.json b/lerna.json index 4dd78b6e..25c3a787 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.3.1", + "version": "1.4.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-hls/CHANGELOG.md b/packages/griffith-hls/CHANGELOG.md index 0d99dfa1..d6631b4f 100644 --- a/packages/griffith-hls/CHANGELOG.md +++ b/packages/griffith-hls/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11) + + +### Bug Fixes + +* Fix a hls bug when switching quality ([#59](https://github.com/zhihu/griffith/issues/59)) ([4a0e079](https://github.com/zhihu/griffith/commit/4a0e079)) + + +### Features + +* adjust video quality ([#65](https://github.com/zhihu/griffith/issues/65)) ([f34077c](https://github.com/zhihu/griffith/commit/f34077c)) + + + + + ## [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-hls diff --git a/packages/griffith-hls/package.json b/packages/griffith-hls/package.json index 9152eb1f..6dfc2d84 100644 --- a/packages/griffith-hls/package.json +++ b/packages/griffith-hls/package.json @@ -1,6 +1,6 @@ { "name": "griffith-hls", - "version": "1.2.1", + "version": "1.4.0", "description": "griffith hls plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-hls", "license": "MIT", diff --git a/packages/griffith-mp4/CHANGELOG.md b/packages/griffith-mp4/CHANGELOG.md index 752bcfc6..0f7552e0 100644 --- a/packages/griffith-mp4/CHANGELOG.md +++ b/packages/griffith-mp4/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11) + + +### Bug Fixes + +* cache data ([#61](https://github.com/zhihu/griffith/issues/61)) ([0b5e874](https://github.com/zhihu/griffith/commit/0b5e874)) +* Fix a hls bug when switching quality ([#59](https://github.com/zhihu/griffith/issues/59)) ([4a0e079](https://github.com/zhihu/griffith/commit/4a0e079)) +* remove mseUpdating flag ([#63](https://github.com/zhihu/griffith/issues/63)) ([93867af](https://github.com/zhihu/griffith/commit/93867af)) +* replay case ([#60](https://github.com/zhihu/griffith/issues/60)) ([e2693ad](https://github.com/zhihu/griffith/commit/e2693ad)) + + +### Features + +* adjust video quality ([#65](https://github.com/zhihu/griffith/issues/65)) ([f34077c](https://github.com/zhihu/griffith/commit/f34077c)) + + + + + ## [1.3.1](https://github.com/zhihu/griffith/compare/v1.3.0...v1.3.1) (2019-04-03) diff --git a/packages/griffith-mp4/package.json b/packages/griffith-mp4/package.json index 20ff7fbc..2b223368 100644 --- a/packages/griffith-mp4/package.json +++ b/packages/griffith-mp4/package.json @@ -1,6 +1,6 @@ { "name": "griffith-mp4", - "version": "1.3.1", + "version": "1.4.0", "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 7c17400a..366d2487 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.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11) + +**Note:** Version bump only for package griffith-standalone + + + + + ## [1.3.1](https://github.com/zhihu/griffith/compare/v1.3.0...v1.3.1) (2019-04-03) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index d68bf88a..4c321c7e 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.3.1", + "version": "1.4.0", "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.3.1", + "griffith": "^1.4.0", "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 078918e5..cdb3adc0 100644 --- a/packages/griffith/CHANGELOG.md +++ b/packages/griffith/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.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11) + + +### Bug Fixes + +* Fix a hls bug when switching quality ([#59](https://github.com/zhihu/griffith/issues/59)) ([4a0e079](https://github.com/zhihu/griffith/commit/4a0e079)) + + + + + ## [1.3.1](https://github.com/zhihu/griffith/compare/v1.3.0...v1.3.1) (2019-04-03) **Note:** Version bump only for package griffith diff --git a/packages/griffith/package.json b/packages/griffith/package.json index a63c7104..5d9d04bb 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.3.1", + "version": "1.4.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -27,9 +27,9 @@ "aphrodite": "2.3.1", "element-resize-event": "^3.0.3", "eventemitter3": "^3.1.0", - "griffith-hls": "^1.2.1", + "griffith-hls": "^1.4.0", "griffith-message": "^1.2.1", - "griffith-mp4": "^1.3.1", + "griffith-mp4": "^1.4.0", "griffith-utils": "^1.2.1", "isomorphic-bigscreen": "2.0.5", "lodash": "4.17.11",