Skip to content

Commit

Permalink
chore(release): publish v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Oct 24, 2019
1 parent 9fba79e commit 68da147
Show file tree
Hide file tree
Showing 14 changed files with 89 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
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.9.1](https://github.com/goblin-laboratory/react-player/compare/v0.9.0...v0.9.1) (2019-10-24)


### Bug Fixes

* 修复 ReactjsPlayer 无法正常切换 kennel 问题 ([2eeca58](https://github.com/goblin-laboratory/react-player/commit/2eeca58))
* 修复停止播放后仍然存在更新 state 的问题 ([eddb684](https://github.com/goblin-laboratory/react-player/commit/eddb684))
* 修复时间显示为 5:59:60 的问题 ([772c898](https://github.com/goblin-laboratory/react-player/commit/772c898))





# [0.9.0](https://github.com/goblin-laboratory/react-player/compare/v0.8.3...v0.9.0) (2019-10-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.9.0",
"version": "0.9.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/reactjs-player-demo/CHANGELOG.md
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.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





# [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/reactjs-player-demo/package.json
@@ -1,7 +1,7 @@
{
"name": "@reactjs-player/demo",
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"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.9.0",
"reactjs-player": "^0.9.1",
"ua-parser-js": "^0.7.20"
},
"browserslist": {
Expand Down
12 changes: 12 additions & 0 deletions packages/reactjs-player/CHANGELOG.md
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.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24)


### Bug Fixes

* 修复 ReactjsPlayer 无法正常切换 kennel 问题 ([2eeca58](https://github.com/goblin-laboratory/reactjs-player/commit/2eeca58))
* 修复时间显示为 5:59:60 的问题 ([772c898](https://github.com/goblin-laboratory/reactjs-player/commit/772c898))





# [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12)


Expand Down
10 changes: 5 additions & 5 deletions packages/reactjs-player/package.json
@@ -1,6 +1,6 @@
{
"name": "reactjs-player",
"version": "0.9.0",
"version": "0.9.1",
"description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。",
"keywords": [
"react",
Expand Down Expand Up @@ -57,14 +57,14 @@
"react-swf": "^1.0.7"
},
"dependencies": {
"@reactjs-player/use-flvjs": "^0.9.0",
"@reactjs-player/use-flvjs": "^0.9.1",
"@reactjs-player/use-fullscreen": "^0.9.0",
"@reactjs-player/use-hlsjs": "^0.9.0",
"@reactjs-player/use-native": "^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.0",
"@reactjs-player/use-time": "^0.9.1",
"@reactjs-player/use-volume": "^0.9.0"
}
}
11 changes: 11 additions & 0 deletions packages/use-flvjs/CHANGELOG.md
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.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24)


### Bug Fixes

* 修复 ReactjsPlayer 无法正常切换 kennel 问题 ([2eeca58](https://github.com/goblin-laboratory/reactjs-player/commit/2eeca58))





# [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-flvjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-flvjs",
"version": "0.9.0",
"version": "0.9.1",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-flvjs/README.md",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-hlsjs/CHANGELOG.md
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.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24)


### Bug Fixes

* 修复 ReactjsPlayer 无法正常切换 kennel 问题 ([2eeca58](https://github.com/goblin-laboratory/reactjs-player/commit/2eeca58))





# [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-hlsjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-hlsjs",
"version": "0.9.0",
"version": "0.9.1",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-hlsjs/README.md",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-native/CHANGELOG.md
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.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24)


### Bug Fixes

* 修复 ReactjsPlayer 无法正常切换 kennel 问题 ([2eeca58](https://github.com/goblin-laboratory/reactjs-player/commit/2eeca58))





# [0.9.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.8.3...v0.9.0) (2019-10-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-native",
"version": "0.9.0",
"version": "0.9.1",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-native/README.md",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-time/CHANGELOG.md
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.9.1](https://github.com/goblin-laboratory/reactjs-player/compare/v0.9.0...v0.9.1) (2019-10-24)


### Bug Fixes

* 修复停止播放后仍然存在更新 state 的问题 ([eddb684](https://github.com/goblin-laboratory/reactjs-player/commit/eddb684))





# [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-time
Expand Down
2 changes: 1 addition & 1 deletion packages/use-time/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-time",
"version": "0.9.0",
"version": "0.9.1",
"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 68da147

Please sign in to comment.