From ab8a548ca2ad08b47151e302d0488a36e05185e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=86=B1?= Date: Mon, 25 Mar 2024 02:06:57 +0000 Subject: [PATCH] chore(release): release v0.1.4 --- CHANGELOG.md | 66 +++++++++++++++++++++++ common/shared/package.json | 2 +- common/storybook/package.json | 2 +- package.json | 2 +- packages/core/package.json | 6 ++- packages/design/package.json | 6 ++- packages/docs-ui/package.json | 6 ++- packages/docs/package.json | 6 ++- packages/engine-formula/package.json | 6 ++- packages/engine-numfmt/package.json | 6 ++- packages/engine-render/package.json | 6 ++- packages/facade/package.json | 6 ++- packages/find-replace/package.json | 6 ++- packages/network/package.json | 6 ++- packages/rpc/package.json | 6 ++- packages/sheets-find-replace/package.json | 6 ++- packages/sheets-formula/package.json | 2 +- packages/sheets-numfmt/package.json | 6 ++- packages/sheets-ui/package.json | 6 ++- packages/sheets-zen-editor/package.json | 6 ++- packages/sheets/package.json | 6 ++- packages/slides-ui/package.json | 6 ++- packages/slides/package.json | 2 +- packages/ui/package.json | 6 ++- packages/uniscript/package.json | 6 ++- 25 files changed, 147 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4118c41f967..6760474944d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,71 @@ +## [0.1.4](https://github.com/dream-num/univer/compare/v0.1.3...v0.1.4) (2024-03-25) + + +### Bug Fixes + +* **design:** correct checkbox checked state logic for standalone usage ([#1627](https://github.com/dream-num/univer/issues/1627)) ([5eea109](https://github.com/dream-num/univer/commit/5eea1090faeef938f8ee208a875863cf062d4cc4)) +* **design:** fix checkbox group value couldn't be modified ([#1613](https://github.com/dream-num/univer/issues/1613)) ([dcb3e93](https://github.com/dream-num/univer/commit/dcb3e934afe0733fba89cddd25941148db74beef)) +* **docs:** remove deprecated property standalone ([#1670](https://github.com/dream-num/univer/issues/1670)) ([ff686e6](https://github.com/dream-num/univer/commit/ff686e63f22a96d5ec42ff70a7ac91e4c02a9e7e)) +* **editor:** control state ([#1649](https://github.com/dream-num/univer/issues/1649)) ([c39799f](https://github.com/dream-num/univer/commit/c39799fb54cc77dd917e3d599f419b0f1dc52e2f)) +* **editor:** optimize editor focus ([#1616](https://github.com/dream-num/univer/issues/1616)) ([e4231eb](https://github.com/dream-num/univer/commit/e4231eb70c5b28ea18ecc65c9ca6e7bee013179f)) +* **editor:** preload the editor ([#1662](https://github.com/dream-num/univer/issues/1662)) ([09ceb16](https://github.com/dream-num/univer/commit/09ceb165d515f584b07c8538960d09e9a184f97c)) +* **editor:** short key error ([#1679](https://github.com/dream-num/univer/issues/1679)) ([7afaff0](https://github.com/dream-num/univer/commit/7afaff0f54f0ea37e9dfa1609bb30f40cd824b74)) +* **engine-render:** add missing `IPageRenderConfig` type export ([d972f5d](https://github.com/dream-num/univer/commit/d972f5d97ec005e2d57f5461457c1c6ece0fe2b7)) +* export more types from render engine plugin ([#1608](https://github.com/dream-num/univer/issues/1608)) ([cf134be](https://github.com/dream-num/univer/commit/cf134bed37b2c85b8a78969f9241109bf7805955)) +* **facade:** should not return promise in syncExecuteCommand ([#1648](https://github.com/dream-num/univer/issues/1648)) ([9a0d300](https://github.com/dream-num/univer/commit/9a0d300320fafdf911c6cb18b221ec12a8ab99be)) +* **find-replace:** fix dialog issues ([#1590](https://github.com/dream-num/univer/issues/1590)) ([2390086](https://github.com/dream-num/univer/commit/2390086f57537d492acd64ae1a09561c34b9c143)) +* fix extracted value from cell content ([2e22324](https://github.com/dream-num/univer/commit/2e22324ac9347ac229a56eee92e6398bc0074f8c)) +* **formula:** add OR/TEXT/LEN functions ([#1593](https://github.com/dream-num/univer/issues/1593)) ([c26eed1](https://github.com/dream-num/univer/commit/c26eed129aed76c13c5b3e9b70c12afac82dd166)) +* **formula:** array cache error ([#1644](https://github.com/dream-num/univer/issues/1644)) ([19d9612](https://github.com/dream-num/univer/commit/19d961203858bc6fb61cdd68b3f9f3802e9c0ade)) +* **formula:** index function supports reference object ([#1657](https://github.com/dream-num/univer/issues/1657)) ([b47487a](https://github.com/dream-num/univer/commit/b47487a5d33ae8c1cada2dd5a1bdf44ff4eed3ef)) +* **formula:** math functions support string number calculation ([#1581](https://github.com/dream-num/univer/issues/1581)) ([0779488](https://github.com/dream-num/univer/commit/077948859e9c0df681363c88002f0647aa8be884)) +* rectangle subtract func ([#1647](https://github.com/dream-num/univer/issues/1647)) ([345fddc](https://github.com/dream-num/univer/commit/345fddca2b9b7227b6257eb2280585b72b9cdb31)) +* **sheet:** error value object ([#1596](https://github.com/dream-num/univer/issues/1596)) ([e3714e1](https://github.com/dream-num/univer/commit/e3714e14a3a4496373317b90eaa80632a7d1285f)) +* **sheet:** fix error edit position after merging ([#1520](https://github.com/dream-num/univer/issues/1520)) ([8685e14](https://github.com/dream-num/univer/commit/8685e14904677f2f15cd88e2a199f5d105d10551)) +* **sheet:** fix the issue of incorrect number of merged cells in the format painter ([#1526](https://github.com/dream-num/univer/issues/1526)) ([cd9b6f8](https://github.com/dream-num/univer/commit/cd9b6f877850171404e0fc34cd356a2fb6f2639f)) +* **sheet:** handleRemoveRowsCols util func ([#1656](https://github.com/dream-num/univer/issues/1656)) ([f30b987](https://github.com/dream-num/univer/commit/f30b987b0aee41fb7f2d5457a4f796b08d57107b)) +* **sheets-ui:** merge setRangeValuesMutation at clipboardservice ([#1665](https://github.com/dream-num/univer/issues/1665)) ([bf9fc0d](https://github.com/dream-num/univer/commit/bf9fc0da3f7cddfd2d691b16f367bfb98ce0e300)) +* **sheets:** boolean should store as number ([#1605](https://github.com/dream-num/univer/issues/1605)) ([78e5426](https://github.com/dream-num/univer/commit/78e54269fabbf9845ef667a4b52c77e402ea228f)), closes [#1534](https://github.com/dream-num/univer/issues/1534) +* **slide:** image loaded ([#1653](https://github.com/dream-num/univer/issues/1653)) ([9cecaaa](https://github.com/dream-num/univer/commit/9cecaaaa155de2d790d19cbadc7b53a049034453)) +* **slide:** slide initialize ([#1641](https://github.com/dream-num/univer/issues/1641)) ([599ed71](https://github.com/dream-num/univer/commit/599ed71151cefc569b41892e4f7c3097862a0d70)) +* **ui:** cleanup DOMs when dispose ([#1663](https://github.com/dream-num/univer/issues/1663)) ([b81ba1a](https://github.com/dream-num/univer/commit/b81ba1ad8d20680bcd071efe4f1a33ab4f510f05)) +* **ui:** prevent formula bar from displaying when header is set to false & remove unused code ([#1633](https://github.com/dream-num/univer/issues/1633)) ([e3d875c](https://github.com/dream-num/univer/commit/e3d875ca78d31e8eb8736f0d9e9655ea94c42136)) +* **ui:** should not make clipboard util iframe visible ([#1620](https://github.com/dream-num/univer/issues/1620)) ([06760b5](https://github.com/dream-num/univer/commit/06760b5cda5f8f13791043732ec4eff126f6317a)) +* wrong doc example data ([#1667](https://github.com/dream-num/univer/issues/1667)) ([a875a31](https://github.com/dream-num/univer/commit/a875a3185cd70abf28b61f8a6335944cdb94c591)) + + +### Features + +* add disable status to doc ([#1622](https://github.com/dream-num/univer/issues/1622)) ([b03c707](https://github.com/dream-num/univer/commit/b03c70764bcfebadf82969266ed371e261a98315)) +* **core:** add registerPlugin config types ([#1484](https://github.com/dream-num/univer/issues/1484)) ([a5a073c](https://github.com/dream-num/univer/commit/a5a073c18ac34ba572908ef493b32c43157bbede)) +* create empty doc by pass empty object `{}` ([#1606](https://github.com/dream-num/univer/issues/1606)) ([ff54fa0](https://github.com/dream-num/univer/commit/ff54fa01e428d3a844acd33dc811d55135a2410c)) +* **design:** add component Segmented ([#1618](https://github.com/dream-num/univer/issues/1618)) ([78156fd](https://github.com/dream-num/univer/commit/78156fd3477994e7b63d4b3dec67f7e99d153176)) +* **design:** ssr support ([#1603](https://github.com/dream-num/univer/issues/1603)) ([cdb7d49](https://github.com/dream-num/univer/commit/cdb7d492851b6d85ca7805036123bac2c76ec4ae)) +* **doc:** continuous punctuation extrusion and paragraph align ([#1625](https://github.com/dream-num/univer/issues/1625)) ([b50997d](https://github.com/dream-num/univer/commit/b50997dff3f85b70b858c919fe304ea65ba921ca)), closes [#1670](https://github.com/dream-num/univer/issues/1670) +* **network:** add retry and threshold interceptor ([#1664](https://github.com/dream-num/univer/issues/1664)) ([5791d4d](https://github.com/dream-num/univer/commit/5791d4d5b4d2ba714c92613f72b679e5e03c72e0)) +* **sheet:** add range merge util ([#1615](https://github.com/dream-num/univer/issues/1615)) ([e2118b5](https://github.com/dream-num/univer/commit/e2118b5deb086f4eebfb55c6986599a6427ee257)) +* **sheet:** numfmt support i18n ([#1558](https://github.com/dream-num/univer/issues/1558)) ([b39f982](https://github.com/dream-num/univer/commit/b39f98280c877ee25abcfebcee57311b350cef31)) +* **ui:** support popup service ([#1640](https://github.com/dream-num/univer/issues/1640)) ([5e597fd](https://github.com/dream-num/univer/commit/5e597fdd4bd985b3d6afd60cfd0ac46296fb8761)) + + +### Performance Improvements + +* **engine-render:** optimize border perf ([#1574](https://github.com/dream-num/univer/issues/1574)) ([0aa2898](https://github.com/dream-num/univer/commit/0aa2898570fa077c9c08a8fbbbd5e6d8541097b5)) +* **formula:** optimize dependency calculate and array value object compare ([#1629](https://github.com/dream-num/univer/issues/1629)) ([d884ee0](https://github.com/dream-num/univer/commit/d884ee05615d7ed3cdfdeb6e68e46893367a7db4)) +* **render:** optimize doc render ([#1599](https://github.com/dream-num/univer/issues/1599)) ([ab76ebd](https://github.com/dream-num/univer/commit/ab76ebde180161ec4f924e0cef4bf53243478418)) +* **sheet:** statistic and formula perf ([#1583](https://github.com/dream-num/univer/issues/1583)) ([9e63af7](https://github.com/dream-num/univer/commit/9e63af78ec78c4698c47d07e506d76e1e9df4323)) + + +### BREAKING CHANGES + +* **sheets:** Before: +Boolean values ("TRUE" "FALSE") were stored in the IWorkbooData +as strings. +After: +Boolean values would be store as number (0, 1). + ## [0.1.3](https://github.com/dream-num/univer/compare/v0.1.2...v0.1.3) (2024-03-15) diff --git a/common/shared/package.json b/common/shared/package.json index 1ef0609f5af..b0f0b4dab62 100644 --- a/common/shared/package.json +++ b/common/shared/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/shared", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/common/storybook/package.json b/common/storybook/package.json index 46d74325df2..e660ff84c79 100644 --- a/common/storybook/package.json +++ b/common/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/storybook", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/package.json b/package.json index 620ef8dc71b..04c1353092b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "0.1.3", + "version": "0.1.4", "private": true, "packageManager": "pnpm@8.6.2", "author": "DreamNum Inc. ", diff --git a/packages/core/package.json b/packages/core/package.json index ad850241870..e7991d6c806 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/core", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "Core library for Univer.", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/design/package.json b/packages/design/package.json index 32717a628ee..ec5bfbb373e 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/design", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UI component library for building exceptional Univer.", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/docs-ui/package.json b/packages/docs-ui/package.json index 15a734c9b73..1bcb9e70aff 100644 --- a/packages/docs-ui/package.json +++ b/packages/docs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-ui", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "Univer normal ui-plugin-docs", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/docs/package.json b/packages/docs/package.json index 9229b4078e6..ebcabfb7e5b 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet normal base-docs", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/engine-formula/package.json b/packages/engine-formula/package.json index b353059294c..755b4e720d8 100644 --- a/packages/engine-formula/package.json +++ b/packages/engine-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-formula", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet normal base-formula-engine", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/engine-numfmt/package.json b/packages/engine-numfmt/package.json index b7199a104b8..d79120a893c 100644 --- a/packages/engine-numfmt/package.json +++ b/packages/engine-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-numfmt", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet normal plugin UI manager", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/engine-render/package.json b/packages/engine-render/package.json index 15d81db80c5..b3727686305 100644 --- a/packages/engine-render/package.json +++ b/packages/engine-render/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-render", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet normal base-render", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/facade/package.json b/packages/facade/package.json index bdc1f1b7a79..fc9d74f2b02 100644 --- a/packages/facade/package.json +++ b/packages/facade/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/facade", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/find-replace/package.json b/packages/find-replace/package.json index 571cc829f0b..7a28172ac31 100644 --- a/packages/find-replace/package.json +++ b/packages/find-replace/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/find-replace", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/network/package.json b/packages/network/package.json index c7e7feb11f2..ef23b34b927 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/network", - "version": "0.1.3", + "version": "0.1.4", "private": false, "author": "DreamNum ", "license": "Apache-2.0", @@ -16,7 +16,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/rpc/package.json b/packages/rpc/package.json index 079a813ac2d..47f539b603d 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/rpc", - "version": "0.1.3", + "version": "0.1.4", "private": false, "author": "DreamNum ", "license": "Apache-2.0", @@ -16,7 +16,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/sheets-find-replace/package.json b/packages/sheets-find-replace/package.json index 85a2b58dfe6..6a5d4deece4 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.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet find replace plugin", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/sheets-formula/package.json b/packages/sheets-formula/package.json index 83dad15ab43..5af0b701aa8 100644 --- a/packages/sheets-formula/package.json +++ b/packages/sheets-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-formula", - "version": "0.1.3", + "version": "0.1.4", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/sheets-numfmt/package.json b/packages/sheets-numfmt/package.json index 0fa95e85ebd..335c0831542 100644 --- a/packages/sheets-numfmt/package.json +++ b/packages/sheets-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-numfmt", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet numfmt plugin", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/sheets-ui/package.json b/packages/sheets-ui/package.json index 512009962b0..b6d22e2286c 100644 --- a/packages/sheets-ui/package.json +++ b/packages/sheets-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-ui", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet normal ui-plugin-sheets", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/sheets-zen-editor/package.json b/packages/sheets-zen-editor/package.json index d4c66357dce..59ac5be146e 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.1.3", + "version": "0.1.4", "private": false, "description": "Zen Editor plugin for Univer Sheets.", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/sheets/package.json b/packages/sheets/package.json index 3c7386dc88a..22fcfe7b944 100644 --- a/packages/sheets/package.json +++ b/packages/sheets/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet normal base-sheets", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "exports": { ".": "./src/index.ts", "./*": "./src/*" diff --git a/packages/slides-ui/package.json b/packages/slides-ui/package.json index 23351bc2426..4fa03bc158e 100644 --- a/packages/slides-ui/package.json +++ b/packages/slides-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides-ui", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "Univer normal ui-plugin-slides", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/slides/package.json b/packages/slides/package.json index f74873c1b3b..299e65dcaa5 100644 --- a/packages/slides/package.json +++ b/packages/slides/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "", "author": "DreamNum ", diff --git a/packages/ui/package.json b/packages/ui/package.json index 406e7536d80..62a845cc5df 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/ui", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UniverSheet normal plugin UI manager", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ], diff --git a/packages/uniscript/package.json b/packages/uniscript/package.json index 5f7e8754597..07222e6da00 100644 --- a/packages/uniscript/package.json +++ b/packages/uniscript/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/uniscript", - "version": "0.1.3", + "version": "0.1.4", "private": false, "description": "UI component library for building exceptional Univer.", "author": "DreamNum ", @@ -17,7 +17,9 @@ "bugs": { "url": "https://github.com/dream-num/univer/issues" }, - "keywords": ["univer"], + "keywords": [ + "univer" + ], "sideEffects": [ "**/*.css" ],