From 8e5501f95027c17de69a1d7370a1d216b0ed949d Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Wed, 8 Jul 2020 16:25:51 -0400 Subject: [PATCH] 7.8.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c076066f3..38dfe5b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## [7.8.4](https://github.com/videojs/video.js/compare/v7.8.3...v7.8.4) (2020-07-08) + +### Bug Fixes + +* Fullscreen broken in iOS ([#6735](https://github.com/videojs/video.js/issues/6735)) ([d9408ee](https://github.com/videojs/video.js/commit/d9408ee)), closes [#6707](https://github.com/videojs/video.js/issues/6707) [#6684](https://github.com/videojs/video.js/issues/6684) [#6645](https://github.com/videojs/video.js/issues/6645) + ## [7.8.3](https://github.com/videojs/video.js/compare/v7.8.2...v7.8.3) (2020-05-28) diff --git a/package-lock.json b/package-lock.json index eca296ece..6046e095f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "video.js", - "version": "7.8.3", + "version": "7.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4235709ad..8f4ec7915 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "video.js", "description": "An HTML5 and Flash video player with a common API and skin for both.", - "version": "7.8.3", + "version": "7.8.4", "main": "./dist/video.cjs.js", "module": "./dist/video.es.js", "style": "./dist/video-js.css",