From dfe607e694b4156f3fdc889bd1d58373d71c0224 Mon Sep 17 00:00:00 2001 From: liyulin <501351981@qq.com> Date: Wed, 4 Jan 2023 17:44:20 +0800 Subject: [PATCH] v0.0.10 --- 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 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",