From 26f113997a415075641ae8d3a0ac8aeb804b84b3 Mon Sep 17 00:00:00 2001 From: shiyiya Date: Sat, 5 Nov 2022 11:58:31 +0800 Subject: [PATCH] v1.0.53 --- packages/ad/package.json | 2 +- packages/core/package.json | 2 +- packages/danmaku/package.json | 2 +- packages/dash/package.json | 2 +- packages/hls/package.json | 2 +- packages/react/package.json | 2 +- packages/torrent/package.json | 2 +- packages/ui/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/ad/package.json b/packages/ad/package.json index a02ca25e..91d91bfa 100644 --- a/packages/ad/package.json +++ b/packages/ad/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/ad", - "version": "1.0.52", + "version": "1.0.53", "description": "AD plugin for oplayer", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/core/package.json b/packages/core/package.json index f74061ce..1737ba48 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/core", - "version": "1.0.52", + "version": "1.0.53", "description": "Oh! Another web video player.", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/danmaku/package.json b/packages/danmaku/package.json index 727af59d..08c9297f 100644 --- a/packages/danmaku/package.json +++ b/packages/danmaku/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/danmaku", - "version": "1.0.52", + "version": "1.0.53", "description": "Danmaku plugin for oplayer", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/dash/package.json b/packages/dash/package.json index 2d9e97fe..a7890ea5 100644 --- a/packages/dash/package.json +++ b/packages/dash/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/dash", - "version": "1.0.52", + "version": "1.0.53", "description": "Dash plugin for oplayer", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/hls/package.json b/packages/hls/package.json index cb685870..44150e4b 100644 --- a/packages/hls/package.json +++ b/packages/hls/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/hls", - "version": "1.0.52", + "version": "1.0.53", "description": "Hls plugin for oplayer", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/react/package.json b/packages/react/package.json index 95c10abe..f115d2cc 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/react", - "version": "1.0.52", + "version": "1.0.53", "description": "React wrapper for oplayer.", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/torrent/package.json b/packages/torrent/package.json index c835da71..19965c4f 100644 --- a/packages/torrent/package.json +++ b/packages/torrent/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/torrent", - "version": "1.0.52", + "version": "1.0.53", "description": "Torrent plugin for oplayer.", "type": "module", "main": "./dist/index.es.js", diff --git a/packages/ui/package.json b/packages/ui/package.json index 6da77f16..b9a2eaa1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@oplayer/ui", - "version": "1.0.52", + "version": "1.0.53", "description": "ui plugin for oplayer", "type": "module", "main": "./dist/index.es.js",