Skip to content

Commit

Permalink
chore(release): publish v0.6.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Aug 26, 2019
1 parent 2ffd154 commit b9cb556
Show file tree
Hide file tree
Showing 24 changed files with 125 additions and 24 deletions.
8 changes: 8 additions & 0 deletions 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.



**Note:** Version bump only for package react-player





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.0) (2019-08-26)


Expand Down
11 changes: 8 additions & 3 deletions lerna.json
@@ -1,14 +1,19 @@
{
"packages": ["packages/*"],
"version": "0.6.1-alpha.0",
"packages": [
"packages/*"
],
"version": "0.6.2-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"run": {
"npmClient": "yarn"
},
"version": {
"allowBranch": ["master", "lerna"],
"allowBranch": [
"master",
"lerna"
],
"message": "chore(release): publish %s"
},
"publishConfig": {
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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/reactjs-player-demo#readme",
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.6.1-alpha.0",
"reactjs-player": "^0.6.2-alpha.0",
"ua-parser-js": "^0.7.20"
},
"browserslist": {
Expand Down
8 changes: 8 additions & 0 deletions packages/reactjs-player/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.



**Note:** Version bump only for package reactjs-player





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.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.6.1-alpha.0",
"@reactjs-player/use-fullscreen": "^0.6.1-alpha.0",
"@reactjs-player/use-hlsjs": "^0.6.1-alpha.0",
"@reactjs-player/use-native": "^0.6.1-alpha.0",
"@reactjs-player/use-pip": "^0.6.1-alpha.0",
"@reactjs-player/use-playback-rate": "^0.6.1-alpha.0",
"@reactjs-player/use-state": "^0.6.1-alpha.0",
"@reactjs-player/use-time": "^0.6.1-alpha.0",
"@reactjs-player/use-volume": "^0.6.1-alpha.0"
"@reactjs-player/use-flvjs": "^0.6.2-alpha.0",
"@reactjs-player/use-fullscreen": "^0.6.2-alpha.0",
"@reactjs-player/use-hlsjs": "^0.6.2-alpha.0",
"@reactjs-player/use-native": "^0.6.2-alpha.0",
"@reactjs-player/use-pip": "^0.6.2-alpha.0",
"@reactjs-player/use-playback-rate": "^0.6.2-alpha.0",
"@reactjs-player/use-state": "^0.6.2-alpha.0",
"@reactjs-player/use-time": "^0.6.2-alpha.0",
"@reactjs-player/use-volume": "^0.6.2-alpha.0"
}
}
8 changes: 8 additions & 0 deletions packages/use-flvjs/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-flvjs#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-fullscreen/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-fullscreen#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-hlsjs/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-hlsjs#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-native/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-native#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-pip/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-pip#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-playback-rate/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.



**Note:** Version bump only for package @reactjs-player/use-playback-rate





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-playback-rate#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-state/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-state#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-time/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-time#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-volume/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.



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





## [0.6.1-alpha.0](https://github.com/goblin-laboratory/react-player/compare/v0.5.5...v0.6.1-alpha.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.6.1-alpha.0",
"version": "0.6.2-alpha.0",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://goblin-laboratory.github.io/react-player/tree/master/packages/use-volume#readme",
Expand Down

0 comments on commit b9cb556

Please sign in to comment.