From 859ef21818088d0c97ff16cb361139fd0c9507a3 Mon Sep 17 00:00:00 2001 From: xiaosong Date: Mon, 6 Jan 2020 15:23:07 +0800 Subject: [PATCH] chore(release): publish v1.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ lerna.json | 2 +- packages/reactjs-player-demo/CHANGELOG.md | 19 +++++++++++++++++++ packages/reactjs-player-demo/package.json | 4 ++-- packages/reactjs-player/CHANGELOG.md | 19 +++++++++++++++++++ packages/reactjs-player/package.json | 20 ++++++++++---------- packages/use-flvjs/CHANGELOG.md | 8 ++++++++ packages/use-flvjs/package.json | 2 +- packages/use-fullscreen/CHANGELOG.md | 18 ++++++++++++++++++ packages/use-fullscreen/package.json | 2 +- packages/use-hlsjs/CHANGELOG.md | 8 ++++++++ packages/use-hlsjs/package.json | 2 +- packages/use-native/CHANGELOG.md | 8 ++++++++ packages/use-native/package.json | 2 +- packages/use-pip/CHANGELOG.md | 8 ++++++++ packages/use-pip/package.json | 2 +- packages/use-playback-rate/CHANGELOG.md | 8 ++++++++ packages/use-playback-rate/package.json | 2 +- packages/use-state/CHANGELOG.md | 8 ++++++++ packages/use-state/package.json | 2 +- packages/use-time/CHANGELOG.md | 8 ++++++++ packages/use-time/package.json | 2 +- packages/use-volume/CHANGELOG.md | 8 ++++++++ packages/use-volume/package.json | 2 +- 24 files changed, 163 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d88ed0a..4f8ea565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/goblin-laboratory/react-player/compare/v0.9.1...v1.0.0) (2020-01-06) + + +### Features + +* demo 增加 vconsole,方便手机上查看 log ([a3eca25](https://github.com/goblin-laboratory/react-player/commit/a3eca25)) +* demo 增加 vconsole,方便手机上查看 log ([cb744aa](https://github.com/goblin-laboratory/react-player/commit/cb744aa)) +* 使用 x5 最新的同层播放 h5-page 代替 x5-playsinline ([2359029](https://github.com/goblin-laboratory/react-player/commit/2359029)) +* 增大进度条拖动操作区域 ([2047017](https://github.com/goblin-laboratory/react-player/commit/2047017)) + + +### BREAKING CHANGES + +* 安卓上微信浏览器使用页面内播放代替同层播放 +- 删除 x5playsinline 属性 +- 删除 x5videofullscreen 状态 + + + + + ## [0.9.1](https://github.com/goblin-laboratory/react-player/compare/v0.9.0...v0.9.1) (2019-10-24) diff --git a/lerna.json b/lerna.json index 73743da8..1806b4fd 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.9.1", + "version": "1.0.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/reactjs-player-demo/CHANGELOG.md b/packages/reactjs-player-demo/CHANGELOG.md index 8094f578..61ae9044 100644 --- a/packages/reactjs-player-demo/CHANGELOG.md +++ b/packages/reactjs-player-demo/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + + +### Features + +* demo 增加 vconsole,方便手机上查看 log ([cb744aa](https://github.com/goblin-laboratory/reactjs-player/commit/cb744aa)) +* 使用 x5 最新的同层播放 h5-page 代替 x5-playsinline ([2359029](https://github.com/goblin-laboratory/reactjs-player/commit/2359029)) + + +### BREAKING CHANGES + +* 安卓上微信浏览器使用页面内播放代替同层播放 +- 删除 x5playsinline 属性 +- 删除 x5videofullscreen 状态 + + + + + ## [0.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24) **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 630e7b43..d2ccb269 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.9.1", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://goblin-laboratory.github.io/reactjs-player/", @@ -33,7 +33,7 @@ "react-dom": "^16.9.0", "react-scripts": "^3.1.0", "react-swf": "^1.0.7", - "reactjs-player": "^0.9.1", + "reactjs-player": "^1.0.0", "ua-parser-js": "^0.7.20", "vconsole": "^3.3.4" }, diff --git a/packages/reactjs-player/CHANGELOG.md b/packages/reactjs-player/CHANGELOG.md index e5eedd54..bef17e41 100644 --- a/packages/reactjs-player/CHANGELOG.md +++ b/packages/reactjs-player/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + + +### Features + +* 使用 x5 最新的同层播放 h5-page 代替 x5-playsinline ([2359029](https://github.com/goblin-laboratory/reactjs-player/commit/2359029)) +* 增大进度条拖动操作区域 ([2047017](https://github.com/goblin-laboratory/reactjs-player/commit/2047017)) + + +### BREAKING CHANGES + +* 安卓上微信浏览器使用页面内播放代替同层播放 +- 删除 x5playsinline 属性 +- 删除 x5videofullscreen 状态 + + + + + ## [0.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24) diff --git a/packages/reactjs-player/package.json b/packages/reactjs-player/package.json index fa138b5f..7f87c761 100644 --- a/packages/reactjs-player/package.json +++ b/packages/reactjs-player/package.json @@ -1,6 +1,6 @@ { "name": "reactjs-player", - "version": "0.9.1", + "version": "1.0.0", "description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。", "keywords": [ "react", @@ -57,14 +57,14 @@ "react-swf": "^1.0.7" }, "dependencies": { - "@reactjs-player/use-flvjs": "^0.9.1", - "@reactjs-player/use-fullscreen": "^0.9.0", - "@reactjs-player/use-hlsjs": "^0.9.1", - "@reactjs-player/use-native": "^0.9.1", - "@reactjs-player/use-pip": "^0.9.0", - "@reactjs-player/use-playback-rate": "^0.9.0", - "@reactjs-player/use-state": "^0.9.0", - "@reactjs-player/use-time": "^0.9.1", - "@reactjs-player/use-volume": "^0.9.0" + "@reactjs-player/use-flvjs": "^1.0.0", + "@reactjs-player/use-fullscreen": "^1.0.0", + "@reactjs-player/use-hlsjs": "^1.0.0", + "@reactjs-player/use-native": "^1.0.0", + "@reactjs-player/use-pip": "^1.0.0", + "@reactjs-player/use-playback-rate": "^1.0.0", + "@reactjs-player/use-state": "^1.0.0", + "@reactjs-player/use-time": "^1.0.0", + "@reactjs-player/use-volume": "^1.0.0" } } diff --git a/packages/use-flvjs/CHANGELOG.md b/packages/use-flvjs/CHANGELOG.md index a75103bc..a3af2b27 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-flvjs + + + + + ## [0.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24) diff --git a/packages/use-flvjs/package.json b/packages/use-flvjs/package.json index d160d731..0bb4dd8e 100644 --- a/packages/use-flvjs/package.json +++ b/packages/use-flvjs/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-flvjs", - "version": "0.9.1", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-flvjs/README.md", diff --git a/packages/use-fullscreen/CHANGELOG.md b/packages/use-fullscreen/CHANGELOG.md index 24cb9b8f..1d847ab6 100644 --- a/packages/use-fullscreen/CHANGELOG.md +++ b/packages/use-fullscreen/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + + +### Features + +* 使用 x5 最新的同层播放 h5-page 代替 x5-playsinline ([2359029](https://github.com/goblin-laboratory/reactjs-player/commit/2359029)) + + +### BREAKING CHANGES + +* 安卓上微信浏览器使用页面内播放代替同层播放 +- 删除 x5playsinline 属性 +- 删除 x5videofullscreen 状态 + + + + + # [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12) **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 75449f47..47cd1e10 100644 --- a/packages/use-fullscreen/package.json +++ b/packages/use-fullscreen/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-fullscreen", - "version": "0.9.0", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-fullscreen/README.md", diff --git a/packages/use-hlsjs/CHANGELOG.md b/packages/use-hlsjs/CHANGELOG.md index 0086b132..9227df5b 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-hlsjs + + + + + ## [0.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24) diff --git a/packages/use-hlsjs/package.json b/packages/use-hlsjs/package.json index 87c78648..e7cb236e 100644 --- a/packages/use-hlsjs/package.json +++ b/packages/use-hlsjs/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-hlsjs", - "version": "0.9.1", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-hlsjs/README.md", diff --git a/packages/use-native/CHANGELOG.md b/packages/use-native/CHANGELOG.md index fd51e62a..17792f7b 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-native + + + + + ## [0.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24) diff --git a/packages/use-native/package.json b/packages/use-native/package.json index 3ececa81..a34202e4 100644 --- a/packages/use-native/package.json +++ b/packages/use-native/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-native", - "version": "0.9.1", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-native/README.md", diff --git a/packages/use-pip/CHANGELOG.md b/packages/use-pip/CHANGELOG.md index d1fbe440..ecc37c2f 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-pip + + + + + # [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12) **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 e0c5f560..d87f9953 100644 --- a/packages/use-pip/package.json +++ b/packages/use-pip/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-pip", - "version": "0.9.0", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-pip/README.md", diff --git a/packages/use-playback-rate/CHANGELOG.md b/packages/use-playback-rate/CHANGELOG.md index 6dfa373d..f34d1479 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-playback-rate + + + + + # [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12) **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 116c516e..9df26db3 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.9.0", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-playback-rate/README.md", diff --git a/packages/use-state/CHANGELOG.md b/packages/use-state/CHANGELOG.md index c53240f9..e1e481d8 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-state + + + + + # [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12) **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 773dc55f..b91e0a27 100644 --- a/packages/use-state/package.json +++ b/packages/use-state/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-state", - "version": "0.9.0", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-state/README.md", diff --git a/packages/use-time/CHANGELOG.md b/packages/use-time/CHANGELOG.md index 438168e1..72d53606 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-time + + + + + ## [0.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24) diff --git a/packages/use-time/package.json b/packages/use-time/package.json index 70f837f9..3f3e7b5d 100644 --- a/packages/use-time/package.json +++ b/packages/use-time/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-time", - "version": "0.9.1", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-time/README.md", diff --git a/packages/use-volume/CHANGELOG.md b/packages/use-volume/CHANGELOG.md index 722ebed2..f9a721e7 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. +# [1.0.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.1...v1.0.0) (2020-01-06) + +**Note:** Version bump only for package @reactjs-player/use-volume + + + + + # [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12) **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 c75bab98..022a6491 100644 --- a/packages/use-volume/package.json +++ b/packages/use-volume/package.json @@ -1,6 +1,6 @@ { "name": "@reactjs-player/use-volume", - "version": "0.9.0", + "version": "1.0.0", "description": "> TODO: description", "author": "xiaosong ", "homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-volume/README.md",