Skip to content

Commit ed590ca

Browse files
committed
v1.4.5
1 parent f8d8c98 commit ed590ca

10 files changed

Lines changed: 54 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* cannot read property start of undefined ([#86](https://github.com/zhihu/griffith/issues/86)) ([9e2740a](https://github.com/zhihu/griffith/commit/9e2740a))
12+
13+
14+
15+
16+
617
## [1.4.4](https://github.com/zhihu/griffith/compare/v1.4.3...v1.4.4) (2019-04-23)
718

819

example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [1.4.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23)
715

816
**Note:** Version bump only for package example

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"private": true,
55
"scripts": {
66
"build": "NODE_ENV=production webpack --env production",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/polyfill": "^7.0.0",
1111
"@hot-loader/react-dom": "^16.8.6",
12-
"griffith": "^1.4.4",
12+
"griffith": "^1.4.5",
1313
"query-string": "^6.3.0",
1414
"raf": "^3.4.1",
1515
"react": "16.4.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.4.4",
5+
"version": "1.4.5",
66
"conventionalCommits": true,
77
"npmClient": "yarn",
88
"useWorkspaces": true

packages/griffith-mp4/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* cannot read property start of undefined ([#86](https://github.com/zhihu/griffith/issues/86)) ([9e2740a](https://github.com/zhihu/griffith/commit/9e2740a))
12+
13+
14+
15+
16+
617
## [1.4.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23)
718

819

packages/griffith-mp4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "griffith-mp4",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "griffith mp4 plugin",
55
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4",
66
"license": "MIT",

packages/griffith-standalone/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28)
7+
8+
**Note:** Version bump only for package griffith-standalone
9+
10+
11+
12+
13+
614
## [1.4.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23)
715

816
**Note:** Version bump only for package griffith-standalone

packages/griffith-standalone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "griffith-standalone",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Zhihu Video Player",
55
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"babel-loader": "^8.0.5",
18-
"griffith": "^1.4.4",
18+
"griffith": "^1.4.5",
1919
"react": "16.4.2",
2020
"react-dom": "16.4.2",
2121
"webpack": "^4.29.6",

packages/griffith/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.5](https://github.com/zhihu/griffith/compare/v1.4.4...v1.4.5) (2019-04-28)
7+
8+
**Note:** Version bump only for package griffith
9+
10+
11+
12+
13+
614
## [1.4.4](https://github.com/xiaoyuhen/griffith/compare/v1.4.3...v1.4.4) (2019-04-23)
715

816
**Note:** Version bump only for package griffith

packages/griffith/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "griffith",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Zhihu Video Player",
55
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"eventemitter3": "^3.1.0",
2929
"griffith-hls": "^1.4.4",
3030
"griffith-message": "^1.4.4",
31-
"griffith-mp4": "^1.4.4",
31+
"griffith-mp4": "^1.4.5",
3232
"griffith-utils": "^1.4.4",
3333
"isomorphic-bigscreen": "2.0.5",
3434
"lodash": "4.17.11",

0 commit comments

Comments
 (0)