This commit is contained in:
liyulin 2023-01-20 09:43:28 +08:00
parent 191c362bd0
commit 029c186fae
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.10"
"version": "0.0.13"
}

View File

@ -1,6 +1,6 @@
{
"name": "@vue-office/docx",
"version": "0.0.12",
"version": "0.0.13",
"description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览",
"main": "lib/index.js",
"author": "hit757",

View File

@ -1,6 +1,6 @@
{
"name": "@vue-office/excel",
"version": "0.0.12",
"version": "0.0.13",
"description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览",
"main": "lib/index.js",
"author": "hit757",

View File

@ -1,6 +1,6 @@
{
"name": "@vue-office/pdf",
"version": "0.0.12",
"version": "0.0.13",
"description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览",
"main": "lib/index.js",
"author": "hit757",