From b1fff627de453a4feac0e556b9f40ee63027b1b6 Mon Sep 17 00:00:00 2001 From: ambar Date: Wed, 29 Dec 2021 14:42:20 +0800 Subject: [PATCH] v1.22.0 --- CHANGELOG.md | 11 +++++++++++ example/CHANGELOG.md | 8 ++++++++ example/package.json | 4 ++-- lerna.json | 2 +- packages/griffith-standalone/CHANGELOG.md | 8 ++++++++ packages/griffith-standalone/package.json | 4 ++-- packages/griffith/CHANGELOG.md | 11 +++++++++++ packages/griffith/package.json | 2 +- website/CHANGELOG.md | 8 ++++++++ website/package.json | 4 ++-- 10 files changed, 54 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690a5689..b59f1672 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.22.0](https://github.com/zhihu/griffith/compare/v1.21.3...v1.22.0) (2021-12-29) + + +### Features + +* 添加变量控制是否使用 title 覆盖 document.title ([ddff83c](https://github.com/zhihu/griffith/commit/ddff83c)) + + + + + ## [1.21.3](https://github.com/zhihu/griffith/compare/v1.21.2...v1.21.3) (2021-11-04) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 72a4efa2..effbc68c 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.22.0](https://github.com/zhihu/griffith/compare/v1.21.3...v1.22.0) (2021-12-29) + +**Note:** Version bump only for package example + + + + + ## [1.21.3](https://github.com/zhihu/griffith/compare/v1.21.2...v1.21.3) (2021-11-04) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index e1e912b4..a98739b0 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.21.3", + "version": "1.22.0", "private": true, "scripts": { "build": "vite build", @@ -8,7 +8,7 @@ }, "dependencies": { "@types/react-router-dom": "^5.1.8", - "griffith": "^1.21.3", + "griffith": "^1.22.0", "react": "^16.8", "react-dom": "^16.8", "react-router-dom": "^5.3.0" diff --git a/lerna.json b/lerna.json index ea6cec07..ddad4c5d 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "example", "website" ], - "version": "1.21.3", + "version": "1.22.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-standalone/CHANGELOG.md b/packages/griffith-standalone/CHANGELOG.md index 83b6fc39..3aa01f90 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.22.0](https://github.com/zhihu/griffith/compare/v1.21.3...v1.22.0) (2021-12-29) + +**Note:** Version bump only for package griffith-standalone + + + + + ## [1.21.3](https://github.com/zhihu/griffith/compare/v1.21.2...v1.21.3) (2021-11-04) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index fa626e06..47ddcebc 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.21.3", + "version": "1.22.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.21.3", + "griffith": "^1.22.0", "react": "^16.8", "react-dom": "^16.8" } diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index 21d1b0b2..ff16cbd5 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.22.0](https://github.com/zhihu/griffith/compare/v1.21.3...v1.22.0) (2021-12-29) + + +### Features + +* 添加变量控制是否使用 title 覆盖 document.title ([ddff83c](https://github.com/zhihu/griffith/commit/ddff83c)) + + + + + ## [1.21.3](https://github.com/zhihu/griffith/compare/v1.21.2...v1.21.3) (2021-11-04) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index 5c7fd8f9..3fcac9a7 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.21.3", + "version": "1.22.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 474bc7de..8034e2e1 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.22.0](https://github.com/zhihu/griffith/compare/v1.21.3...v1.22.0) (2021-12-29) + +**Note:** Version bump only for package website + + + + + ## [1.21.3](https://github.com/zhihu/griffith/compare/v1.21.2...v1.21.3) (2021-11-04) **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 2110af18..387da5d5 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.21.3", + "version": "1.22.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.21.3", + "griffith": "^1.22.0", "normalize.css": "^8.0.1", "react": "^16.8", "react-dom": "^16.8",