Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuhen committed Mar 22, 2019
1 parent cdcc488 commit d10000f
Show file tree
Hide file tree
Showing 16 changed files with 100 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/zhihu/griffith/commit/5047aec))
11 changes: 11 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/xiaoyuhen/griffith/commit/5047aec))
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.0.2",
"version": "1.1.0",
"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.0.2",
"griffith": "^1.1.0",
"hls.js": "^0.12.4",
"query-string": "^6.3.0",
"raf": "^3.4.1",
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.0.2",
"version": "1.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/griffith-hls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/xiaoyuhen/griffith/commit/5047aec))
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.0.2",
"version": "1.1.0",
"description": "griffith hls plugin",
"homepage": "https://github.com/zhihu/griffith/packages/griffith-hls",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/griffith-message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/xiaoyuhen/griffith/commit/5047aec))
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.0.2",
"version": "1.1.0",
"description": "griffith message plugin",
"homepage": "https://github.com/zhihu/griffith/packages/griffith-message",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/griffith-mp4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/xiaoyuhen/griffith/commit/5047aec))
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.0.2",
"version": "1.1.0",
"description": "griffith mp4 plugin",
"homepage": "https://github.com/zhihu/griffith/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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/xiaoyuhen/griffith/commit/5047aec))
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.0.2",
"version": "1.1.0",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/packages/griffith-standalone#readme",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"griffith": "^1.0.2",
"griffith": "^1.1.0",
"hls.js": "0.7.11",
"react": "16.4.2",
"react-dom": "16.4.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/griffith-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/xiaoyuhen/griffith/commit/5047aec))
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.0.2",
"version": "1.1.0",
"description": "griffith utils",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/griffith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2019-03-22)


### Features

* init griffith ([5047aec](https://github.com/xiaoyuhen/griffith/commit/5047aec))
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.0.2",
"version": "1.1.0",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/packages/griffith#readme",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
"bigscreen": "2.0.5",
"element-resize-event": "^3.0.3",
"eventemitter3": "^3.1.0",
"griffith-message": "^1.0.2",
"griffith-utils": "^1.0.2",
"griffith-message": "^1.1.0",
"griffith-utils": "^1.1.0",
"lodash": "4.17.11",
"prop-types": "^15.6.2",
"query-string": "^6.3.0"
Expand Down

0 comments on commit d10000f

Please sign in to comment.