Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed May 26, 2021
1 parent 9567337 commit 9f2ef89
Show file tree
Hide file tree
Showing 14 changed files with 88 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26)


### Features

* expose onFullScreenChange event ([#174](https://github.com/zhihu/griffith/issues/174)) ([2d8d444](https://github.com/zhihu/griffith/commit/2d8d444))
* replace `onFullScreenChange` with `onEvent` ([#175](https://github.com/zhihu/griffith/issues/175)) ([9567337](https://github.com/zhihu/griffith/commit/9567337))
* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061))





# [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06)


Expand Down
12 changes: 12 additions & 0 deletions example/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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26)


### Features

* replace `onFullScreenChange` with `onEvent` ([#175](https://github.com/zhihu/griffith/issues/175)) ([9567337](https://github.com/zhihu/griffith/commit/9567337))
* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061))





# [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "example",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"scripts": {
"build": "vite build",
"start": "vite"
},
"dependencies": {
"griffith": "^1.12.0",
"griffith": "^1.13.0",
"react": "^16.8",
"react-dom": "^16.8",
"react-router-dom": "^5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"example",
"website"
],
"version": "1.12.0",
"version": "1.13.0",
"conventionalCommits": true,
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-hls/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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26)

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





# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19)


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.11.0",
"version": "1.13.0",
"description": "griffith hls plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-hls",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-mp4/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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26)

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





# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/griffith-mp4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith-mp4",
"version": "1.11.0",
"version": "1.13.0",
"description": "griffith mp4 plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4",
"license": "MIT",
Expand Down
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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26)


### Features

* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061))





# [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06)

**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.12.0",
"version": "1.13.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.12.0",
"griffith": "^1.13.0",
"react": "^16.8",
"react-dom": "^16.8"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/griffith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26)


### Features

* expose onFullScreenChange event ([#174](https://github.com/zhihu/griffith/issues/174)) ([2d8d444](https://github.com/zhihu/griffith/commit/2d8d444))
* replace `onFullScreenChange` with `onEvent` ([#175](https://github.com/zhihu/griffith/issues/175)) ([9567337](https://github.com/zhihu/griffith/commit/9567337))
* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061))





# [1.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/griffith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith",
"version": "1.12.0",
"version": "1.13.0",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith",
"license": "MIT",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"aphrodite": "^2.4.0",
"eventemitter3": "^3.1.0",
"griffith-hls": "^1.11.0",
"griffith-hls": "^1.13.0",
"griffith-message": "^1.11.0",
"griffith-mp4": "^1.11.0",
"griffith-mp4": "^1.13.0",
"griffith-utils": "^1.11.0",
"isomorphic-bigscreen": "2.0.5",
"lodash": "^4.17.15",
Expand Down
11 changes: 11 additions & 0 deletions website/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.13.0](https://github.com/zhihu/griffith/compare/v1.12.0...v1.13.0) (2021-05-26)


### Features

* use pure ESM format ([#167](https://github.com/zhihu/griffith/issues/167)) ([e54d061](https://github.com/zhihu/griffith/commit/e54d061))





# [1.11.0](https://github.com/zhihu/griffith/compare/v1.5.0...v1.11.0) (2021-04-19)


Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.11.0",
"version": "1.13.0",
"private": true,
"scripts": {
"build": "gatsby build",
Expand All @@ -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.12.0",
"griffith": "^1.13.0",
"normalize.css": "^8.0.1",
"react": "^16.8",
"react-dom": "^16.8",
Expand Down

0 comments on commit 9f2ef89

Please sign in to comment.