diff --git a/CHANGELOG.md b/CHANGELOG.md index 2262a0e2..8636e7c9 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.2.1](https://github.com/zhihu/griffith/compare/v1.2.0...v1.2.1) (2019-03-27) + + +### Bug Fixes + +* **griffith-utils:** rename `mergeFunctions` to `sequence` ([#41](https://github.com/zhihu/griffith/issues/41)) ([fbcd09e](https://github.com/zhihu/griffith/commit/fbcd09e)) + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index dcca2440..0374e654 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.2.1](https://github.com/xiaoyuhen/griffith/compare/v1.2.0...v1.2.1) (2019-03-27) + +**Note:** Version bump only for package example + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index 046a75f4..2e359fd5 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.2.0", + "version": "1.2.1", "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.2.0", + "griffith": "^1.2.1", "query-string": "^6.3.0", "raf": "^3.4.1", "react": "16.4.2", diff --git a/lerna.json b/lerna.json index 07d49628..b2170dc5 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.2.0", + "version": "1.2.1", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-hls/CHANGELOG.md b/packages/griffith-hls/CHANGELOG.md index 718adf33..0d99dfa1 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.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 + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) **Note:** Version bump only for package griffith-hls diff --git a/packages/griffith-hls/package.json b/packages/griffith-hls/package.json index a844de62..9152eb1f 100644 --- a/packages/griffith-hls/package.json +++ b/packages/griffith-hls/package.json @@ -1,6 +1,6 @@ { "name": "griffith-hls", - "version": "1.2.0", + "version": "1.2.1", "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 9f09689d..e561927e 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.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 + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) diff --git a/packages/griffith-message/package.json b/packages/griffith-message/package.json index 6ca41d32..78828cf2 100644 --- a/packages/griffith-message/package.json +++ b/packages/griffith-message/package.json @@ -1,6 +1,6 @@ { "name": "griffith-message", - "version": "1.2.0", + "version": "1.2.1", "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 9aef67af..348bc32c 100644 --- a/packages/griffith-mp4/CHANGELOG.md +++ b/packages/griffith-mp4/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.2.1](https://github.com/xiaoyuhen/griffith/compare/v1.2.0...v1.2.1) (2019-03-27) + +**Note:** Version bump only for package griffith-mp4 + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) **Note:** Version bump only for package griffith-mp4 diff --git a/packages/griffith-mp4/package.json b/packages/griffith-mp4/package.json index 2fa92b17..681da33e 100644 --- a/packages/griffith-mp4/package.json +++ b/packages/griffith-mp4/package.json @@ -1,6 +1,6 @@ { "name": "griffith-mp4", - "version": "1.2.0", + "version": "1.2.1", "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 e8594df1..eebc6ec9 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.2.1](https://github.com/xiaoyuhen/griffith/compare/v1.2.0...v1.2.1) (2019-03-27) + +**Note:** Version bump only for package griffith-standalone + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index e4a3a362..a5102c96 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.2.0", + "version": "1.2.1", "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.2.0", + "griffith": "^1.2.1", "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 0e319ec3..e0c93e68 100644 --- a/packages/griffith-utils/CHANGELOG.md +++ b/packages/griffith-utils/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.2.1](https://github.com/xiaoyuhen/griffith/compare/v1.2.0...v1.2.1) (2019-03-27) + + +### Bug Fixes + +* **griffith-utils:** rename `mergeFunctions` to `sequence` ([#41](https://github.com/xiaoyuhen/griffith/issues/41)) ([fbcd09e](https://github.com/xiaoyuhen/griffith/commit/fbcd09e)) + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) **Note:** Version bump only for package griffith-utils diff --git a/packages/griffith-utils/package.json b/packages/griffith-utils/package.json index 0550c353..deb7bba9 100644 --- a/packages/griffith-utils/package.json +++ b/packages/griffith-utils/package.json @@ -1,6 +1,6 @@ { "name": "griffith-utils", - "version": "1.2.0", + "version": "1.2.1", "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 e5c69b05..06509d10 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.2.1](https://github.com/xiaoyuhen/griffith/compare/v1.2.0...v1.2.1) (2019-03-27) + + +### Bug Fixes + +* **griffith-utils:** rename `mergeFunctions` to `sequence` ([#41](https://github.com/xiaoyuhen/griffith/issues/41)) ([fbcd09e](https://github.com/xiaoyuhen/griffith/commit/fbcd09e)) + + + + + # [1.2.0](https://github.com/zhihu/griffith/compare/v1.1.4...v1.2.0) (2019-03-26) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index 3659778d..b084861a 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.2.0", + "version": "1.2.1", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -27,10 +27,10 @@ "aphrodite": "2.2.3", "element-resize-event": "^3.0.3", "eventemitter3": "^3.1.0", - "griffith-hls": "^1.2.0", - "griffith-message": "^1.2.0", - "griffith-mp4": "^1.2.0", - "griffith-utils": "^1.2.0", + "griffith-hls": "^1.2.1", + "griffith-message": "^1.2.1", + "griffith-mp4": "^1.2.1", + "griffith-utils": "^1.2.1", "isomorphic-bigscreen": "2.0.5", "lodash": "4.17.11", "prop-types": "^15.6.2",