From feb1efa92e6f1d23464a8114e971b68bf02dbd95 Mon Sep 17 00:00:00 2001 From: liyulin <501351981@qq.com> Date: Tue, 31 Jan 2023 10:06:26 +0800 Subject: [PATCH] v0.0.14 --- 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 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",