Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuhen committed Dec 23, 2020
1 parent f620271 commit 79543bc
Show file tree
Hide file tree
Showing 18 changed files with 157 additions and 16 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Bug Fixes

* add tooltip limit ([#118](https://github.com/zhihu/griffith/issues/118)) ([af8dbf8](https://github.com/zhihu/griffith/commit/af8dbf8))
* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b))
* kind-of bug ([#120](https://github.com/zhihu/griffith/issues/120)) ([e374afb](https://github.com/zhihu/griffith/commit/e374afb))
* mobile muted ([#128](https://github.com/zhihu/griffith/issues/128)) ([fa3a8fd](https://github.com/zhihu/griffith/commit/fa3a8fd))
* time wrap ([#143](https://github.com/zhihu/griffith/issues/143)) ([7fc4e76](https://github.com/zhihu/griffith/commit/7fc4e76))


### Features

* add defaultQuality prop ([#141](https://github.com/zhihu/griffith/issues/141)) ([084f2fa](https://github.com/zhihu/griffith/commit/084f2fa))
* add fhd text support ([#140](https://github.com/zhihu/griffith/issues/140)) ([4fb817b](https://github.com/zhihu/griffith/commit/4fb817b))
* hidden ui ([#148](https://github.com/zhihu/griffith/issues/148)) ([f620271](https://github.com/zhihu/griffith/commit/f620271))
* picture in picture ([#136](https://github.com/zhihu/griffith/issues/136)) ([f4cc4e5](https://github.com/zhihu/griffith/commit/f4cc4e5))
* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4))
* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882))





# [1.9.0](https://github.com/zhihu/griffith/compare/v1.8.1...v1.9.0) (2020-10-22)


Expand Down
18 changes: 18 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Bug Fixes

* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b))


### Features

* hidden ui ([#148](https://github.com/zhihu/griffith/issues/148)) ([f620271](https://github.com/zhihu/griffith/commit/f620271))
* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4))
* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882))





# [1.9.0](https://github.com/zhihu/griffith/compare/v1.8.1...v1.9.0) (2020-10-22)


Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --env production",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@hot-loader/react-dom": "^16.8.6",
"griffith": "^1.9.0",
"griffith": "^1.10.0",
"query-string": "^6.3.0",
"raf": "^3.4.1",
"react": "16.4.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.9.0",
"version": "1.10.0",
"conventionalCommits": true,
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
11 changes: 11 additions & 0 deletions packages/griffith-hls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Features

* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882))





## [1.4.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23)

**Note:** Version bump only for package griffith-hls
Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-hls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-hls",
"version": "1.4.4",
"version": "1.10.0",
"description": "griffith hls plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-hls",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/griffith-message/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Features

* picture in picture ([#136](https://github.com/zhihu/griffith/issues/136)) ([f4cc4e5](https://github.com/zhihu/griffith/commit/f4cc4e5))
* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4))





# [1.9.0](https://github.com/zhihu/griffith/compare/v1.8.1...v1.9.0) (2020-10-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-message",
"version": "1.9.0",
"version": "1.10.0",
"description": "griffith message plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-message",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/griffith-mp4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Bug Fixes

* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b))


### Features

* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882))





# [1.6.0](https://github.com/xiaoyuhen/griffith/compare/v1.5.2...v1.6.0) (2020-08-20)

**Note:** Version bump only for package griffith-mp4
Expand Down
4 changes: 2 additions & 2 deletions packages/griffith-mp4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-mp4",
"version": "1.6.0",
"version": "1.10.0",
"description": "griffith mp4 plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"react-dom": ">=16.3.0 <17.0.0"
},
"dependencies": {
"griffith-utils": "^1.4.4",
"griffith-utils": "^1.10.0",
"lodash": "^4.17.15"
}
}
11 changes: 11 additions & 0 deletions packages/griffith-standalone/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Bug Fixes

* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b))





