Skip to content

Commit

Permalink
chore(release): publish v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Sep 6, 2019
1 parent c6b07a6 commit 031fc90
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.3](https://github.com/goblin-laboratory/react-player/compare/v0.8.2...v0.8.3) (2019-09-06)


### Bug Fixes

* duration 增加 Infinity 校验 ([c7ca1b3](https://github.com/goblin-laboratory/react-player/commit/c7ca1b3))
* 修复 control bar 自动隐藏相关问题 ([737fcf2](https://github.com/goblin-laboratory/react-player/commit/737fcf2))
* 手机端 control bar 显示时进度条 handel 强制显示 ([c6b07a6](https://github.com/goblin-laboratory/react-player/commit/c6b07a6))





## [0.8.2](https://github.com/goblin-laboratory/react-player/compare/v0.8.1...v0.8.2) (2019-09-05)


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": "0.8.2",
"version": "0.8.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/reactjs-player-demo/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.

## [0.8.3](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.2...v0.8.3) (2019-09-06)

**Note:** Version bump only for package @reactjs-player/demo





## [0.8.2](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.1...v0.8.2) (2019-09-05)

**Note:** Version bump only for package @reactjs-player/demo
Expand Down
4 changes: 2 additions & 2 deletions packages/reactjs-player-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@reactjs-player/demo",
"private": true,
"version": "0.8.2",
"version": "0.8.3",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react-dom": "^16.9.0",
"react-scripts": "^3.1.0",
"react-swf": "^1.0.7",
"reactjs-player": "^0.8.2",
"reactjs-player": "^0.8.3",
"ua-parser-js": "^0.7.20"
},
"browserslist": {
Expand Down
12 changes: 12 additions & 0 deletions packages/reactjs-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.3](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.2...v0.8.3) (2019-09-06)


### Bug Fixes

* 修复 control bar 自动隐藏相关问题 ([737fcf2](https://github.com/goblin-laboratory/reactjs-player/commit/737fcf2))
* 手机端 control bar 显示时进度条 handel 强制显示 ([c6b07a6](https://github.com/goblin-laboratory/reactjs-player/commit/c6b07a6))





## [0.8.2](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.1...v0.8.2) (2019-09-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/reactjs-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactjs-player",
"version": "0.8.2",
"version": "0.8.3",
"description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。",
"keywords": [
"react",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@reactjs-player/use-pip": "^0.8.1",
"@reactjs-player/use-playback-rate": "^0.8.1",
"@reactjs-player/use-state": "^0.8.1",
"@reactjs-player/use-time": "^0.8.2",
"@reactjs-player/use-time": "^0.8.3",
"@reactjs-player/use-volume": "^0.8.1"
}
}
11 changes: 11 additions & 0 deletions packages/use-time/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.

## [0.8.3](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.2...v0.8.3) (2019-09-06)


### Bug Fixes

* duration 增加 Infinity 校验 ([c7ca1b3](https://github.com/goblin-laboratory/reactjs-player/commit/c7ca1b3))





## [0.8.2](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.1...v0.8.2) (2019-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-time",
"version": "0.8.2",
"version": "0.8.3",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-time/README.md",
Expand Down

0 comments on commit 031fc90

Please sign in to comment.