diff --git a/lerna.json b/lerna.json index 5db79d1..9dde157 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.9" + "version": "0.0.10" } diff --git a/packages/docx/package.json b/packages/docx/package.json index 9de916f..d2c3fcd 100644 --- a/packages/docx/package.json +++ b/packages/docx/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/docx", - "version": "0.0.9", + "version": "0.0.10", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/index.js", "author": "hit757", diff --git a/packages/excel/package.json b/packages/excel/package.json index 59f2da3..c9fd213 100644 --- a/packages/excel/package.json +++ b/packages/excel/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/excel", - "version": "0.0.9", + "version": "0.0.10", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/index.js", "author": "hit757", diff --git a/packages/pdf/package.json b/packages/pdf/package.json index 88c7083..a1c7393 100644 --- a/packages/pdf/package.json +++ b/packages/pdf/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/pdf", - "version": "0.0.9", + "version": "0.0.10", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/index.js", "author": "hit757",