Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuhen committed Apr 16, 2019
1 parent 970d913 commit 7cd145b
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 8 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.4.1](https://github.com/zhihu/griffith/compare/v1.4.0...v1.4.1) (2019-04-16)


### Bug Fixes

* add Access-Control-Allow-Methods limit ([4049347](https://github.com/zhihu/griffith/commit/4049347))
* cannot read property hdlr of undefined ([#66](https://github.com/zhihu/griffith/issues/66)) ([038ec8b](https://github.com/zhihu/griffith/commit/038ec8b))
* add Access-Control-Allow-Origin option ([#68](https://github.com/zhihu/griffith/issues/68)) ([8efb682](https://github.com/zhihu/griffith/pull/68/commits/8efb682)))
* failed to execute appendBuffer on SourceBuffer ([#68](https://github.com/zhihu/griffith/issues/68)) ([51e6602](https://github.com/zhihu/griffith/pull/68/commits/51e6602)))




# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11)


Expand Down
8 changes: 8 additions & 0 deletions example/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.4.1](https://github.com/zhihu/griffith/compare/v1.4.0...v1.4.1) (2019-04-16)

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





# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11)

**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,6 +1,6 @@
{
"name": "example",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --env production",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.1.5",
"griffith": "^1.4.0",
"griffith": "^1.4.1",
"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.4.0",
"version": "1.4.1",
"conventionalCommits": true,
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
13 changes: 13 additions & 0 deletions packages/griffith-mp4/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.4.1](https://github.com/zhihu/griffith/compare/v1.4.0...v1.4.1) (2019-04-16)


### Bug Fixes

* add Access-Control-Allow-Methods limit ([4049347](https://github.com/zhihu/griffith/commit/4049347))
* cannot read property hdlr of undefined ([#66](https://github.com/zhihu/griffith/issues/66)) ([038ec8b](https://github.com/zhihu/griffith/commit/038ec8b))
* add Access-Control-Allow-Origin option ([#68](https://github.com/zhihu/griffith/issues/68)) ([8efb682](https://github.com/zhihu/griffith/pull/68/commits/8efb682)))
* failed to execute appendBuffer on SourceBuffer ([#68](https://github.com/zhihu/griffith/issues/68)) ([51e6602](https://github.com/zhihu/griffith/pull/68/commits/51e6602)))




# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11)


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.4.0",
"version": "1.4.1",
"description": "griffith mp4 plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith-standalone/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.4.1](https://github.com/zhihu/griffith/compare/v1.4.0...v1.4.1) (2019-04-16)

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





# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11)

**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.4.0",
"version": "1.4.1",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"build": "webpack -p"
},
"devDependencies": {
"griffith": "^1.4.0",
"griffith": "^1.4.1",
"react": "16.4.2",
"react-dom": "16.4.2",
"webpack": "^4.29.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/griffith/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.4.1](https://github.com/zhihu/griffith/compare/v1.4.0...v1.4.1) (2019-04-16)

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





# [1.4.0](https://github.com/zhihu/griffith/compare/v1.3.1...v1.4.0) (2019-04-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/griffith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith",
"version": "1.4.0",
"version": "1.4.1",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"eventemitter3": "^3.1.0",
"griffith-hls": "^1.4.0",
"griffith-message": "^1.2.1",
"griffith-mp4": "^1.4.0",
"griffith-mp4": "^1.4.1",
"griffith-utils": "^1.2.1",
"isomorphic-bigscreen": "2.0.5",
"lodash": "4.17.11",
Expand Down

0 comments on commit 7cd145b

Please sign in to comment.