Skip to content

Commit

Permalink
Revert "chore(release): publish v1.0.6"
Browse files Browse the repository at this point in the history
This reverts commit 6777acd.
  • Loading branch information
xiaosongxiaosong committed Oct 14, 2020
1 parent 6777acd commit 732e679
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 60 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.6](https://github.com/goblin-laboratory/react-player/compare/v1.0.5...v1.0.6) (2020-10-14)


### Bug Fixes

* 修复恢复播放问题 ([b70c363](https://github.com/goblin-laboratory/react-player/commit/b70c363))





## [1.0.5](https://github.com/goblin-laboratory/react-player/compare/v1.0.4...v1.0.5) (2020-10-14)


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

## [1.0.6](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.5...v1.0.6) (2020-10-14)

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





## [1.0.5](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.4...v1.0.5) (2020-10-14)


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": "1.0.6",
"version": "1.0.5",
"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": "^1.0.6",
"reactjs-player": "^1.0.5",
"ua-parser-js": "^0.7.20",
"vconsole": "^3.3.4"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/reactjs-player/CHANGELOG.md
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.6](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.5...v1.0.6) (2020-10-14)


### Bug Fixes

* 修复恢复播放问题 ([b70c363](https://github.com/goblin-laboratory/reactjs-player/commit/b70c363))





## [1.0.5](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.4...v1.0.5) (2020-10-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/reactjs-player/package.json
@@ -1,6 +1,6 @@
{
"name": "reactjs-player",
"version": "1.0.6",
"version": "1.0.5",
"description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。",
"keywords": [
"react",
Expand Down Expand Up @@ -57,14 +57,14 @@
"react-swf": "^1.0.7"
},
"dependencies": {
"@reactjs-player/use-autoplay": "^1.0.6",
"@reactjs-player/use-autoplay": "^1.0.4",
"@reactjs-player/use-flvjs": "^1.0.2",
"@reactjs-player/use-fullscreen": "^1.0.5",
"@reactjs-player/use-hlsjs": "^1.0.2",
"@reactjs-player/use-native": "^1.0.2",
"@reactjs-player/use-pip": "^1.0.5",
"@reactjs-player/use-playback-rate": "^1.0.5",
"@reactjs-player/use-state": "^1.0.6",
"@reactjs-player/use-state": "^1.0.5",
"@reactjs-player/use-time": "^1.0.5",
"@reactjs-player/use-volume": "^1.0.5"
}
Expand Down
11 changes: 0 additions & 11 deletions packages/use-autoplay/CHANGELOG.md
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.6](https://github.com/goblin-laboratory/react-player/compare/v1.0.5...v1.0.6) (2020-10-14)


### Bug Fixes

* 修复恢复播放问题 ([b70c363](https://github.com/goblin-laboratory/react-player/commit/b70c363))





## [1.0.4](https://github.com/goblin-laboratory/react-player/compare/v1.0.3...v1.0.4) (2020-02-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-autoplay/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-autoplay",
"version": "1.0.6",
"version": "1.0.4",
"description": "> TODO: description",
"author": "xiaosong <kunkkaco@gmail.com>",
"homepage": "https://github.com/goblin-laboratory/react-player#readme",
Expand Down
11 changes: 0 additions & 11 deletions packages/use-state/CHANGELOG.md
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.6](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.5...v1.0.6) (2020-10-14)


### Bug Fixes

* 修复恢复播放问题 ([b70c363](https://github.com/goblin-laboratory/reactjs-player/commit/b70c363))





## [1.0.5](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.4...v1.0.5) (2020-10-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-state/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-state",
"version": "1.0.6",
"version": "1.0.5",
"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

0 comments on commit 732e679

Please sign in to comment.