Skip to content

Commit

Permalink
release core,ui
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Jan 12, 2023
1 parent f036249 commit 85dfa2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "@oplayer/core",
"version": "1.2.9",
"version": "1.2.10",
"description": "Oh! Another HTML5 video player.",
"type": "module",
"main": "./dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OUI({
showControls: 'always', // 'played'
slideToSeek: 'none', // 'always' | 'long-touch'
forceLandscapeOnFullscreen: true,
controlBar: false, //appbar
controlBar: false, // | {back: true} // appbar
topSetting: false, //show setting icon on appbar
subtitle: {
color: 'hotpink',
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oplayer/ui",
"version": "1.2.11",
"version": "1.2.12",
"description": "ui plugin for oplayer",
"type": "module",
"main": "./dist/index.es.js",
Expand Down

1 comment on commit 85dfa2b

@vercel
Copy link

@vercel vercel bot commented on 85dfa2b Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

oplayer – ./

oplayer-shiyiya.vercel.app
oplayer-git-main-shiyiya.vercel.app
oplayer.vercel.app

Please sign in to comment.