From 2ae7aa26beeda3886743b0d41ad1f4331e980ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=86=B1?= Date: Wed, 13 May 2026 15:33:09 +0800 Subject: [PATCH] chore(release): release v0.22.1 --- CHANGELOG.md | 18 ++++++++++++++++++ common/debugger/package.json | 2 +- common/mockdata/package.json | 2 +- common/shared/package.json | 2 +- common/storybook/package.json | 2 +- package.json | 2 +- packages/action-recorder/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-quick-insert-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-render/package.json | 2 +- packages/find-replace/package.json | 2 +- packages/network/package.json | 2 +- packages/protocol/package.json | 2 +- packages/rpc-node/package.json | 2 +- packages/rpc/package.json | 2 +- .../package.json | 2 +- .../sheets-conditional-formatting/package.json | 2 +- .../sheets-crosshair-highlight/package.json | 2 +- .../sheets-data-validation-ui/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-ui/package.json | 2 +- packages/sheets-formula/package.json | 2 +- packages/sheets-graphics/package.json | 2 +- packages/sheets-hyper-link-ui/package.json | 2 +- packages/sheets-hyper-link/package.json | 2 +- packages/sheets-note-ui/package.json | 2 +- packages/sheets-note/package.json | 2 +- packages/sheets-numfmt-ui/package.json | 2 +- packages/sheets-numfmt/package.json | 2 +- packages/sheets-sort-ui/package.json | 2 +- packages/sheets-sort/package.json | 2 +- packages/sheets-table-ui/package.json | 2 +- packages/sheets-table/package.json | 2 +- packages/sheets-thread-comment-ui/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/themes/package.json | 2 +- packages/thread-comment-ui/package.json | 2 +- packages/thread-comment/package.json | 2 +- packages/ui-adapter-vue3/package.json | 2 +- packages/ui-adapter-web-component/package.json | 2 +- packages/ui/package.json | 2 +- packages/uniscript/package.json | 2 +- packages/watermark/package.json | 2 +- 67 files changed, 84 insertions(+), 66 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f3431a92..48487143c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.22.1](https://github.com/dream-num/univer/compare/v0.22.0...v0.22.1) (2026-05-13) + + +### Bug Fixes + +* avoid BehaviorSubject replay loop in bufferWhen ([#6882](https://github.com/dream-num/univer/issues/6882)) ([dfc5de7](https://github.com/dream-num/univer/commit/dfc5de756b46cb8ec97d6d0934f7df81c6f85a13)) +* **cellImage:** fix cell image align render ([#6885](https://github.com/dream-num/univer/issues/6885)) ([9b927c5](https://github.com/dream-num/univer/commit/9b927c50088786aac2bb222836562c7c6df3247a)) +* **comment:** fix the issue of comments in dark mode ([#6881](https://github.com/dream-num/univer/issues/6881)) ([192e607](https://github.com/dream-num/univer/commit/192e6070bae383df4753ca47b2f7ab09083443d2)) +* **core:** fix bullet list preset symbol ([#6884](https://github.com/dream-num/univer/issues/6884)) ([b71cbab](https://github.com/dream-num/univer/commit/b71cbab6dc308155686ca2240259edc1237ee76b)) +* **sheets-ui:** allow selecting formula bar content in read-only mode ([#6886](https://github.com/dream-num/univer/issues/6886)) ([02017c2](https://github.com/dream-num/univer/commit/02017c24ade74a74628de86f1e88c40794b84cdb)) +* **sheets:** ensure unique sheet name when inserting with explicit name ([#6887](https://github.com/dream-num/univer/issues/6887)) ([628bbf9](https://github.com/dream-num/univer/commit/628bbf91e660d727267d945f380e34644dda59a1)) +* **ui:** add box-sizing to context menu item for proper sizing ([#6892](https://github.com/dream-num/univer/issues/6892)) ([6ab5e91](https://github.com/dream-num/univer/commit/6ab5e9147cd1107c508364804047b786eeca7305)) + + +### Features + +* add condition format facade api enum ([#6891](https://github.com/dream-num/univer/issues/6891)) ([88eb25b](https://github.com/dream-num/univer/commit/88eb25b40887b7f47ee7f51209cf69c0811296c9)) + # [0.22.0](https://github.com/dream-num/univer/compare/v0.21.1...v0.22.0) (2026-05-09) diff --git a/common/debugger/package.json b/common/debugger/package.json index 19471f24fd..40cd04ca90 100644 --- a/common/debugger/package.json +++ b/common/debugger/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/debugger", - "version": "0.22.0", + "version": "0.22.1", "private": true, "description": "", "author": "DreamNum ", diff --git a/common/mockdata/package.json b/common/mockdata/package.json index 4436b5cff2..00a8cd678d 100644 --- a/common/mockdata/package.json +++ b/common/mockdata/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/mockdata", - "version": "0.22.0", + "version": "0.22.1", "private": true, "description": "", "author": "DreamNum ", diff --git a/common/shared/package.json b/common/shared/package.json index c01fd54fc7..0a77845521 100644 --- a/common/shared/package.json +++ b/common/shared/package.json @@ -1,7 +1,7 @@ { "name": "@univerjs-infra/shared", "type": "module", - "version": "0.22.0", + "version": "0.22.1", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/common/storybook/package.json b/common/storybook/package.json index 884fc1e6e2..268a106dd3 100644 --- a/common/storybook/package.json +++ b/common/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/storybook", - "version": "0.22.0", + "version": "0.22.1", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/package.json b/package.json index be6ef44ffb..e9b28ea1d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "0.22.0", + "version": "0.22.1", "private": true, "packageManager": "pnpm@10.33.4", "author": "DreamNum Co., Ltd. ", diff --git a/packages/action-recorder/package.json b/packages/action-recorder/package.json index 943b2ff268..a07e9859e1 100644 --- a/packages/action-recorder/package.json +++ b/packages/action-recorder/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/action-recorder", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Record and replay user actions in Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/core/package.json b/packages/core/package.json index 181f6eadba..19cf53d8fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/core", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Core runtime, data models, command system, dependency injection, and Facade APIs for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/data-validation/package.json b/packages/data-validation/package.json index 699c37fa9b..278a748594 100644 --- a/packages/data-validation/package.json +++ b/packages/data-validation/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/data-validation", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared data validation models and rule services for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/design/package.json b/packages/design/package.json index d79ccaab8c..a65ea48b84 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/design", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared React design components, styles, and locale resources for Univer UI packages.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-drawing-ui/package.json b/packages/docs-drawing-ui/package.json index 14cd305cf5..0af96bc45d 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.22.0", + "version": "0.22.1", "private": false, "description": "Drawing UI integration for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-drawing/package.json b/packages/docs-drawing/package.json index 481b1799fb..ecedf8b016 100644 --- a/packages/docs-drawing/package.json +++ b/packages/docs-drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-drawing", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Drawing model integration for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-hyper-link-ui/package.json b/packages/docs-hyper-link-ui/package.json index 524109f953..6f0a172f36 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.22.0", + "version": "0.22.1", "private": false, "description": "Hyperlink editing UI for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-hyper-link/package.json b/packages/docs-hyper-link/package.json index a45ed23d56..53f10d830b 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.22.0", + "version": "0.22.1", "private": false, "description": "Hyperlink model and commands for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-mention-ui/package.json b/packages/docs-mention-ui/package.json index 56578b4fbd..5337f8562f 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.22.0", + "version": "0.22.1", "private": true, "description": "Mention UI integration for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-quick-insert-ui/package.json b/packages/docs-quick-insert-ui/package.json index 308e361307..4d6575c02d 100644 --- a/packages/docs-quick-insert-ui/package.json +++ b/packages/docs-quick-insert-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-quick-insert-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Quick insert UI integration for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-thread-comment-ui/package.json b/packages/docs-thread-comment-ui/package.json index 3a2e7d2619..c39ea1a2d2 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.22.0", + "version": "0.22.1", "private": false, "description": "Thread comment UI integration for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs-ui/package.json b/packages/docs-ui/package.json index c062f303e1..e7b4607b51 100644 --- a/packages/docs-ui/package.json +++ b/packages/docs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Editor UI layer for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/docs/package.json b/packages/docs/package.json index b6e7c49b1d..d3a1c7284d 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Core document model and rich-text operations for Univer Docs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/drawing-ui/package.json b/packages/drawing-ui/package.json index 72b6fb0abd..45a12ef41a 100644 --- a/packages/drawing-ui/package.json +++ b/packages/drawing-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/drawing-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared drawing UI components and services for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/drawing/package.json b/packages/drawing/package.json index f41d1a6ac0..f650ec37e5 100644 --- a/packages/drawing/package.json +++ b/packages/drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/drawing", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared drawing models, commands, and services for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/engine-formula/package.json b/packages/engine-formula/package.json index c8b38c374f..0f6352592a 100644 --- a/packages/engine-formula/package.json +++ b/packages/engine-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-formula", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Formula parsing, dependency management, and calculation engine for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/engine-render/package.json b/packages/engine-render/package.json index c31e2c55da..3fb7b022e8 100644 --- a/packages/engine-render/package.json +++ b/packages/engine-render/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-render", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Canvas rendering engine for Univer documents, sheets, and slides.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/find-replace/package.json b/packages/find-replace/package.json index bef7de77ce..6e464b316a 100644 --- a/packages/find-replace/package.json +++ b/packages/find-replace/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/find-replace", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared find and replace services and UI infrastructure for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/network/package.json b/packages/network/package.json index 5efa585aa9..7d464e535b 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/network", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Network service abstractions for Univer runtime integrations.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 7f7a8ba005..24ede7fc60 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/protocol", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared protocol types, generated service interfaces, and data contracts for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/rpc-node/package.json b/packages/rpc-node/package.json index 9f52e2e1ee..ba0acaf505 100644 --- a/packages/rpc-node/package.json +++ b/packages/rpc-node/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/rpc-node", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Node.js RPC plugins for Univer main-thread and worker communication.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/rpc/package.json b/packages/rpc/package.json index a3444ae8d7..5c89093b69 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/rpc", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Browser RPC layer for Univer main-thread and worker communication.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-conditional-formatting-ui/package.json b/packages/sheets-conditional-formatting-ui/package.json index 4108795056..2682bd24ea 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.22.0", + "version": "0.22.1", "private": false, "description": "Conditional formatting UI for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-conditional-formatting/package.json b/packages/sheets-conditional-formatting/package.json index 3f7fa7b702..2d08d4f044 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.22.0", + "version": "0.22.1", "private": false, "description": "Conditional formatting model, commands, and calculation support for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-crosshair-highlight/package.json b/packages/sheets-crosshair-highlight/package.json index 3a4287557a..c41d6c33c8 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.22.0", + "version": "0.22.1", "private": false, "description": "Crosshair highlight plugin for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-data-validation-ui/package.json b/packages/sheets-data-validation-ui/package.json index 33563e48f9..bf1f2faeb4 100644 --- a/packages/sheets-data-validation-ui/package.json +++ b/packages/sheets-data-validation-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-data-validation-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Data validation UI for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-data-validation/package.json b/packages/sheets-data-validation/package.json index fa5d42b758..7df36eacb0 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.22.0", + "version": "0.22.1", "private": false, "description": "Sheet-specific data validation commands, services, and Facade APIs for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-drawing-ui/package.json b/packages/sheets-drawing-ui/package.json index 6da492dd44..bea81de4ea 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.22.0", + "version": "0.22.1", "private": false, "description": "Drawing UI integration for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-drawing/package.json b/packages/sheets-drawing/package.json index 815e5bd358..0fcd0b4912 100644 --- a/packages/sheets-drawing/package.json +++ b/packages/sheets-drawing/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-drawing", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Drawing model integration for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-filter-ui/package.json b/packages/sheets-filter-ui/package.json index 9d09dc6b5c..20ff165633 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.22.0", + "version": "0.22.1", "private": false, "description": "Filtering menus and panels for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-filter/package.json b/packages/sheets-filter/package.json index 41bf9206e1..85539b933b 100644 --- a/packages/sheets-filter/package.json +++ b/packages/sheets-filter/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-filter", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Filtering model, commands, and services for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-find-replace/package.json b/packages/sheets-find-replace/package.json index 2cc2fe618d..ea45a010b8 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.22.0", + "version": "0.22.1", "private": false, "description": "Find and replace integration for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-formula-ui/package.json b/packages/sheets-formula-ui/package.json index 0f5387e338..63bdf256b7 100644 --- a/packages/sheets-formula-ui/package.json +++ b/packages/sheets-formula-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-formula-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Formula editing UI for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-formula/package.json b/packages/sheets-formula/package.json index c1843f2556..61a915a626 100644 --- a/packages/sheets-formula/package.json +++ b/packages/sheets-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-formula", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Sheet formula services and calculation integration for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-graphics/package.json b/packages/sheets-graphics/package.json index e036024b1d..806d509ab4 100644 --- a/packages/sheets-graphics/package.json +++ b/packages/sheets-graphics/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-graphics", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "In-cell graphics rendering support for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-hyper-link-ui/package.json b/packages/sheets-hyper-link-ui/package.json index 8c10441a00..34856301e5 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.22.0", + "version": "0.22.1", "private": false, "description": "Hyperlink editing UI for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-hyper-link/package.json b/packages/sheets-hyper-link/package.json index 32c57e8426..d4213c778b 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.22.0", + "version": "0.22.1", "private": false, "description": "Hyperlink model and commands for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-note-ui/package.json b/packages/sheets-note-ui/package.json index 65899273cd..24356d6dce 100644 --- a/packages/sheets-note-ui/package.json +++ b/packages/sheets-note-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-note-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Cell note UI for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-note/package.json b/packages/sheets-note/package.json index 43aec052fb..15589e59ad 100644 --- a/packages/sheets-note/package.json +++ b/packages/sheets-note/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-note", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Cell note model and commands for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-numfmt-ui/package.json b/packages/sheets-numfmt-ui/package.json index 3b75cbc8f2..67189e5f1d 100644 --- a/packages/sheets-numfmt-ui/package.json +++ b/packages/sheets-numfmt-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-numfmt-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Number format menus, editors, and previews for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-numfmt/package.json b/packages/sheets-numfmt/package.json index 8983b58df0..cdc2997d93 100644 --- a/packages/sheets-numfmt/package.json +++ b/packages/sheets-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-numfmt", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Number format services and commands for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-sort-ui/package.json b/packages/sheets-sort-ui/package.json index 2850a6a23b..822fccac6b 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.22.0", + "version": "0.22.1", "private": false, "description": "Sorting menus and panels for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-sort/package.json b/packages/sheets-sort/package.json index 71dbc3ffc0..02082096fb 100644 --- a/packages/sheets-sort/package.json +++ b/packages/sheets-sort/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-sort", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Sorting model, commands, and services for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-table-ui/package.json b/packages/sheets-table-ui/package.json index 1679343ebc..902808e14a 100644 --- a/packages/sheets-table-ui/package.json +++ b/packages/sheets-table-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-table-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Structured table UI for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-table/package.json b/packages/sheets-table/package.json index 2d6753d13b..a142ecf279 100644 --- a/packages/sheets-table/package.json +++ b/packages/sheets-table/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-table", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Structured table model and commands for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-thread-comment-ui/package.json b/packages/sheets-thread-comment-ui/package.json index 16fd751f8e..d4786ab524 100644 --- a/packages/sheets-thread-comment-ui/package.json +++ b/packages/sheets-thread-comment-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-thread-comment-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Thread comment UI integration for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-thread-comment/package.json b/packages/sheets-thread-comment/package.json index 57477b0c45..988d5cde28 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.22.0", + "version": "0.22.1", "private": false, "description": "Thread comment integration for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-ui/package.json b/packages/sheets-ui/package.json index f55d09ee29..e2eb80f478 100644 --- a/packages/sheets-ui/package.json +++ b/packages/sheets-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Spreadsheet UI layer for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets-zen-editor/package.json b/packages/sheets-zen-editor/package.json index 14737ce4c5..0e297e9500 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.22.0", + "version": "0.22.1", "private": false, "description": "Immersive cell editing experience for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/sheets/package.json b/packages/sheets/package.json index 28f9b7fbaa..f30d24efc2 100644 --- a/packages/sheets/package.json +++ b/packages/sheets/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Core spreadsheet model and business logic for Univer Sheets.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/slides-ui/package.json b/packages/slides-ui/package.json index 7d05d5d073..b128425889 100644 --- a/packages/slides-ui/package.json +++ b/packages/slides-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides-ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Presentation editor UI layer for Univer Slides.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/slides/package.json b/packages/slides/package.json index 24d88e7f58..b738dfef10 100644 --- a/packages/slides/package.json +++ b/packages/slides/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Core presentation model and services for Univer Slides.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index a877acb917..2fb6c10d69 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/telemetry", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Telemetry service interface for Univer packages.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/themes/package.json b/packages/themes/package.json index 0484cbcbaa..18de2c0585 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/themes", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Built-in theme definitions for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/thread-comment-ui/package.json b/packages/thread-comment-ui/package.json index f943b224a5..fd38570466 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.22.0", + "version": "0.22.1", "private": false, "description": "Shared thread comment UI components and services for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/thread-comment/package.json b/packages/thread-comment/package.json index b800ec5284..7310a65002 100644 --- a/packages/thread-comment/package.json +++ b/packages/thread-comment/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/thread-comment", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared thread comment models, commands, and services for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/ui-adapter-vue3/package.json b/packages/ui-adapter-vue3/package.json index 4aae88fd23..521267dca6 100644 --- a/packages/ui-adapter-vue3/package.json +++ b/packages/ui-adapter-vue3/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/ui-adapter-vue3", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Vue 3 adapter for Univer UI services.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/ui-adapter-web-component/package.json b/packages/ui-adapter-web-component/package.json index f143f536aa..849d15e0b4 100644 --- a/packages/ui-adapter-web-component/package.json +++ b/packages/ui-adapter-web-component/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/ui-adapter-web-component", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Web Component adapter for Univer UI services.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/ui/package.json b/packages/ui/package.json index 80fcc4fa7b..8b46ea7bc7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/ui", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Shared application UI framework, workbench services, menus, dialogs, and Facade UI APIs for Univer.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/uniscript/package.json b/packages/uniscript/package.json index 091a3a3486..238efcded7 100644 --- a/packages/uniscript/package.json +++ b/packages/uniscript/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/uniscript", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Monaco-based scripting editor for operating Univer through Facade APIs.", "author": "DreamNum Co., Ltd. ", diff --git a/packages/watermark/package.json b/packages/watermark/package.json index d5e8b8a9e0..0f4d4491f0 100644 --- a/packages/watermark/package.json +++ b/packages/watermark/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/watermark", - "version": "0.22.0", + "version": "0.22.1", "private": false, "description": "Watermark rendering plugin for Univer.", "author": "DreamNum Co., Ltd. ",