Skip to content

Commit

Permalink
chore(release): publish v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongxiaosong committed Feb 17, 2020
1 parent 2347688 commit cc07979
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.4](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.3...v1.0.4) (2020-02-17)


### Bug Fixes

* 修复 src 被清除问题 ([2347688](https://github.com/goblin-laboratory/reactjs-player/commit/2347688))





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


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": "1.0.3",
"version": "1.0.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/reactjs-player-demo/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.4](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.3...v1.0.4) (2020-02-17)

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





## [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
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": "1.0.3",
"version": "1.0.4",
"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.3",
"reactjs-player": "^1.0.4",
"ua-parser-js": "^0.7.20",
"vconsole": "^3.3.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/reactjs-player/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.4](https://github.com/goblin-laboratory/reactjs-player/compare/v1.0.3...v1.0.4) (2020-02-17)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/reactjs-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactjs-player",
"version": "1.0.3",
"version": "1.0.4",
"description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。",
"keywords": [
"react",
Expand Down Expand Up @@ -57,7 +57,7 @@
"react-swf": "^1.0.7"
},
"dependencies": {
"@reactjs-player/use-autoplay": "^1.0.2",
"@reactjs-player/use-autoplay": "^1.0.4",
"@reactjs-player/use-flvjs": "^1.0.2",
"@reactjs-player/use-fullscreen": "^1.0.2",
"@reactjs-player/use-hlsjs": "^1.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-autoplay/CHANGELOG.md
Original file line number Diff line number Diff line change
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.4](https://github.com/goblin-laboratory/react-player/compare/v1.0.3...v1.0.4) (2020-02-17)


### Bug Fixes

* 修复 src 被清除问题 ([2347688](https://github.com/goblin-laboratory/react-player/commit/2347688))





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

0 comments on commit cc07979

Please sign in to comment.