Skip to content

Commit

Permalink
chore(release): publish v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Aug 26, 2019
1 parent f511f67 commit 492e09a
Show file tree
Hide file tree
Showing 24 changed files with 164 additions and 22 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/goblin-laboratory/react-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Bug Fixes

* 解决 demo 页面 css/js 文件加载失败问题 ([fec57f0](https://github.com/goblin-laboratory/react-player/commit/fec57f0))


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/react-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/react-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.7.0",
"version": "0.8.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
16 changes: 16 additions & 0 deletions packages/reactjs-player-demo/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Bug Fixes

* 解决 demo 页面 css/js 文件加载失败问题 ([fec57f0](https://github.com/goblin-laboratory/reactjs-player/commit/fec57f0))


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


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.7.0",
"version": "0.8.0",
"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.7.0",
"reactjs-player": "^0.8.0",
"ua-parser-js": "^0.7.20"
},
"browserslist": {
Expand Down
11 changes: 11 additions & 0 deletions packages/reactjs-player/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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
20 changes: 10 additions & 10 deletions packages/reactjs-player/package.json
@@ -1,6 +1,6 @@
{
"name": "reactjs-player",
"version": "0.7.0",
"version": "0.8.0",
"description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。",
"keywords": [
"react",
Expand Down Expand Up @@ -72,14 +72,14 @@
"react-swf": "^1.0.7"
},
"dependencies": {
"@reactjs-player/use-flvjs": "^0.7.0",
"@reactjs-player/use-fullscreen": "^0.7.0",
"@reactjs-player/use-hlsjs": "^0.7.0",
"@reactjs-player/use-native": "^0.7.0",
"@reactjs-player/use-pip": "^0.7.0",
"@reactjs-player/use-playback-rate": "^0.7.0",
"@reactjs-player/use-state": "^0.7.0",
"@reactjs-player/use-time": "^0.7.0",
"@reactjs-player/use-volume": "^0.7.0"
"@reactjs-player/use-flvjs": "^0.8.0",
"@reactjs-player/use-fullscreen": "^0.8.0",
"@reactjs-player/use-hlsjs": "^0.8.0",
"@reactjs-player/use-native": "^0.8.0",
"@reactjs-player/use-pip": "^0.8.0",
"@reactjs-player/use-playback-rate": "^0.8.0",
"@reactjs-player/use-state": "^0.8.0",
"@reactjs-player/use-time": "^0.8.0",
"@reactjs-player/use-volume": "^0.8.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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-flvjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-flvjs",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-flvjs#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-fullscreen/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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-fullscreen/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-fullscreen",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-fullscreen#readme",
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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-hlsjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-hlsjs",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-hlsjs#readme",
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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-native",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-native#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-pip/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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-pip/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-pip",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-pip#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-playback-rate/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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-playback-rate/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-playback-rate",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-playback-rate#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-state/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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-state/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-state",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-state#readme",
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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-time/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-time",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-time#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-volume/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.8.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.8.0) (2019-08-26)


### Features

* react-player => reactjs-player ([7be8bdb](https://github.com/goblin-laboratory/reactjs-player/commit/7be8bdb))





# [0.7.0](https://github.com/goblin-laboratory/reactjs-player/compare/v0.6.3...v0.7.0) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-volume/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-volume",
"version": "0.7.0",
"version": "0.8.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/reactjs-player/tree/master/packages/use-volume#readme",
Expand Down

0 comments on commit 492e09a

Please sign in to comment.