This commit is contained in:
liyulin 2023-01-04 14:47:32 +08:00
parent 6dfdcbe6eb
commit efe58d42d9
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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