diff --git a/CHANGELOG.md b/CHANGELOG.md index 88eb392f..5aa41adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26) + + +### Features + +* expose onFullScreenChange event ([#174](https://github.com/zhihu/griffith/issues/174)) ([2d8d444](https://github.com/zhihu/griffith/commit/2d8d444)) +* replace `onFullScreenChange` with `onEvent` ([#175](https://github.com/zhihu/griffith/issues/175)) ([9567337](https://github.com/zhihu/griffith/commit/9567337)) +* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061)) + + + + + # [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index e7e5e472..caba58ae 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26) + + +### Features + +* replace `onFullScreenChange` with `onEvent` ([#175](https://github.com/zhihu/griffith/issues/175)) ([9567337](https://github.com/zhihu/griffith/commit/9567337)) +* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061)) + + + + + # [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index 728989fc..32f4aba6 100644 --- a/example/package.json +++ b/example/package.json @@ -1,13 +1,13 @@ { "name": "example", - "version": "1.12.0", + "version": "1.13.0", "private": true, "scripts": { "build": "vite build", "start": "vite" }, "dependencies": { - "griffith": "^1.12.0", + "griffith": "^1.13.0", "react": "^16.8", "react-dom": "^16.8", "react-router-dom": "^5.2.0" diff --git a/lerna.json b/lerna.json index dd7bc1e5..2082e1bc 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "example", "website" ], - "version": "1.12.0", + "version": "1.13.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-hls/CHANGELOG.md b/packages/griffith-hls/CHANGELOG.md index 8dc12a12..895ff86b 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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26) + +**Note:** Version bump only for package griffith-hls + + + + + # [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) diff --git a/packages/griffith-hls/package.json b/packages/griffith-hls/package.json index a90b56e8..cd175993 100644 --- a/packages/griffith-hls/package.json +++ b/packages/griffith-hls/package.json @@ -1,6 +1,6 @@ { "name": "griffith-hls", - "version": "1.11.0", + "version": "1.13.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 57bf9b82..1904a0c5 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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26) + +**Note:** Version bump only for package griffith-mp4 + + + + + # [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) diff --git a/packages/griffith-mp4/package.json b/packages/griffith-mp4/package.json index 32b7f8d2..f497ba2b 100644 --- a/packages/griffith-mp4/package.json +++ b/packages/griffith-mp4/package.json @@ -1,6 +1,6 @@ { "name": "griffith-mp4", - "version": "1.11.0", + "version": "1.13.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 02e77343..4d0b39a1 100644 --- a/packages/griffith-standalone/CHANGELOG.md +++ b/packages/griffith-standalone/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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26) + + +### Features + +* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061)) + + + + + # [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index 3770290b..e2ba3b0c 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.12.0", + "version": "1.13.0", "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.12.0", + "griffith": "^1.13.0", "react": "^16.8", "react-dom": "^16.8" } diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index 4ffc2678..718a42be 100644 --- a/packages/griffith/CHANGELOG.md +++ b/packages/griffith/CHANGELOG.md @@ -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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26) + + +### Features + +* expose onFullScreenChange event ([#174](https://github.com/zhihu/griffith/issues/174)) ([2d8d444](https://github.com/zhihu/griffith/commit/2d8d444)) +* replace `onFullScreenChange` with `onEvent` ([#175](https://github.com/zhihu/griffith/issues/175)) ([9567337](https://github.com/zhihu/griffith/commit/9567337)) +* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061)) + + + + + # [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index 7870b6a7..c10a17aa 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.12.0", + "version": "1.13.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -26,9 +26,9 @@ "dependencies": { "aphrodite": "^2.4.0", "eventemitter3": "^3.1.0", - "griffith-hls": "^1.11.0", + "griffith-hls": "^1.13.0", "griffith-message": "^1.11.0", - "griffith-mp4": "^1.11.0", + "griffith-mp4": "^1.13.0", "griffith-utils": "^1.11.0", "isomorphic-bigscreen": "2.0.5", "lodash": "^4.17.15", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index bef4511e..23ca5044 100644 --- a/website/CHANGELOG.md +++ b/website/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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26) + + +### Features + +* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061)) + + + + + # [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19) diff --git a/website/package.json b/website/package.json index 18574085..ede840e3 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.11.0", + "version": "1.13.0", "private": true, "scripts": { "build": "gatsby build", @@ -12,7 +12,7 @@ "gatsby-plugin-react-helmet": "^3.0.12", "gatsby-source-filesystem": "^2.0.32", "gatsby-transformer-remark": "^2.3.11", - "griffith": "^1.12.0", + "griffith": "^1.13.0", "normalize.css": "^8.0.1", "react": "^16.8", "react-dom": "^16.8",