Skip to content

Commit

Permalink
chore(release): publish v4.2.0 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2020
1 parent baf3557 commit ae1e16a
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/vime-js/vime/compare/v4.1.3...v4.2.0) (2020-10-02)


### Bug Fixes

* **providers/file:** poster is not loaded on iOS when custom ui is hidden ([eb294cd](https://github.com/vime-js/vime/commit/eb294cd6b96634ddbf30c9166f99245236fbbff2))
* **ui/captions:** add some spacing below captions when controls are hidden ([93193fe](https://github.com/vime-js/vime/commit/93193fe12529c544bdb306666f1df0a832117620))
* **ui/controls:** lower controls not interactable on mobile ([703c07f](https://github.com/vime-js/vime/commit/703c07fbb72507e4f6c73e087c2edebcb077d76d))


### Features

* **ui:** enter landscape mode when entering fullscreen on mobile ([c636d80](https://github.com/vime-js/vime/commit/c636d80ceb412ce5b88c5e34af18282bdd86a195))





## [4.1.3](https://github.com/vime-js/vime/compare/v4.1.2...v4.1.3) (2020-10-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.3",
"version": "4.2.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/angular/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.

# [4.2.0](https://github.com/vime-js/vime/compare/v4.1.3...v4.2.0) (2020-10-02)

**Note:** Version bump only for package @vime/angular





## [4.1.3](https://github.com/vime-js/vime/compare/v4.1.2...v4.1.3) (2020-10-01)

**Note:** Version bump only for package @vime/angular
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vime/angular",
"version": "4.1.3",
"version": "4.2.0",
"description": "Angular bindings for the Vime media player.",
"license": "MIT",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"build:ng": "ng-packagr -p package.json"
},
"dependencies": {
"@vime/core": "^4.1.3",
"@vime/core": "^4.2.0",
"tslib": "^2.0.1"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.2.0](https://github.com/vime-js/vime/compare/v4.1.3...v4.2.0) (2020-10-02)


### Bug Fixes

* **providers/file:** poster is not loaded on iOS when custom ui is hidden ([eb294cd](https://github.com/vime-js/vime/commit/eb294cd6b96634ddbf30c9166f99245236fbbff2))
* **ui/captions:** add some spacing below captions when controls are hidden ([93193fe](https://github.com/vime-js/vime/commit/93193fe12529c544bdb306666f1df0a832117620))
* **ui/controls:** lower controls not interactable on mobile ([703c07f](https://github.com/vime-js/vime/commit/703c07fbb72507e4f6c73e087c2edebcb077d76d))


### Features

* **ui:** enter landscape mode when entering fullscreen on mobile ([c636d80](https://github.com/vime-js/vime/commit/c636d80ceb412ce5b88c5e34af18282bdd86a195))





## [4.1.3](https://github.com/vime-js/vime/compare/v4.1.2...v4.1.3) (2020-10-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vime/core",
"version": "4.1.3",
"version": "4.2.0",
"description": "Customizable, extensible, accessible and framework agnostic media player.",
"license": "MIT",
"main": "dist/index.cjs.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.

# [4.2.0](https://github.com/vime-js/vime/compare/v4.1.3...v4.2.0) (2020-10-02)

**Note:** Version bump only for package @vime/react





## [4.1.3](https://github.com/vime-js/vime/compare/v4.1.2...v4.1.3) (2020-10-01)

**Note:** Version bump only for package @vime/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vime/react",
"version": "4.1.3",
"version": "4.2.0",
"description": "React bindings for the Vime media player.",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand All @@ -25,7 +25,7 @@
"build:esm": "tsc --module es6 --outDir dist/esm"
},
"dependencies": {
"@vime/core": "^4.1.3"
"@vime/core": "^4.2.0"
},
"devDependencies": {
"@types/react": "^16.9.49",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/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.

# [4.2.0](https://github.com/vime-js/vime/compare/v4.1.3...v4.2.0) (2020-10-02)

**Note:** Version bump only for package @vime/svelte





## [4.1.3](https://github.com/vime-js/vime/compare/v4.1.2...v4.1.3) (2020-10-01)

**Note:** Version bump only for package @vime/svelte
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vime/svelte",
"version": "4.1.3",
"version": "4.2.0",
"description": "Svelte bindings for the Vime media player.",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand All @@ -27,7 +27,7 @@
"build:esm": "tsc --module es6 --outDir dist/esm"
},
"dependencies": {
"@vime/core": "^4.1.3"
"@vime/core": "^4.2.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/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.

# [4.2.0](https://github.com/vime-js/vime/compare/v4.1.3...v4.2.0) (2020-10-02)

**Note:** Version bump only for package @vime/vue





## [4.1.3](https://github.com/vime-js/vime/compare/v4.1.2...v4.1.3) (2020-10-01)

**Note:** Version bump only for package @vime/vue
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vime/vue",
"version": "4.1.3",
"version": "4.2.0",
"description": "Vue bindings for the Vime media player.",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand All @@ -25,7 +25,7 @@
"build:esm": "tsc --module es6 --outDir dist/esm"
},
"dependencies": {
"@vime/core": "^4.1.3"
"@vime/core": "^4.2.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down

0 comments on commit ae1e16a

Please sign in to comment.