From d47f195ce969e1578f047aa4ae981d0b40eeb761 Mon Sep 17 00:00:00 2001 From: hexf00 Date: Fri, 12 Jul 2024 19:00:49 +0800 Subject: [PATCH] chore(release): release v0.2.3 --- CHANGELOG.md | 36 +++++++++++++++++++ common/shared/package.json | 2 +- common/storybook/package.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- packages/data-validation/package.json | 2 +- packages/debugger/package.json | 2 +- packages/design/package.json | 2 +- packages/docs-drawing-ui/package.json | 2 +- packages/docs-drawing/package.json | 2 +- packages/docs-hyper-link-ui/package.json | 2 +- packages/docs-hyper-link/package.json | 2 +- packages/docs-thread-comment-ui/package.json | 2 +- packages/docs-ui/package.json | 2 +- packages/docs/package.json | 2 +- packages/drawing-ui/package.json | 2 +- packages/drawing/package.json | 2 +- packages/engine-formula/package.json | 2 +- packages/engine-numfmt/package.json | 2 +- packages/engine-render/package.json | 2 +- packages/facade/package.json | 2 +- packages/find-replace/package.json | 2 +- packages/network/package.json | 2 +- packages/rpc/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/sheets-data-validation/package.json | 2 +- packages/sheets-drawing-ui/package.json | 2 +- packages/sheets-drawing/package.json | 2 +- packages/sheets-filter-ui/package.json | 2 +- packages/sheets-filter/package.json | 2 +- packages/sheets-find-replace/package.json | 2 +- packages/sheets-formula/package.json | 2 +- packages/sheets-hyper-link-ui/package.json | 2 +- packages/sheets-hyper-link/package.json | 2 +- packages/sheets-numfmt/package.json | 2 +- packages/sheets-sort-ui/package.json | 2 +- packages/sheets-sort/package.json | 2 +- .../sheets-thread-comment-base/package.json | 2 +- packages/sheets-thread-comment/package.json | 2 +- packages/sheets-ui/package.json | 2 +- packages/sheets-zen-editor/package.json | 2 +- packages/sheets/package.json | 2 +- packages/slides-ui/package.json | 2 +- packages/slides/package.json | 2 +- packages/thread-comment-ui/package.json | 2 +- packages/thread-comment/package.json | 2 +- packages/ui/package.json | 2 +- packages/umd/package.json | 2 +- packages/uniscript/package.json | 2 +- 50 files changed, 85 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 521aecafbe3..61fa538ad87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ +## [0.2.3](https://github.com/dream-num/univer/compare/v0.2.0...v0.2.3) (2024-07-12) + + +### Bug Fixes + +* backspace in header and footer ([#2704](https://github.com/dream-num/univer/issues/2704)) ([749b407](https://github.com/dream-num/univer/commit/749b407fddbb2b8386924fffe2070f4c68919857)) +* **docs-hyper-link:** hyper link resource ([#2732](https://github.com/dream-num/univer/issues/2732)) ([1b17ec5](https://github.com/dream-num/univer/commit/1b17ec5127b97898a8f00b97c0f692fda99fcaf9)) +* **docs:** fix blank screen ([#2720](https://github.com/dream-num/univer/issues/2720)) ([fbed267](https://github.com/dream-num/univer/commit/fbed26731a67ca146be9ecf350fa7d8d2b99c8ed)) +* failed to get scene in scroll render controller ([#2737](https://github.com/dream-num/univer/issues/2737)) ([987c5d2](https://github.com/dream-num/univer/commit/987c5d267146ab70039eda43c5073a1da9c4d9de)) +* fix replace content params options ([c2bbaaf](https://github.com/dream-num/univer/commit/c2bbaaf03618b0193e4ceaf1ba8b416089593e14)) +* **formula:** len counts displayed value ([#2702](https://github.com/dream-num/univer/issues/2702)) ([ce887b0](https://github.com/dream-num/univer/commit/ce887b058d8ca26f87ae7bafda9211f0176a1805)) +* load resource ([#2752](https://github.com/dream-num/univer/issues/2752)) ([9606194](https://github.com/dream-num/univer/commit/960619473b9786db26aa2e8746c1facbae4dd5cf)) +* **sheet:** keep text formatting when setting range value ([#2711](https://github.com/dream-num/univer/issues/2711)) ([a1a3dbc](https://github.com/dream-num/univer/commit/a1a3dbcd829dfb585162945369c6ee51db9c55e1)) +* **sheets-hyper-link-ui:** popup observable error on react16 ([#2755](https://github.com/dream-num/univer/issues/2755)) ([f0edc5b](https://github.com/dream-num/univer/commit/f0edc5b0f2a12f8cbb2eebd7591a26a522207617)) +* tons of memory leak ([#2754](https://github.com/dream-num/univer/issues/2754)) ([3f3dcff](https://github.com/dream-num/univer/commit/3f3dcff2fd0ead417d2fe522c74c893c23221745)) +* **ui:** fix issue where context menu item cannot be selected in React 16 ([#2739](https://github.com/dream-num/univer/issues/2739)) ([d971be9](https://github.com/dream-num/univer/commit/d971be91909bd9d38ded67c367668ccc903e717b)) +* **umd:** fix issue with datepicker localization not working in UMD bundle ([#2719](https://github.com/dream-num/univer/issues/2719)) ([962e057](https://github.com/dream-num/univer/commit/962e05778e67f70c7f9bb795a9f9d6a1dd484ddb)) + + +### Features + +* **formula:** add more functions ([#2701](https://github.com/dream-num/univer/issues/2701)) ([8598e02](https://github.com/dream-num/univer/commit/8598e028c0ff2129b98a3b0e09428388b9dcb1df)) +* **formula:** enable cancellation of ongoing formula calculations ([#2661](https://github.com/dream-num/univer/issues/2661)) ([5d80993](https://github.com/dream-num/univer/commit/5d80993cd76ad9f62748a1bc6451aa85a3b67eb1)) +* **i18n:** add `zh-TW`, `vi-VN` language ([#2694](https://github.com/dream-num/univer/issues/2694)) ([2f99d19](https://github.com/dream-num/univer/commit/2f99d19aeacab3f0574df7a1f6e61bad0062f57e)) +* **network:** add merge interceptor ([#2749](https://github.com/dream-num/univer/issues/2749)) ([6a0c1b7](https://github.com/dream-num/univer/commit/6a0c1b7e3abca62e284bd82c431b249831f61866)) +* optimization of doc image ([#2432](https://github.com/dream-num/univer/issues/2432)) ([3f98681](https://github.com/dream-num/univer/commit/3f98681655478056b27e1ee0f3f2d840d0392d4d)) +* **permission:** support refresh ([#2740](https://github.com/dream-num/univer/issues/2740)) ([710e26a](https://github.com/dream-num/univer/commit/710e26afaac3f2c53cf51d1a4097587e2e3e9fb5)) +* **sheets-data-validation:** support show-time when set validation at `date` ([#2723](https://github.com/dream-num/univer/issues/2723)) ([737660e](https://github.com/dream-num/univer/commit/737660e5205e60a72762cdc7cce06f8b08c21dab)) +* sidebar-service supports scroll-event subscription ([#2724](https://github.com/dream-num/univer/issues/2724)) ([2da550d](https://github.com/dream-num/univer/commit/2da550df5950ae8f0e78d4906818f93bf414fe4c)) +* **ui:** change floating position ([#2698](https://github.com/dream-num/univer/issues/2698)) ([f2fbd3b](https://github.com/dream-num/univer/commit/f2fbd3bdf1f2110469179de1afc132cfe1941bf8)) + + +### Reverts + +* "chore: image menu show on insert position" ([#2714](https://github.com/dream-num/univer/issues/2714)) ([2965f28](https://github.com/dream-num/univer/commit/2965f28ba729c80800e84150bae87970a41fa2cf)) + ## [0.2.2](https://github.com/dream-num/univer/compare/v0.2.1...v0.2.2) (2024-07-09) diff --git a/common/shared/package.json b/common/shared/package.json index bcf35cfe2c1..a7d71b9d9c8 100644 --- a/common/shared/package.json +++ b/common/shared/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/shared", - "version": "0.2.2", + "version": "0.2.3", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/common/storybook/package.json b/common/storybook/package.json index 89baa3f11b6..e120d712e31 100644 --- a/common/storybook/package.json +++ b/common/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/storybook", - "version": "0.2.2", + "version": "0.2.3", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/package.json b/package.json index faec9ad7905..a8a3a165191 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "private": true, "packageManager": "pnpm@9.4.0", "author": "DreamNum Inc. ", diff --git a/packages/core/package.json b/packages/core/package.json index d8c564ff125..798c1abffb6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/core", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Core library for Univer.", "author": "DreamNum ", diff --git a/packages/data-validation/package.json b/packages/data-validation/package.json index 521333d7e8a..db3129b49bc 100644 --- a/packages/data-validation/package.json +++ b/packages/data-validation/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/data-validation", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Data validation library for Univer", "author": "DreamNum ", diff --git a/packages/debugger/package.json b/packages/debugger/package.json index 6d08260864a..be32a9323c0 100644 --- a/packages/debugger/package.json +++ b/packages/debugger/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/debugger", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/design/package.json b/packages/design/package.json index 403fb5ffbad..708082884ee 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/design", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UI component library for building exceptional Univer.", "author": "DreamNum ", diff --git a/packages/docs-drawing-ui/package.json b/packages/docs-drawing-ui/package.json index 4d67c898845..dc2d868fac8 100644 --- a/packages/docs-drawing-ui/package.json +++ b/packages/docs-drawing-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-drawing-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/docs-drawing/package.json b/packages/docs-drawing/package.json index 334af9af856..7869caef575 100644 --- a/packages/docs-drawing/package.json +++ b/packages/docs-drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-drawing", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/docs-hyper-link-ui/package.json b/packages/docs-hyper-link-ui/package.json index c3fa054d7d9..c995e632558 100644 --- a/packages/docs-hyper-link-ui/package.json +++ b/packages/docs-hyper-link-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-hyper-link-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer thread comment plugin", "author": "DreamNum ", diff --git a/packages/docs-hyper-link/package.json b/packages/docs-hyper-link/package.json index 3fbab4c9d33..f044f761624 100644 --- a/packages/docs-hyper-link/package.json +++ b/packages/docs-hyper-link/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-hyper-link", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer thread comment plugin", "author": "DreamNum ", diff --git a/packages/docs-thread-comment-ui/package.json b/packages/docs-thread-comment-ui/package.json index 5adee5cf7ac..d6aed090e06 100644 --- a/packages/docs-thread-comment-ui/package.json +++ b/packages/docs-thread-comment-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-thread-comment-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer thread comment plugin", "author": "DreamNum ", diff --git a/packages/docs-ui/package.json b/packages/docs-ui/package.json index cd2e32abf07..eca12b8c528 100644 --- a/packages/docs-ui/package.json +++ b/packages/docs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer normal ui-plugin-docs", "author": "DreamNum ", diff --git a/packages/docs/package.json b/packages/docs/package.json index 58801d2a622..d2abf2e3043 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet normal base-docs", "author": "DreamNum ", diff --git a/packages/drawing-ui/package.json b/packages/drawing-ui/package.json index 9b2301404a9..0ebf6dd0e7f 100644 --- a/packages/drawing-ui/package.json +++ b/packages/drawing-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/drawing-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/drawing/package.json b/packages/drawing/package.json index a530a6ca504..1d9a5b291ea 100644 --- a/packages/drawing/package.json +++ b/packages/drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/drawing", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/engine-formula/package.json b/packages/engine-formula/package.json index d467d72b43e..6c8084dcf98 100644 --- a/packages/engine-formula/package.json +++ b/packages/engine-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-formula", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet normal base-formula-engine", "author": "DreamNum ", diff --git a/packages/engine-numfmt/package.json b/packages/engine-numfmt/package.json index 2fc4a88fcd0..3569a32992c 100644 --- a/packages/engine-numfmt/package.json +++ b/packages/engine-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-numfmt", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet normal plugin UI manager", "author": "DreamNum ", diff --git a/packages/engine-render/package.json b/packages/engine-render/package.json index 130f256ccc5..70ab559c5b0 100644 --- a/packages/engine-render/package.json +++ b/packages/engine-render/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-render", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet normal base-render", "author": "DreamNum ", diff --git a/packages/facade/package.json b/packages/facade/package.json index 16a9f66f423..39f9995de73 100644 --- a/packages/facade/package.json +++ b/packages/facade/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/facade", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/find-replace/package.json b/packages/find-replace/package.json index 7ac1d8bfbbc..a42ee9d2033 100644 --- a/packages/find-replace/package.json +++ b/packages/find-replace/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/find-replace", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/network/package.json b/packages/network/package.json index 174c779f4f0..6f003c0dc22 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/network", - "version": "0.2.2", + "version": "0.2.3", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/rpc/package.json b/packages/rpc/package.json index ff6babe7e5d..eebbe8df731 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/rpc", - "version": "0.2.2", + "version": "0.2.3", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/sheets-conditional-formatting-ui/package.json b/packages/sheets-conditional-formatting-ui/package.json index 02bdd5c1da1..d762a8d3eb1 100644 --- a/packages/sheets-conditional-formatting-ui/package.json +++ b/packages/sheets-conditional-formatting-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-conditional-formatting-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Conditional formatting plugin for Univer Sheets", "author": "DreamNum ", diff --git a/packages/sheets-conditional-formatting/package.json b/packages/sheets-conditional-formatting/package.json index 36045cadc30..d5a2e098c41 100644 --- a/packages/sheets-conditional-formatting/package.json +++ b/packages/sheets-conditional-formatting/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-conditional-formatting", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Conditional formatting plugin for Univer Sheets", "author": "DreamNum ", diff --git a/packages/sheets-data-validation/package.json b/packages/sheets-data-validation/package.json index b4834684116..9f034f81435 100644 --- a/packages/sheets-data-validation/package.json +++ b/packages/sheets-data-validation/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-data-validation", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Data validation for Univer Sheets", "author": "DreamNum ", diff --git a/packages/sheets-drawing-ui/package.json b/packages/sheets-drawing-ui/package.json index 6a94543640c..96a4e271781 100644 --- a/packages/sheets-drawing-ui/package.json +++ b/packages/sheets-drawing-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-drawing-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-drawing/package.json b/packages/sheets-drawing/package.json index 88bc42092d9..ed9682ef902 100644 --- a/packages/sheets-drawing/package.json +++ b/packages/sheets-drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-drawing", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-filter-ui/package.json b/packages/sheets-filter-ui/package.json index a7b03f7eb29..aa70ec09b79 100644 --- a/packages/sheets-filter-ui/package.json +++ b/packages/sheets-filter-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-filter-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer Sheets Filter UI", "author": "DreamNum ", diff --git a/packages/sheets-filter/package.json b/packages/sheets-filter/package.json index 8f041550a59..fc715c94ab8 100644 --- a/packages/sheets-filter/package.json +++ b/packages/sheets-filter/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-filter", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "A library for filtering data in Univer Sheet", "author": "DreamNum ", diff --git a/packages/sheets-find-replace/package.json b/packages/sheets-find-replace/package.json index e8dfb31ff88..f79d6b07878 100644 --- a/packages/sheets-find-replace/package.json +++ b/packages/sheets-find-replace/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-find-replace", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet find replace plugin", "author": "DreamNum ", diff --git a/packages/sheets-formula/package.json b/packages/sheets-formula/package.json index ddc3a9522aa..db05cfa2aff 100644 --- a/packages/sheets-formula/package.json +++ b/packages/sheets-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-formula", - "version": "0.2.2", + "version": "0.2.3", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/sheets-hyper-link-ui/package.json b/packages/sheets-hyper-link-ui/package.json index 42d5c6ee5b1..b7681a3b0b6 100644 --- a/packages/sheets-hyper-link-ui/package.json +++ b/packages/sheets-hyper-link-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-hyper-link-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-hyper-link/package.json b/packages/sheets-hyper-link/package.json index 78df35300c0..de33fc3fed4 100644 --- a/packages/sheets-hyper-link/package.json +++ b/packages/sheets-hyper-link/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-hyper-link", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-numfmt/package.json b/packages/sheets-numfmt/package.json index 64470984f00..b59d4aeea55 100644 --- a/packages/sheets-numfmt/package.json +++ b/packages/sheets-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-numfmt", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet numfmt plugin", "author": "DreamNum ", diff --git a/packages/sheets-sort-ui/package.json b/packages/sheets-sort-ui/package.json index a12fb3d554e..8cbbae6654f 100644 --- a/packages/sheets-sort-ui/package.json +++ b/packages/sheets-sort-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-sort-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer Sheets Sort UI", "author": "DreamNum ", diff --git a/packages/sheets-sort/package.json b/packages/sheets-sort/package.json index 643bdb22725..df6e1f6b1f8 100644 --- a/packages/sheets-sort/package.json +++ b/packages/sheets-sort/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-sort", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "A library for sorting data in Univer Sheet", "author": "DreamNum ", diff --git a/packages/sheets-thread-comment-base/package.json b/packages/sheets-thread-comment-base/package.json index 736d7c83a52..6d5230764a8 100644 --- a/packages/sheets-thread-comment-base/package.json +++ b/packages/sheets-thread-comment-base/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-thread-comment-base", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer sheets thread comment base plugin", "author": "DreamNum ", diff --git a/packages/sheets-thread-comment/package.json b/packages/sheets-thread-comment/package.json index c62ecd7395b..8321de3cb46 100644 --- a/packages/sheets-thread-comment/package.json +++ b/packages/sheets-thread-comment/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-thread-comment", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer thread comment plugin", "author": "DreamNum ", diff --git a/packages/sheets-ui/package.json b/packages/sheets-ui/package.json index 71a84d6e1ab..b832ad10019 100644 --- a/packages/sheets-ui/package.json +++ b/packages/sheets-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet normal ui-plugin-sheets", "author": "DreamNum ", diff --git a/packages/sheets-zen-editor/package.json b/packages/sheets-zen-editor/package.json index 43924ecb5bc..d776db1b2b8 100644 --- a/packages/sheets-zen-editor/package.json +++ b/packages/sheets-zen-editor/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-zen-editor", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Zen Editor plugin for Univer Sheets.", "author": "DreamNum ", diff --git a/packages/sheets/package.json b/packages/sheets/package.json index ace8cd86346..955f59b9355 100644 --- a/packages/sheets/package.json +++ b/packages/sheets/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet normal base-sheets", "author": "DreamNum ", diff --git a/packages/slides-ui/package.json b/packages/slides-ui/package.json index a8e8ea8cd0d..4aa6f44827e 100644 --- a/packages/slides-ui/package.json +++ b/packages/slides-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer normal ui-plugin-slides", "author": "DreamNum ", diff --git a/packages/slides/package.json b/packages/slides/package.json index 3502e506ae5..64dd66b8704 100644 --- a/packages/slides/package.json +++ b/packages/slides/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/thread-comment-ui/package.json b/packages/thread-comment-ui/package.json index 222a225c52c..24fb2bb42af 100644 --- a/packages/thread-comment-ui/package.json +++ b/packages/thread-comment-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/thread-comment-ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer common thread comment UI plugin", "author": "DreamNum ", diff --git a/packages/thread-comment/package.json b/packages/thread-comment/package.json index a2812740c93..9d49d5771c0 100644 --- a/packages/thread-comment/package.json +++ b/packages/thread-comment/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/thread-comment", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "Univer thread comment core plugin", "author": "DreamNum ", diff --git a/packages/ui/package.json b/packages/ui/package.json index e01da5f609e..76db77d41a3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/ui", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UniverSheet normal plugin UI manager", "author": "DreamNum ", diff --git a/packages/umd/package.json b/packages/umd/package.json index 494021337a2..03779c8bde2 100644 --- a/packages/umd/package.json +++ b/packages/umd/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/umd", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UMD bundle for Univer", "author": "DreamNum ", diff --git a/packages/uniscript/package.json b/packages/uniscript/package.json index 4fbbef8993c..17e1f4fcdb2 100644 --- a/packages/uniscript/package.json +++ b/packages/uniscript/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/uniscript", - "version": "0.2.2", + "version": "0.2.3", "private": false, "description": "UI component library for building exceptional Univer.", "author": "DreamNum ",