# [1.9.0](https://github.com/zhihu/griffith/compare/v1.8.1...v1.9.0) (2020-10-22)

**Note:** Version bump only for package griffith-standalone
Expand Down
4 changes: 2 additions & 2 deletions packages/griffith-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-standalone",
"version": "1.9.0",
"version": "1.10.0",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"babel-loader": "^8.0.5",
"griffith": "^1.9.0",
"griffith": "^1.10.0",
"react": "16.4.2",
"react-dom": "16.4.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)

**Note:** Version bump only for package griffith-utils





## [1.4.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23)

**Note:** Version bump only for package griffith-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-utils",
"version": "1.4.4",
"version": "1.10.0",
"description": "griffith utils",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-utils",
"license": "MIT",
Expand Down
24 changes: 24 additions & 0 deletions packages/griffith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Bug Fixes

* add tooltip limit ([#118](https://github.com/zhihu/griffith/issues/118)) ([af8dbf8](https://github.com/zhihu/griffith/commit/af8dbf8))
* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b))
* mobile muted ([#128](https://github.com/zhihu/griffith/issues/128)) ([fa3a8fd](https://github.com/zhihu/griffith/commit/fa3a8fd))
* time wrap ([#143](https://github.com/zhihu/griffith/issues/143)) ([7fc4e76](https://github.com/zhihu/griffith/commit/7fc4e76))


### Features

* add defaultQuality prop ([#141](https://github.com/zhihu/griffith/issues/141)) ([084f2fa](https://github.com/zhihu/griffith/commit/084f2fa))
* add fhd text support ([#140](https://github.com/zhihu/griffith/issues/140)) ([4fb817b](https://github.com/zhihu/griffith/commit/4fb817b))
* hidden ui ([#148](https://github.com/zhihu/griffith/issues/148)) ([f620271](https://github.com/zhihu/griffith/commit/f620271))
* picture in picture ([#136](https://github.com/zhihu/griffith/issues/136)) ([f4cc4e5](https://github.com/zhihu/griffith/commit/f4cc4e5))
* update action message ([#144](https://github.com/zhihu/griffith/issues/144)) ([833c0f4](https://github.com/zhihu/griffith/commit/833c0f4))
* use auto quality ([#147](https://github.com/zhihu/griffith/issues/147)) ([6798882](https://github.com/zhihu/griffith/commit/6798882))





# [1.9.0](https://github.com/zhihu/griffith/compare/v1.8.1...v1.9.0) (2020-10-22)


Expand Down
10 changes: 5 additions & 5 deletions packages/griffith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith",
"version": "1.9.0",
"version": "1.10.0",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith",
"license": "MIT",
Expand All @@ -26,10 +26,10 @@
"aphrodite": "2.3.1",
"element-resize-event": "^3.0.3",
"eventemitter3": "^3.1.0",
"griffith-hls": "^1.4.4",
"griffith-message": "^1.9.0",
"griffith-mp4": "^1.6.0",
"griffith-utils": "^1.4.4",
"griffith-hls": "^1.10.0",
"griffith-message": "^1.10.0",
"griffith-mp4": "^1.10.0",
"griffith-utils": "^1.10.0",
"isomorphic-bigscreen": "2.0.5",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
Expand Down
16 changes: 16 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.10.0) (2020-12-23)


### Bug Fixes

* export controller component ([#117](https://github.com/zhihu/griffith/issues/117)) ([a99512b](https://github.com/zhihu/griffith/commit/a99512b))


### Features

* add fhd text support ([#140](https://github.com/zhihu/griffith/issues/140)) ([4fb817b](https://github.com/zhihu/griffith/commit/4fb817b))





# [1.7.0](https://github.com/zhihu/griffith/compare/v1.6.0...v1.7.0) (2020-09-11)


Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.7.0",
"version": "1.10.0",
"private": true,
"scripts": {
"build": "gatsby build",
Expand Down

0 comments on commit 79543bc

Please sign in to comment.