From 8519fd76d9f0bea50acf1f9595bd5b63f35c4f46 Mon Sep 17 00:00:00 2001 From: ambar Date: Wed, 20 Apr 2022 18:58:22 +0800 Subject: [PATCH] v1.25.1 --- 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 7905c8ed..d2873097 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.25.1](https://github.com/zhihu/griffith/compare/v1.25.0...v1.25.1) (2022-04-20) + + +### Bug Fixes + +* 修复loading状态下不能暂停的问题 ([14099bf](https://github.com/zhihu/griffith/commit/14099bf)) + + + + + # [1.25.0](https://github.com/zhihu/griffith/compare/v1.24.3...v1.25.0) (2022-04-07) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 931de9a4..c8d81ac8 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.25.1](https://github.com/zhihu/griffith/compare/v1.25.0...v1.25.1) (2022-04-20) + +**Note:** Version bump only for package example + + + + + # [1.25.0](https://github.com/zhihu/griffith/compare/v1.24.3...v1.25.0) (2022-04-07) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index 8bb4439c..39ce45a6 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.25.0", + "version": "1.25.1", "private": true, "scripts": { "build": "vite build", @@ -8,7 +8,7 @@ }, "dependencies": { "@types/react-router-dom": "^5.1.8", - "griffith": "^1.25.0", + "griffith": "^1.25.1", "react": "^16.8", "react-dom": "^16.8", "react-router-dom": "^5.3.0" diff --git a/lerna.json b/lerna.json index 5e1ec42d..4bba697c 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "example", "website" ], - "version": "1.25.0", + "version": "1.25.1", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-standalone/CHANGELOG.md b/packages/griffith-standalone/CHANGELOG.md index ca0338cd..28c5e65c 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.25.1](https://github.com/zhihu/griffith/compare/v1.25.0...v1.25.1) (2022-04-20) + +**Note:** Version bump only for package griffith-standalone + + + + + # [1.25.0](https://github.com/zhihu/griffith/compare/v1.24.3...v1.25.0) (2022-04-07) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index 86470445..3a1a8c94 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.25.0", + "version": "1.25.1", "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.25.0", + "griffith": "^1.25.1", "react": "^16.8", "react-dom": "^16.8" } diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index a15cfdf4..882e3144 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.25.1](https://github.com/zhihu/griffith/compare/v1.25.0...v1.25.1) (2022-04-20) + + +### Bug Fixes + +* 修复loading状态下不能暂停的问题 ([14099bf](https://github.com/zhihu/griffith/commit/14099bf)) + + + + + # [1.25.0](https://github.com/zhihu/griffith/compare/v1.24.3...v1.25.0) (2022-04-07) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index f7de9ff8..e1cc797b 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.25.0", + "version": "1.25.1", "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 72e1e985..d9c491e5 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.25.1](https://github.com/zhihu/griffith/compare/v1.25.0...v1.25.1) (2022-04-20) + +**Note:** Version bump only for package website + + + + + # [1.25.0](https://github.com/zhihu/griffith/compare/v1.24.3...v1.25.0) (2022-04-07) **Note:** Version bump only for package website diff --git a/website/package.json b/website/package.json index 9cd972f1..1d498555 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.25.0", + "version": "1.25.1", "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.25.0", + "griffith": "^1.25.1", "normalize.css": "^8.0.1", "react": "^16.8", "react-dom": "^16.8",