diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e264d98..57eea220 100644 --- a/CHANGELOG.md +++ b/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.17.0](https://github.com/zhihu/griffith/compare/v1.16.0...v1.17.0) (2021-09-02) + + +### Bug Fixes + +* emit SUBSCRIPTION_READY ([7da911f](https://github.com/zhihu/griffith/commit/7da911f)) + + +### Features + +* add page fullscreen,rate switch,custom definition and some ui refactor ([3e07b12](https://github.com/zhihu/griffith/commit/3e07b12)) + + + + + # [1.16.0](https://github.com/zhihu/griffith/compare/v1.15.1...v1.16.0) (2021-09-01) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 2b5f07a9..c0d63c04 100644 --- a/example/CHANGELOG.md +++ b/example/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.17.0](https://github.com/zhihu/griffith/compare/v1.16.0...v1.17.0) (2021-09-02) + + +### Features + +* add page fullscreen,rate switch,custom definition and some ui refactor ([3e07b12](https://github.com/zhihu/griffith/commit/3e07b12)) + + + + + # [1.16.0](https://github.com/zhihu/griffith/compare/v1.15.1...v1.16.0) (2021-09-01) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index a33a9330..609a7187 100644 --- a/example/package.json +++ b/example/package.json @@ -1,13 +1,13 @@ { "name": "example", - "version": "1.16.0", + "version": "1.17.0", "private": true, "scripts": { "build": "vite build", "start": "vite" }, "dependencies": { - "griffith": "^1.16.0", + "griffith": "^1.17.0", "react": "^16.8", "react-dom": "^16.8", "react-router-dom": "^5.2.0" diff --git a/lerna.json b/lerna.json index 01c63238..daed0f06 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "example", "website" ], - "version": "1.16.0", + "version": "1.17.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-message/CHANGELOG.md b/packages/griffith-message/CHANGELOG.md index b1ce1d2c..a690cc9d 100644 --- a/packages/griffith-message/CHANGELOG.md +++ b/packages/griffith-message/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.17.0](https://github.com/zhihu/griffith/compare/v1.16.0...v1.17.0) (2021-09-02) + + +### Features + +* add page fullscreen,rate switch,custom definition and some ui refactor ([3e07b12](https://github.com/zhihu/griffith/commit/3e07b12)) + + + + + # [1.16.0](https://github.com/zhihu/griffith/compare/v1.15.1...v1.16.0) (2021-09-01) diff --git a/packages/griffith-message/package.json b/packages/griffith-message/package.json index a0b8819b..efb3c394 100644 --- a/packages/griffith-message/package.json +++ b/packages/griffith-message/package.json @@ -1,6 +1,6 @@ { "name": "griffith-message", - "version": "1.16.0", + "version": "1.17.0", "description": "griffith message plugin", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-message", "license": "MIT", diff --git a/packages/griffith-standalone/CHANGELOG.md b/packages/griffith-standalone/CHANGELOG.md index 1bc0b14b..7429a214 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.17.0](https://github.com/zhihu/griffith/compare/v1.16.0...v1.17.0) (2021-09-02) + +**Note:** Version bump only for package griffith-standalone + + + + + # [1.16.0](https://github.com/zhihu/griffith/compare/v1.15.1...v1.16.0) (2021-09-01) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index f7fd98aa..1220e69e 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.16.0", + "version": "1.17.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.16.0", + "griffith": "^1.17.0", "react": "^16.8", "react-dom": "^16.8" } diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index 47c4e4ff..b36b9f3b 100644 --- a/packages/griffith/CHANGELOG.md +++ b/packages/griffith/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.17.0](https://github.com/zhihu/griffith/compare/v1.16.0...v1.17.0) (2021-09-02) + + +### Bug Fixes + +* emit SUBSCRIPTION_READY ([7da911f](https://github.com/zhihu/griffith/commit/7da911f)) + + +### Features + +* add page fullscreen,rate switch,custom definition and some ui refactor ([3e07b12](https://github.com/zhihu/griffith/commit/3e07b12)) + + + + + # [1.16.0](https://github.com/zhihu/griffith/compare/v1.15.1...v1.16.0) (2021-09-01) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index 66609044..0f45098a 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.16.0", + "version": "1.17.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", @@ -27,7 +27,7 @@ "aphrodite": "^2.4.0", "eventemitter3": "^3.1.0", "griffith-hls": "^1.13.0", - "griffith-message": "^1.16.0", + "griffith-message": "^1.17.0", "griffith-mp4": "^1.13.0", "griffith-utils": "^1.11.0", "isomorphic-bigscreen": "2.0.5", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index b84c6a45..cd181266 100644 --- a/website/CHANGELOG.md +++ b/website/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.17.0](https://github.com/zhihu/griffith/compare/v1.16.0...v1.17.0) (2021-09-02) + +**Note:** Version bump only for package website + + + + + # [1.16.0](https://github.com/zhihu/griffith/compare/v1.15.1...v1.16.0) (2021-09-01) **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 7153a2a0..9095aeab 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.16.0", + "version": "1.17.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.16.0", + "griffith": "^1.17.0", "normalize.css": "^8.0.1", "react": "^16.8", "react-dom": "^16.8",