diff --git a/lerna.json b/lerna.json index aebebba..5b75956 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.0" + "version": "0.0.6" } diff --git a/packages/docx/package.json b/packages/docx/package.json index 7cb168e..6c464c3 100644 --- a/packages/docx/package.json +++ b/packages/docx/package.json @@ -1,11 +1,11 @@ { "name": "@vue-office/docx", - "version": "1.0.0", + "version": "0.0.6", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/docx.umd.min.js", "author": "hit757", "files": [ - "lib" + "lib" ], "scripts": { "build": "vue-cli-service build --target lib --dest lib index.js" diff --git a/packages/excel/package.json b/packages/excel/package.json index 27f42a1..f00282d 100644 --- a/packages/excel/package.json +++ b/packages/excel/package.json @@ -1,11 +1,11 @@ { "name": "@vue-office/excel", - "version": "1.0.0", + "version": "0.0.6", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/excel.umd.min.js", "author": "hit757", "files": [ - "lib" + "lib" ], "scripts": { "build": "vue-cli-service build --target lib --dest lib index.js" diff --git a/packages/pdf/package.json b/packages/pdf/package.json index 3f9f9da..a74f1f9 100644 --- a/packages/pdf/package.json +++ b/packages/pdf/package.json @@ -1,11 +1,11 @@ { "name": "@vue-office/pdf", - "version": "1.0.0", + "version": "0.0.6", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/pdf.umd.min.js", "author": "hit757", "files": [ - "lib" + "lib" ], "scripts": { "build": "vue-cli-service build --target lib --dest lib index.js"