Skip to content

Commit 93ad712

Browse files
chore(release): publish v1.2.1
1 parent e2506e2 commit 93ad712

26 files changed

+128
-24
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/react-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package reactjs-player-latest
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/goblin-laboratory/react-player/compare/v1.1.3...v1.2.0) (2020-10-14)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/reactjs-player-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/demo
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.3...v1.2.0) (2020-10-14)
715

816

packages/reactjs-player-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reactjs-player/demo",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "> TODO: description",
66
"author": "xiaosong <[email protected]>",
77
"homepage": "https://goblin-laboratory.github.io/reactjs-player/",
@@ -36,7 +36,7 @@
3636
"react-dom": "^16.12.0",
3737
"react-scripts": "^3.3.0",
3838
"react-swf": "^1.0.7",
39-
"reactjs-player": "^1.2.0",
39+
"reactjs-player": "^1.2.1",
4040
"ua-parser-js": "^0.7.20",
4141
"vconsole": "^3.3.4"
4242
},

packages/reactjs-player/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package reactjs-player
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.3...v1.2.0) (2020-10-14)
715

816

packages/reactjs-player/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-player",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "基于 react hooks 的 video 播放组件,结构简单,代码简洁,扩展方便。",
55
"keywords": [
66
"react",
@@ -59,15 +59,15 @@
5959
"react-swf": "^1.0.7"
6060
},
6161
"dependencies": {
62-
"@reactjs-player/use-autoplay": "^1.1.3",
63-
"@reactjs-player/use-flvjs": "^1.1.2",
64-
"@reactjs-player/use-fullscreen": "^1.1.2",
65-
"@reactjs-player/use-hlsjs": "^1.1.2",
66-
"@reactjs-player/use-native": "^1.1.2",
67-
"@reactjs-player/use-pip": "^1.1.2",
68-
"@reactjs-player/use-playback-rate": "^1.1.2",
69-
"@reactjs-player/use-state": "^1.2.0",
70-
"@reactjs-player/use-time": "^1.1.2",
71-
"@reactjs-player/use-volume": "^1.1.2"
62+
"@reactjs-player/use-autoplay": "^1.2.1",
63+
"@reactjs-player/use-flvjs": "^1.2.1",
64+
"@reactjs-player/use-fullscreen": "^1.2.1",
65+
"@reactjs-player/use-hlsjs": "^1.2.1",
66+
"@reactjs-player/use-native": "^1.2.1",
67+
"@reactjs-player/use-pip": "^1.2.1",
68+
"@reactjs-player/use-playback-rate": "^1.2.1",
69+
"@reactjs-player/use-state": "^1.2.1",
70+
"@reactjs-player/use-time": "^1.2.1",
71+
"@reactjs-player/use-volume": "^1.2.1"
7272
}
7373
}

packages/use-autoplay/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/react-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-autoplay
9+
10+
11+
12+
13+
614
## [1.1.3](https://github.com/goblin-laboratory/react-player/compare/v1.1.2...v1.1.3) (2020-06-10)
715

816

packages/use-autoplay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-autoplay",
3-
"version": "1.1.3",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/react-player#readme",

packages/use-flvjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-flvjs
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-flvjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-flvjs",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-flvjs/README.md",

packages/use-fullscreen/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-fullscreen
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-fullscreen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-fullscreen",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-fullscreen/README.md",

packages/use-hlsjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-hlsjs
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-hlsjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-hlsjs",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-hlsjs/README.md",

packages/use-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-native
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-native",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-native/README.md",

packages/use-pip/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-pip
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-pip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-pip",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-pip/README.md",

packages/use-playback-rate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-playback-rate
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-playback-rate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-playback-rate",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-playback-rate/README.md",

packages/use-state/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-state
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.3...v1.2.0) (2020-10-14)
715

816

packages/use-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-state",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-state/README.md",

packages/use-time/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-time
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-time/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-time",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-time/README.md",

packages/use-volume/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.1](https://github.com/goblin-laboratory/reactjs-player/compare/v1.2.0...v1.2.1) (2020-10-14)
7+
8+
**Note:** Version bump only for package @reactjs-player/use-volume
9+
10+
11+
12+
13+
614
## [1.1.2](https://github.com/goblin-laboratory/reactjs-player/compare/v1.1.1...v1.1.2) (2020-06-10)
715

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

packages/use-volume/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactjs-player/use-volume",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "> TODO: description",
55
"author": "xiaosong <[email protected]>",
66
"homepage": "https://github.com/goblin-laboratory/reactjs-player/blob/master/packages/use-volume/README.md",

0 commit comments

Comments
 (0)