diff --git a/lerna.json b/lerna.json index 36e802c..c001294 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.13" + "version": "0.0.14" } diff --git a/packages/docx/package.json b/packages/docx/package.json index 4bf8f91..b790658 100644 --- a/packages/docx/package.json +++ b/packages/docx/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/docx", - "version": "0.0.13", + "version": "0.0.14", "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 d65ee4b..39b3a62 100644 --- a/packages/excel/package.json +++ b/packages/excel/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/excel", - "version": "0.0.13", + "version": "0.0.14", "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 234a6aa..3d0913f 100644 --- a/packages/pdf/package.json +++ b/packages/pdf/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/pdf", - "version": "0.0.13", + "version": "0.0.14", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/index.js", "author": "hit757",