diff --git a/CHANGELOG.md b/CHANGELOG.md index 2696c469..55b0d46a 100644 --- a/CHANGELOG.md +++ b/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package react-player + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package react-player diff --git a/lerna.json b/lerna.json index a723a4b4..4179e040 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/reactjs-player-demo/CHANGELOG.md b/packages/reactjs-player-demo/CHANGELOG.md index da74c889..4894b848 100644 --- a/packages/reactjs-player-demo/CHANGELOG.md +++ b/packages/reactjs-player-demo/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/demo + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/demo diff --git a/packages/reactjs-player-demo/package.json b/packages/reactjs-player-demo/package.json index 0aa52920..2884a08e 100644 --- a/packages/reactjs-player-demo/package.json +++ b/packages/reactjs-player-demo/package.json @@ -1,7 +1,7 @@ { "name": "@reactjs-player/demo", "private": true, - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/reactjs-player-demo#readme", @@ -33,7 +33,7 @@ "react-dom": "^16.9.0", "react-scripts": "^3.1.0", "react-swf": "^1.0.7", - "reactjs-player": "^0.6.1-alpha.1", + "reactjs-player": "^0.6.1-alpha.2", "ua-parser-js": "^0.7.20" }, "browserslist": { diff --git a/packages/reactjs-player/CHANGELOG.md b/packages/reactjs-player/CHANGELOG.md index 7152e82c..ef92037a 100644 --- a/packages/reactjs-player/CHANGELOG.md +++ b/packages/reactjs-player/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package reactjs-player + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package reactjs-player diff --git a/packages/reactjs-player/package.json b/packages/reactjs-player/package.json index 6c2a9703..ac6b2eb2 100644 --- a/packages/reactjs-player/package.json +++ b/packages/reactjs-player/package.json @@ -1,6 +1,6 @@ { "name": "reactjs-player", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。", "keywords": [ "react", @@ -72,14 +72,14 @@ "react-swf": "^1.0.7" }, "dependencies": { - "@reactjs-player/use-flvjs": "^0.6.1-alpha.1", - "@reactjs-player/use-fullscreen": "^0.6.1-alpha.1", - "@reactjs-player/use-hlsjs": "^0.6.1-alpha.1", - "@reactjs-player/use-native": "^0.6.1-alpha.1", - "@reactjs-player/use-pip": "^0.6.1-alpha.1", - "@reactjs-player/use-playback-rate": "^0.6.1-alpha.1", - "@reactjs-player/use-state": "^0.6.1-alpha.1", - "@reactjs-player/use-time": "^0.6.1-alpha.1", - "@reactjs-player/use-volume": "^0.6.1-alpha.1" + "@reactjs-player/use-flvjs": "^0.6.1-alpha.2", + "@reactjs-player/use-fullscreen": "^0.6.1-alpha.2", + "@reactjs-player/use-hlsjs": "^0.6.1-alpha.2", + "@reactjs-player/use-native": "^0.6.1-alpha.2", + "@reactjs-player/use-pip": "^0.6.1-alpha.2", + "@reactjs-player/use-playback-rate": "^0.6.1-alpha.2", + "@reactjs-player/use-state": "^0.6.1-alpha.2", + "@reactjs-player/use-time": "^0.6.1-alpha.2", + "@reactjs-player/use-volume": "^0.6.1-alpha.2" } } diff --git a/packages/use-flvjs/CHANGELOG.md b/packages/use-flvjs/CHANGELOG.md index 33885953..251a2e6c 100644 --- a/packages/use-flvjs/CHANGELOG.md +++ b/packages/use-flvjs/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-flvjs + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-flvjs diff --git a/packages/use-flvjs/package.json b/packages/use-flvjs/package.json index 939c2ef3..03b94a5e 100644 --- a/packages/use-flvjs/package.json +++ b/packages/use-flvjs/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-flvjs", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-flvjs#readme", diff --git a/packages/use-fullscreen/CHANGELOG.md b/packages/use-fullscreen/CHANGELOG.md index e568b973..87a581d4 100644 --- a/packages/use-fullscreen/CHANGELOG.md +++ b/packages/use-fullscreen/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-fullscreen + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-fullscreen diff --git a/packages/use-fullscreen/package.json b/packages/use-fullscreen/package.json index a4e801b4..3685026e 100644 --- a/packages/use-fullscreen/package.json +++ b/packages/use-fullscreen/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-fullscreen", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-fullscreen#readme", diff --git a/packages/use-hlsjs/CHANGELOG.md b/packages/use-hlsjs/CHANGELOG.md index 591c373f..10593b88 100644 --- a/packages/use-hlsjs/CHANGELOG.md +++ b/packages/use-hlsjs/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-hlsjs + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-hlsjs diff --git a/packages/use-hlsjs/package.json b/packages/use-hlsjs/package.json index d5ccd98f..b5e4cd89 100644 --- a/packages/use-hlsjs/package.json +++ b/packages/use-hlsjs/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-hlsjs", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-hlsjs#readme", diff --git a/packages/use-native/CHANGELOG.md b/packages/use-native/CHANGELOG.md index 6cb97356..d677087c 100644 --- a/packages/use-native/CHANGELOG.md +++ b/packages/use-native/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-native + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-native diff --git a/packages/use-native/package.json b/packages/use-native/package.json index 33586487..6f8c6d43 100644 --- a/packages/use-native/package.json +++ b/packages/use-native/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-native", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-native#readme", diff --git a/packages/use-pip/CHANGELOG.md b/packages/use-pip/CHANGELOG.md index a201cfea..039c14e6 100644 --- a/packages/use-pip/CHANGELOG.md +++ b/packages/use-pip/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-pip + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-pip diff --git a/packages/use-pip/package.json b/packages/use-pip/package.json index e610c991..3a27a0c1 100644 --- a/packages/use-pip/package.json +++ b/packages/use-pip/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-pip", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-pip#readme", diff --git a/packages/use-playback-rate/CHANGELOG.md b/packages/use-playback-rate/CHANGELOG.md index b0b0819b..ad5bfb28 100644 --- a/packages/use-playback-rate/CHANGELOG.md +++ b/packages/use-playback-rate/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-playback-rate + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-playback-rate diff --git a/packages/use-playback-rate/package.json b/packages/use-playback-rate/package.json index e053feeb..9efbac66 100644 --- a/packages/use-playback-rate/package.json +++ b/packages/use-playback-rate/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-playback-rate", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-playback-rate#readme", diff --git a/packages/use-state/CHANGELOG.md b/packages/use-state/CHANGELOG.md index 0fd5c82b..533c57f4 100644 --- a/packages/use-state/CHANGELOG.md +++ b/packages/use-state/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-state + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-state diff --git a/packages/use-state/package.json b/packages/use-state/package.json index f2bd30fc..76846d38 100644 --- a/packages/use-state/package.json +++ b/packages/use-state/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-state", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-state#readme", diff --git a/packages/use-time/CHANGELOG.md b/packages/use-time/CHANGELOG.md index f6c58504..37fd1f70 100644 --- a/packages/use-time/CHANGELOG.md +++ b/packages/use-time/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-time + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-time diff --git a/packages/use-time/package.json b/packages/use-time/package.json index f8978d02..bf89df20 100644 --- a/packages/use-time/package.json +++ b/packages/use-time/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-time", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-time#readme", diff --git a/packages/use-volume/CHANGELOG.md b/packages/use-volume/CHANGELOG.md index 19fede0a..deae74fc 100644 --- a/packages/use-volume/CHANGELOG.md +++ b/packages/use-volume/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. +## [0.6.1-alpha.2](https://github.com/goblin-laboratory/react-player/compare/v0.6.1-alpha.1...v0.6.1-alpha.2) (2019-08-26) + +**Note:** Version bump only for package @reactjs-player/use-volume + + + + + ## [0.6.1-alpha.1](https://github.com/goblin-laboratory/react-player/compare/v0.6.2-alpha.0...v0.6.1-alpha.1) (2019-08-26) **Note:** Version bump only for package @reactjs-player/use-volume diff --git a/packages/use-volume/package.json b/packages/use-volume/package.json index 682cf17b..16fc1344 100644 --- a/packages/use-volume/package.json +++ b/packages/use-volume/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-volume", - "version": "0.6.1-alpha.1", + "version": "0.6.1-alpha.2", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-volume#readme",