Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuhen committed Sep 23, 2020
1 parent 084f2fa commit 3f67ab4
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions 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.8.0](https://github.com/zhihu/griffith/compare/v1.7.0...v1.8.0) (2020-09-23)


### Features

* add defaultQuality prop ([#141](https://github.com/zhihu/griffith/issues/141)) ([084f2fa](https://github.com/zhihu/griffith/commit/084f2fa))





# [1.7.0](https://github.com/zhihu/griffith/compare/v1.6.0...v1.7.0) (2020-09-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.8.0](https://github.com/zhihu/griffith/compare/v1.7.0...v1.8.0) (2020-09-23)

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





# [1.7.0](https://github.com/zhihu/griffith/compare/v1.6.0...v1.7.0) (2020-09-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.7.0",
"version": "1.8.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.7.0",
"griffith": "^1.8.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.7.0",
"version": "1.8.0",
"conventionalCommits": true,
"npmClient": "yarn",
"useWorkspaces": true
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.8.0](https://github.com/zhihu/griffith/compare/v1.7.0...v1.8.0) (2020-09-23)

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





# [1.7.0](https://github.com/zhihu/griffith/compare/v1.6.0...v1.7.0) (2020-09-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.7.0",
"version": "1.8.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.7.0",
"griffith": "^1.8.0",
"react": "16.4.2",
"react-dom": "16.4.2"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/griffith/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.8.0](https://github.com/zhihu/griffith/compare/v1.7.0...v1.8.0) (2020-09-23)


### Features

* add defaultQuality prop ([#141](https://github.com/zhihu/griffith/issues/141)) ([084f2fa](https://github.com/zhihu/griffith/commit/084f2fa))





# [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 packages/griffith/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "griffith",
"version": "1.7.0",
"version": "1.8.0",
"description": "Zhihu Video Player",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith",
"license": "MIT",
Expand Down

0 comments on commit 3f67ab4

Please sign in to comment.