From f042ec2bcec7ea79c6c674f35808bc3b46c6577e Mon Sep 17 00:00:00 2001 From: hexf00 Date: Fri, 13 Sep 2024 16:45:57 +0800 Subject: [PATCH] chore(release): release v0.2.13 --- CHANGELOG.md | 35 +++++++++++++++++++ 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/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-mention-ui/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 +- .../sheets-crosshair-highlight/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/telemetry/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 +- 52 files changed, 86 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb0152de51..47a71df6292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ +## [0.2.13](https://github.com/dream-num/univer/compare/v0.2.12...v0.2.13) (2024-09-13) + + +### Bug Fixes + +* border auxiliary is unexpectedly cleared after the merge cell is hidden ([#3358](https://github.com/dream-num/univer/issues/3358)) ([c11c324](https://github.com/dream-num/univer/commit/c11c324bfb7455727828316a692cc29d0b8be7d5)) +* cell margin top is not right ([#3382](https://github.com/dream-num/univer/issues/3382)) ([8b4027e](https://github.com/dream-num/univer/commit/8b4027efecc9814334961b89e276f1acaa862b64)) +* cell value should adjust rich text & function ([#3385](https://github.com/dream-num/univer/issues/3385)) ([ca628e1](https://github.com/dream-num/univer/commit/ca628e1f2b34d33240229d8f084c9f01d8f8cef1)) +* **docs-drawing:** drawing resource ([#3410](https://github.com/dream-num/univer/issues/3410)) ([4f2b148](https://github.com/dream-num/univer/commit/4f2b1480d03eb44247658343e9bbfe29beeacdb3)) +* **docs-ui:** editor focusing conflict when update content ([#3423](https://github.com/dream-num/univer/issues/3423)) ([f2deabc](https://github.com/dream-num/univer/commit/f2deabc1eaf8b5c6b1646a83672bb7764f218a4c)) +* **formular:** fix sheet maximum ([#3384](https://github.com/dream-num/univer/issues/3384)) ([41affb7](https://github.com/dream-num/univer/commit/41affb74573b69ad1731916e2b5a2017b0c6a2fa)) +* **formula:** update formula id ([#3339](https://github.com/dream-num/univer/issues/3339)) ([1434966](https://github.com/dream-num/univer/commit/1434966620e4f4e0e5523eb7f5449d4a9ccde3ae)) +* incorrectly quit autofill mode ([#3390](https://github.com/dream-num/univer/issues/3390)) ([f0fc942](https://github.com/dream-num/univer/commit/f0fc942c571560828b4e9a2462cb84e0ed812d35)) +* **render:** fix the issue loop span many times ([#3394](https://github.com/dream-num/univer/issues/3394)) ([f3d55f7](https://github.com/dream-num/univer/commit/f3d55f78983e202220124d90fa72f43187ca5662)) +* sheet getRowVisible lags after filter ([#3396](https://github.com/dream-num/univer/issues/3396)) ([cb2cf7e](https://github.com/dream-num/univer/commit/cb2cf7ef2e96087b990f5beca6df272103b3c242)) +* **sheet:** adjust move range old mutation not has fromRange property ([#3361](https://github.com/dream-num/univer/issues/3361)) ([11748a5](https://github.com/dream-num/univer/commit/11748a53eacc62992f2dc00b4af3a5e2a2e9e869)) +* **sheet:** fix type error ([#3401](https://github.com/dream-num/univer/issues/3401)) ([7ce40a5](https://github.com/dream-num/univer/commit/7ce40a58df0525b23ada41ae53c4835eab090a71)) +* **sheet:** merge cell custom property ([#3365](https://github.com/dream-num/univer/issues/3365)) ([880ef44](https://github.com/dream-num/univer/commit/880ef4433464a75d2be9975ef653a920e80e7fa8)) +* **sheets-ui:** recover float-dom delete menu & focusing when zen-editor mount ([#3426](https://github.com/dream-num/univer/issues/3426)) ([2bf1177](https://github.com/dream-num/univer/commit/2bf1177ac967989939bd5d1096f72641503ab0d6)) +* **sheet:** the first style of span is not set is merge to true ([#3398](https://github.com/dream-num/univer/issues/3398)) ([6def773](https://github.com/dream-num/univer/commit/6def773da061af84166d525c021bd63c9a341b2f)) +* **sort:** i18n error in sheet sort ([#3419](https://github.com/dream-num/univer/issues/3419)) ([771eeb6](https://github.com/dream-num/univer/commit/771eeb64a5c10a53de9e39fb36ec32df0df0e8f4)) +* the viewport size is too big after cancel filter rule, then viewport main is blank because graphic mem is full. ([#3415](https://github.com/dream-num/univer/issues/3415)) ([f31cefd](https://github.com/dream-num/univer/commit/f31cefd6de79187c48ad94da2435bf048779b518)) +* **ui:** prevent dropdown usage when menu bar is disabled ([#3400](https://github.com/dream-num/univer/issues/3400)) ([5f2e9fa](https://github.com/dream-num/univer/commit/5f2e9fa12aa3ed1683aaa0e5f76bd609baa4f386)) + + +### Features + +* **action-recorder:** add experimental action recorder plugin ([#3386](https://github.com/dream-num/univer/issues/3386)) ([83238fa](https://github.com/dream-num/univer/commit/83238fa2be5742a4b815ee0f5443ee889e142637)) +* **conditional-formatting:** support formatting painter ([#3420](https://github.com/dream-num/univer/issues/3420)) ([2b121d7](https://github.com/dream-num/univer/commit/2b121d7e368e89737f90ac401768fa4748de133d)) +* **doc-hyper-link:** polyfill history data for doc hyper link ([#3406](https://github.com/dream-num/univer/issues/3406)) ([5f2c2fe](https://github.com/dream-num/univer/commit/5f2c2fe217aae389b6426951fb3b872b62ee42b5)) +* **formula:** add some lookup formulas ([#3352](https://github.com/dream-num/univer/issues/3352)) ([5ab9c7d](https://github.com/dream-num/univer/commit/5ab9c7d109cb65abb9d9f8f5489a0e05f8ea1143)) +* **formula:** add some math formulas ([#3381](https://github.com/dream-num/univer/issues/3381)) ([e736b8a](https://github.com/dream-num/univer/commit/e736b8ad9d2cf351c624c8bc0cf70dc78a5e8dd6)) +* **formula:** bycol/byrow/map/reduce/scan ([#3320](https://github.com/dream-num/univer/issues/3320)) ([85b9d90](https://github.com/dream-num/univer/commit/85b9d90d48417d5e971ac579674d2286f4c0164f)) +* **sheets-hyper-link-ui:** sheet link support rich-text mode ([#3322](https://github.com/dream-num/univer/issues/3322)) ([d19d224](https://github.com/dream-num/univer/commit/d19d224a4260f1e1632989f70baae227c86bdfb8)) + ## [0.2.12](https://github.com/dream-num/univer/compare/v0.2.11...v0.2.12) (2024-09-07) diff --git a/common/shared/package.json b/common/shared/package.json index f5b6dbd2e81..ef85c6fd0a6 100644 --- a/common/shared/package.json +++ b/common/shared/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs-infra/shared", - "version": "0.2.12", + "version": "0.2.13", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/common/storybook/package.json b/common/storybook/package.json index 133d5b3e3a0..d1e58a01707 100644 --- a/common/storybook/package.json +++ b/common/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/storybook", - "version": "0.2.12", + "version": "0.2.13", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/package.json b/package.json index 1d719d9ccc5..0dd2865bade 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "0.2.12", + "version": "0.2.13", "private": true, "packageManager": "pnpm@9.4.0", "author": "DreamNum Inc. ", diff --git a/packages/core/package.json b/packages/core/package.json index e1d0529a29c..891d980c12e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/core", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "Core library for Univer.", "author": "DreamNum ", diff --git a/packages/data-validation/package.json b/packages/data-validation/package.json index aa7749c8ba6..515b33b5f2a 100644 --- a/packages/data-validation/package.json +++ b/packages/data-validation/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/data-validation", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "Data validation library for Univer", "author": "DreamNum ", diff --git a/packages/design/package.json b/packages/design/package.json index ee3fee636d7..d512dd517de 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/design", - "version": "0.2.12", + "version": "0.2.13", "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 5baee7bb27f..e4657a5f2ba 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.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/docs-drawing/package.json b/packages/docs-drawing/package.json index fc5c622a2b3..4c91a544e42 100644 --- a/packages/docs-drawing/package.json +++ b/packages/docs-drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-drawing", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/docs-hyper-link-ui/package.json b/packages/docs-hyper-link-ui/package.json index ad5bc6e749e..1e002b8280c 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.12", + "version": "0.2.13", "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 03fd6cfe57c..47a87cb8ff9 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.12", + "version": "0.2.13", "private": false, "description": "Univer thread comment plugin", "author": "DreamNum ", diff --git a/packages/docs-mention-ui/package.json b/packages/docs-mention-ui/package.json index a5b58bd8887..cee921ff0e3 100644 --- a/packages/docs-mention-ui/package.json +++ b/packages/docs-mention-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-mention-ui", - "version": "0.2.12", + "version": "0.2.13", "private": true, "description": "Univer normal ui-plugin-docs", "author": "DreamNum ", diff --git a/packages/docs-thread-comment-ui/package.json b/packages/docs-thread-comment-ui/package.json index d8ffac7008c..7449d719999 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.12", + "version": "0.2.13", "private": false, "description": "Univer thread comment plugin", "author": "DreamNum ", diff --git a/packages/docs-ui/package.json b/packages/docs-ui/package.json index e3026577319..9d4c65639d0 100644 --- a/packages/docs-ui/package.json +++ b/packages/docs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-ui", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "Univer normal ui-plugin-docs", "author": "DreamNum ", diff --git a/packages/docs/package.json b/packages/docs/package.json index ac9894a8db7..1606144010c 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "UniverSheet normal base-docs", "author": "DreamNum ", diff --git a/packages/drawing-ui/package.json b/packages/drawing-ui/package.json index 0cab2b45c7f..1a96176e29f 100644 --- a/packages/drawing-ui/package.json +++ b/packages/drawing-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/drawing-ui", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/drawing/package.json b/packages/drawing/package.json index 924f5e04917..cf70f8e6abc 100644 --- a/packages/drawing/package.json +++ b/packages/drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/drawing", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/engine-formula/package.json b/packages/engine-formula/package.json index 6916cd16b1d..09912d53638 100644 --- a/packages/engine-formula/package.json +++ b/packages/engine-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-formula", - "version": "0.2.12", + "version": "0.2.13", "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 8d929d77dec..1d2e0ada321 100644 --- a/packages/engine-numfmt/package.json +++ b/packages/engine-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-numfmt", - "version": "0.2.12", + "version": "0.2.13", "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 da5accf14d3..101082b8dbf 100644 --- a/packages/engine-render/package.json +++ b/packages/engine-render/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-render", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "UniverSheet normal base-render", "author": "DreamNum ", diff --git a/packages/facade/package.json b/packages/facade/package.json index 6fd18eb1c89..855571b8e70 100644 --- a/packages/facade/package.json +++ b/packages/facade/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/facade", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/find-replace/package.json b/packages/find-replace/package.json index cc3aff37551..a85db95cd1c 100644 --- a/packages/find-replace/package.json +++ b/packages/find-replace/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/find-replace", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/network/package.json b/packages/network/package.json index ebfe17d0c60..dfb7422648d 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/network", - "version": "0.2.12", + "version": "0.2.13", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/rpc/package.json b/packages/rpc/package.json index b2fb9246443..c2f3b48464e 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/rpc", - "version": "0.2.12", + "version": "0.2.13", "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 efbe4357438..735ed32d9e8 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.12", + "version": "0.2.13", "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 d6fc4646f86..127777e9450 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.12", + "version": "0.2.13", "private": false, "description": "Conditional formatting plugin for Univer Sheets", "author": "DreamNum ", diff --git a/packages/sheets-crosshair-highlight/package.json b/packages/sheets-crosshair-highlight/package.json index 6d70f194b21..9122dd0036c 100644 --- a/packages/sheets-crosshair-highlight/package.json +++ b/packages/sheets-crosshair-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-crosshair-highlight", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-data-validation/package.json b/packages/sheets-data-validation/package.json index cf9a17e480e..1c6cd23c961 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.12", + "version": "0.2.13", "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 390110fbc21..8ddae26f697 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.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-drawing/package.json b/packages/sheets-drawing/package.json index 78eb7efdede..d1635b24d8b 100644 --- a/packages/sheets-drawing/package.json +++ b/packages/sheets-drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-drawing", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-filter-ui/package.json b/packages/sheets-filter-ui/package.json index 534975400f7..be81bb58dea 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.12", + "version": "0.2.13", "private": false, "description": "Univer Sheets Filter UI", "author": "DreamNum ", diff --git a/packages/sheets-filter/package.json b/packages/sheets-filter/package.json index ff28fe75976..da98a5674e5 100644 --- a/packages/sheets-filter/package.json +++ b/packages/sheets-filter/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-filter", - "version": "0.2.12", + "version": "0.2.13", "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 315470d2276..7ede02373ae 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.12", + "version": "0.2.13", "private": false, "description": "UniverSheet find replace plugin", "author": "DreamNum ", diff --git a/packages/sheets-formula/package.json b/packages/sheets-formula/package.json index a80fce28e16..706b8472daf 100644 --- a/packages/sheets-formula/package.json +++ b/packages/sheets-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-formula", - "version": "0.2.12", + "version": "0.2.13", "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 add0023f572..85c033fbd91 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.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-hyper-link/package.json b/packages/sheets-hyper-link/package.json index f4246d72693..45bdf9a5932 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.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/sheets-numfmt/package.json b/packages/sheets-numfmt/package.json index 493bd8fa82d..cf3167f45a9 100644 --- a/packages/sheets-numfmt/package.json +++ b/packages/sheets-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-numfmt", - "version": "0.2.12", + "version": "0.2.13", "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 daa03189e09..22b58f07a12 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.12", + "version": "0.2.13", "private": false, "description": "Univer Sheets Sort UI", "author": "DreamNum ", diff --git a/packages/sheets-sort/package.json b/packages/sheets-sort/package.json index 464ac4f1921..b6a31fd4928 100644 --- a/packages/sheets-sort/package.json +++ b/packages/sheets-sort/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-sort", - "version": "0.2.12", + "version": "0.2.13", "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 0f2071fa959..557d66b859c 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.12", + "version": "0.2.13", "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 abd401724e6..280d57d1b99 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.12", + "version": "0.2.13", "private": false, "description": "Univer thread comment plugin", "author": "DreamNum ", diff --git a/packages/sheets-ui/package.json b/packages/sheets-ui/package.json index 3bdcd10c88e..91658b0cf22 100644 --- a/packages/sheets-ui/package.json +++ b/packages/sheets-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-ui", - "version": "0.2.12", + "version": "0.2.13", "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 0dc0b3732b0..c65ebd12bf9 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.12", + "version": "0.2.13", "private": false, "description": "Zen Editor plugin for Univer Sheets.", "author": "DreamNum ", diff --git a/packages/sheets/package.json b/packages/sheets/package.json index cebd04db077..f7fc801e88d 100644 --- a/packages/sheets/package.json +++ b/packages/sheets/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "UniverSheet normal base-sheets", "author": "DreamNum ", diff --git a/packages/slides-ui/package.json b/packages/slides-ui/package.json index 16073e5715b..2d1818cc204 100644 --- a/packages/slides-ui/package.json +++ b/packages/slides-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides-ui", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "Univer normal ui-plugin-slides", "author": "DreamNum ", diff --git a/packages/slides/package.json b/packages/slides/package.json index a9abccfee9a..c589352d9f9 100644 --- a/packages/slides/package.json +++ b/packages/slides/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 806690bf61b..05aa0a4bba9 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/telemetry", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/thread-comment-ui/package.json b/packages/thread-comment-ui/package.json index 57f96d21308..ae3b1c004f5 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.12", + "version": "0.2.13", "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 df0cd4ec32c..62c20103aea 100644 --- a/packages/thread-comment/package.json +++ b/packages/thread-comment/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/thread-comment", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "Univer thread comment core plugin", "author": "DreamNum ", diff --git a/packages/ui/package.json b/packages/ui/package.json index 8408abe0b8b..45fb5af6413 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/ui", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "UniverSheet normal plugin UI manager", "author": "DreamNum ", diff --git a/packages/umd/package.json b/packages/umd/package.json index aedec25cf86..21374327a5f 100644 --- a/packages/umd/package.json +++ b/packages/umd/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/umd", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "UMD bundle for Univer", "author": "DreamNum ", diff --git a/packages/uniscript/package.json b/packages/uniscript/package.json index b1f1bf677c6..c664e483f69 100644 --- a/packages/uniscript/package.json +++ b/packages/uniscript/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/uniscript", - "version": "0.2.12", + "version": "0.2.13", "private": false, "description": "UI component library for building exceptional Univer.", "author": "DreamNum ",