From fc20672c6c086ae2ba9a568d5e4fccf5a6905a8d Mon Sep 17 00:00:00 2001 From: ambar Date: Mon, 27 Mar 2023 17:58:27 +0800 Subject: [PATCH] v1.30.0 --- CHANGELOG.md | 11 +++++++++++ example/CHANGELOG.md | 8 ++++++++ example/package.json | 4 ++-- lerna.json | 2 +- packages/griffith-message/CHANGELOG.md | 11 +++++++++++ packages/griffith-message/package.json | 2 +- packages/griffith-standalone/CHANGELOG.md | 8 ++++++++ packages/griffith-standalone/package.json | 4 ++-- packages/griffith/CHANGELOG.md | 11 +++++++++++ packages/griffith/package.json | 4 ++-- website/CHANGELOG.md | 8 ++++++++ website/package.json | 4 ++-- 12 files changed, 67 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f35df6..4afc085c 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.30.0](https://github.com/zhihu/griffith/compare/v1.29.0...v1.30.0) (2023-03-27) + + +### Features + +* add video size for events payload ([#299](https://github.com/zhihu/griffith/issues/299)) ([93506b9](https://github.com/zhihu/griffith/commit/93506b9)) + + + + + # [1.29.0](https://github.com/zhihu/griffith/compare/v1.28.0...v1.29.0) (2022-10-20) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 4373a2bf..c3b519d2 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.30.0](https://github.com/zhihu/griffith/compare/v1.29.0...v1.30.0) (2023-03-27) + +**Note:** Version bump only for package example + + + + + # [1.29.0](https://github.com/zhihu/griffith/compare/v1.28.0...v1.29.0) (2022-10-20) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index 1d921850..0be7b19d 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.29.0", + "version": "1.30.0", "private": true, "scripts": { "build": "vite build", @@ -8,7 +8,7 @@ }, "dependencies": { "@types/react-router-dom": "^5.1.8", - "griffith": "^1.29.0", + "griffith": "^1.30.0", "react": "^16.8", "react-dom": "^16.8", "react-router-dom": "^5.3.0" diff --git a/lerna.json b/lerna.json index 8fe30f3a..652c6ae1 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "example", "website" ], - "version": "1.29.0", + "version": "1.30.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-message/CHANGELOG.md b/packages/griffith-message/CHANGELOG.md index 74a213ef..6b1b3b60 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.30.0](https://github.com/zhihu/griffith/compare/v1.29.0...v1.30.0) (2023-03-27) + + +### Features + +* add video size for events payload ([#299](https://github.com/zhihu/griffith/issues/299)) ([93506b9](https://github.com/zhihu/griffith/commit/93506b9)) + + + + + ## [1.27.1](https://github.com/zhihu/griffith/compare/v1.27.0...v1.27.1) (2022-09-27) **Note:** Version bump only for package griffith-message diff --git a/packages/griffith-message/package.json b/packages/griffith-message/package.json index b4e31c31..1dcaccfd 100644 --- a/packages/griffith-message/package.json +++ b/packages/griffith-message/package.json @@ -1,6 +1,6 @@ { "name": "griffith-message", - "version": "1.27.1", + "version": "1.30.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 37b591cb..e71a4a59 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.30.0](https://github.com/zhihu/griffith/compare/v1.29.0...v1.30.0) (2023-03-27) + +**Note:** Version bump only for package griffith-standalone + + + + + # [1.29.0](https://github.com/zhihu/griffith/compare/v1.28.0...v1.29.0) (2022-10-20) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index 1b7cc5a3..9b71fb6e 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.29.0", + "version": "1.30.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone", "license": "MIT", @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/react-dom": "^17.0.9", - "griffith": "^1.29.0", + "griffith": "^1.30.0", "react": "^16.8", "react-dom": "^16.8" } diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index 626eb0dd..361ae51b 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.30.0](https://github.com/zhihu/griffith/compare/v1.29.0...v1.30.0) (2023-03-27) + + +### Features + +* add video size for events payload ([#299](https://github.com/zhihu/griffith/issues/299)) ([93506b9](https://github.com/zhihu/griffith/commit/93506b9)) + + + + + # [1.29.0](https://github.com/zhihu/griffith/compare/v1.28.0...v1.29.0) (2022-10-20) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index c93aeb6f..58aa18c7 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.29.0", + "version": "1.30.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.26.1", - "griffith-message": "^1.27.1", + "griffith-message": "^1.30.0", "griffith-mp4": "^1.23.0", "griffith-utils": "^1.23.0", "isomorphic-bigscreen": "2.0.5", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 49da5233..51597379 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.30.0](https://github.com/zhihu/griffith/compare/v1.29.0...v1.30.0) (2023-03-27) + +**Note:** Version bump only for package website + + + + + # [1.29.0](https://github.com/zhihu/griffith/compare/v1.28.0...v1.29.0) (2022-10-20) **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 5fceef77..4bc89450 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.29.0", + "version": "1.30.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.29.0", + "griffith": "^1.30.0", "normalize.css": "^8.0.1", "react": "^16.8", "react-dom": "^16.8",