From efe58d42d97dbec1cd33e1f0c3100428479a6f1d Mon Sep 17 00:00:00 2001 From: liyulin <501351981@qq.com> Date: Wed, 4 Jan 2023 14:47:32 +0800 Subject: [PATCH] v0.0.9 --- lerna.json | 2 +- packages/docx/package.json | 2 +- packages/excel/package.json | 2 +- packages/pdf/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index dd1b485..5db79d1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.8" + "version": "0.0.9" } diff --git a/packages/docx/package.json b/packages/docx/package.json index 144229b..cb0c9c3 100644 --- a/packages/docx/package.json +++ b/packages/docx/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/docx", - "version": "0.0.8", + "version": "0.0.9", "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 7212301..87f54c2 100644 --- a/packages/excel/package.json +++ b/packages/excel/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/excel", - "version": "0.0.8", + "version": "0.0.9", "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 e847632..de155c3 100644 --- a/packages/pdf/package.json +++ b/packages/pdf/package.json @@ -1,6 +1,6 @@ { "name": "@vue-office/pdf", - "version": "0.0.8", + "version": "0.0.9", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览", "main": "lib/index.js", "author": "hit757",