diff --git a/CHANGELOG.md b/CHANGELOG.md index aeac8f8d..88eb392f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06) + + +### Features + +* allow autoplay with sound ([#159](https://github.com/zhihu/griffith/issues/159)) ([7c6bab2](https://github.com/zhihu/griffith/commit/7c6bab2)) + + + + + ## [1.11.1](https://github.com/zhihu/griffith/compare/v1.11.0...v1.11.1) (2021-04-20) diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index dbedef33..e7e5e472 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -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.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06) + +**Note:** Version bump only for package example + + + + + ## [1.11.1](https://github.com/zhihu/griffith/compare/v1.11.0...v1.11.1) (2021-04-20) **Note:** Version bump only for package example diff --git a/example/package.json b/example/package.json index bdf76716..965638a1 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.11.1", + "version": "1.12.0", "private": true, "scripts": { "build": "NODE_ENV=production webpack --env production", @@ -9,7 +9,7 @@ "dependencies": { "@babel/polyfill": "^7.0.0", "@hot-loader/react-dom": "^16.8.6", - "griffith": "^1.11.1", + "griffith": "^1.12.0", "query-string": "^6.3.0", "raf": "^3.4.1", "react": "16.4.2", diff --git a/lerna.json b/lerna.json index 8cd9f8bf..efd21052 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.11.1", + "version": "1.12.0", "conventionalCommits": true, "npmClient": "yarn", "useWorkspaces": true diff --git a/packages/griffith-standalone/CHANGELOG.md b/packages/griffith-standalone/CHANGELOG.md index 803fe3dd..02e77343 100644 --- a/packages/griffith-standalone/CHANGELOG.md +++ b/packages/griffith-standalone/CHANGELOG.md @@ -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.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 + + + + + ## [1.11.1](https://github.com/zhihu/griffith/compare/v1.11.0...v1.11.1) (2021-04-20) **Note:** Version bump only for package griffith-standalone diff --git a/packages/griffith-standalone/package.json b/packages/griffith-standalone/package.json index 6cfdd64a..a7cbc438 100644 --- a/packages/griffith-standalone/package.json +++ b/packages/griffith-standalone/package.json @@ -1,6 +1,6 @@ { "name": "griffith-standalone", - "version": "1.11.1", + "version": "1.12.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-standalone", "license": "MIT", @@ -15,7 +15,7 @@ }, "devDependencies": { "babel-loader": "^8.0.5", - "griffith": "^1.11.1", + "griffith": "^1.12.0", "react": "16.4.2", "react-dom": "16.4.2" } diff --git a/packages/griffith/CHANGELOG.md b/packages/griffith/CHANGELOG.md index 4c388de5..4ffc2678 100644 --- a/packages/griffith/CHANGELOG.md +++ b/packages/griffith/CHANGELOG.md @@ -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.12.0](https://github.com/zhihu/griffith/compare/v1.11.1...v1.12.0) (2021-05-06) + + +### Features + +* allow autoplay with sound ([#159](https://github.com/zhihu/griffith/issues/159)) ([7c6bab2](https://github.com/zhihu/griffith/commit/7c6bab2)) + + + + + ## [1.11.1](https://github.com/zhihu/griffith/compare/v1.11.0...v1.11.1) (2021-04-20) diff --git a/packages/griffith/package.json b/packages/griffith/package.json index 4302039f..417d40d5 100644 --- a/packages/griffith/package.json +++ b/packages/griffith/package.json @@ -1,6 +1,6 @@ { "name": "griffith", - "version": "1.11.1", + "version": "1.12.0", "description": "Zhihu Video Player", "homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith", "license": "MIT",