Skip to content

Commit

Permalink
chore(release): publish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Jan 6, 2020
1 parent 2047017 commit 859ef21
Show file tree
Hide file tree
Showing 24 changed files with 163 additions and 22 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.9.1",
"version": "1.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
19 changes: 19 additions & 0 deletions packages/reactjs-player-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.9.1",
"version": "1.0.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.9.1",
"reactjs-player": "^1.0.0",
"ua-parser-js": "^0.7.20",
"vconsole": "^3.3.4"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/reactjs-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
20 changes: 10 additions & 10 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.9.1",
"version": "1.0.0",
"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.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"
}
}
8 changes: 8 additions & 0 deletions packages/use-flvjs/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.

# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-flvjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-flvjs",
"version": "0.9.1",
"version": "1.0.0",
"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
18 changes: 18 additions & 0 deletions packages/use-fullscreen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/use-fullscreen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-fullscreen",
"version": "0.9.0",
"version": "1.0.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-fullscreen/README.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-hlsjs/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.

# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-hlsjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-hlsjs",
"version": "0.9.1",
"version": "1.0.0",
"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
8 changes: 8 additions & 0 deletions packages/use-native/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.

# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-native",
"version": "0.9.1",
"version": "1.0.0",
"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
8 changes: 8 additions & 0 deletions packages/use-pip/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/use-pip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-pip",
"version": "0.9.0",
"version": "1.0.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-pip/README.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-playback-rate/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/use-playback-rate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-playback-rate",
"version": "0.9.0",
"version": "1.0.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-playback-rate/README.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-state/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/use-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-state",
"version": "0.9.0",
"version": "1.0.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-state/README.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-time/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.

# [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)


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.9.1",
"version": "1.0.0",
"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
8 changes: 8 additions & 0 deletions packages/use-volume/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/use-volume/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-volume",
"version": "0.9.0",
"version": "1.0.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-volume/README.md",
Expand Down

0 comments on commit 859ef21

Please sign in to comment.