Skip to content

Commit

Permalink
chore(release): publish v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Jan 19, 2020
1 parent cb45ef8 commit 3bdaa3c
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 6 deletions.
12 changes: 12 additions & 0 deletions 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.

## [1.0.3](https://github.com/goblin-laboratory/react-player/compare/v1.0.2...v1.0.3) (2020-01-19)


### Bug Fixes

* 暂时删除未通过的单元测试测试项 ([cb45ef8](https://github.com/goblin-laboratory/react-player/commit/cb45ef8))
* 解决直播时一直显示 loading 问题 ([e22805a](https://github.com/goblin-laboratory/react-player/commit/e22805a))





## [1.0.2](https://github.com/goblin-laboratory/react-player/compare/v1.0.2-alpha.0...v1.0.2) (2020-01-15)

**Note:** Version bump only for package reactjs-player
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.2",
"version": "1.0.3",
"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.

## [1.0.3](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.2...v1.0.3) (2020-01-19)

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





## [1.0.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.2-alpha.0...v1.0.2) (2020-01-15)

**Note:** Version bump only for package @reactjs-player/demo
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.2",
"version": "1.0.3",
"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.2",
"reactjs-player": "^1.0.3",
"ua-parser-js": "^0.7.20",
"vconsole": "^3.3.4"
},
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.

## [1.0.3](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.2...v1.0.3) (2020-01-19)


### Bug Fixes

* 解决直播时一直显示 loading 问题 ([e22805a](https://github.com/goblin-laboratory/reactjs-player/commit/e22805a))





## [1.0.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.2-alpha.0...v1.0.2) (2020-01-15)

**Note:** Version bump only for package reactjs-player
Expand Down
4 changes: 2 additions & 2 deletions packages/reactjs-player/package.json
@@ -1,6 +1,6 @@
{
"name": "reactjs-player",
"version": "1.0.2",
"version": "1.0.3",
"description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。",
"keywords": [
"react",
Expand Down Expand Up @@ -66,6 +66,6 @@
"@reactjs-player/use-playback-rate": "^1.0.2",
"@reactjs-player/use-state": "^1.0.2",
"@reactjs-player/use-time": "^1.0.2",
"@reactjs-player/use-volume": "^1.0.2"
"@reactjs-player/use-volume": "^1.0.3"
}
}
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.

## [1.0.3](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.2...v1.0.3) (2020-01-19)


### Bug Fixes

* 暂时删除未通过的单元测试测试项 ([cb45ef8](https://github.com/goblin-laboratory/reactjs-player/commit/cb45ef8))





## [1.0.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.2-alpha.0...v1.0.2) (2020-01-15)

**Note:** Version bump only for package @reactjs-player/use-volume
Expand Down
2 changes: 1 addition & 1 deletion packages/use-volume/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactjs-player/use-volume",
"version": "1.0.2",
"version": "1.0.3",
"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 3bdaa3c

Please sign in to comment.