Skip to content

Commit

Permalink
chore(release): release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Aug 10, 2024
1 parent 057f0b3 commit d08f436
Show file tree
Hide file tree
Showing 52 changed files with 135 additions and 51 deletions.
84 changes: 84 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,89 @@


## [0.2.7](https://github.com/dream-num/univer/compare/v0.2.6...v0.2.7) (2024-08-10)


### Bug Fixes

* add range type when create selection ([#2965](https://github.com/dream-num/univer/issues/2965)) ([ff6a667](https://github.com/dream-num/univer/commit/ff6a6673b3e31fbb8113b34d04616b87926d8a5a))
* add rect ranges to share cursor ([#2942](https://github.com/dream-num/univer/issues/2942)) ([1d5d42f](https://github.com/dream-num/univer/commit/1d5d42face54992f5d566bcb529c690d6dea93d1))
* add table create row col limit to 20 ([#2967](https://github.com/dream-num/univer/issues/2967)) ([04accd2](https://github.com/dream-num/univer/commit/04accd2f994b93fd3b5ed7651bd787885b6ba545))
* adjust toolbar item position in uni-mode ([#2987](https://github.com/dream-num/univer/issues/2987)) ([285cdf5](https://github.com/dream-num/univer/commit/285cdf5fe867c5b727ec5f816025c5a2a2da045c))
* can not edit in footer ([#2956](https://github.com/dream-num/univer/issues/2956)) ([28c951b](https://github.com/dream-num/univer/commit/28c951b51b4f1865922280a507108ca215af8b6e))
* can not insert table in link ([#2960](https://github.com/dream-num/univer/issues/2960)) ([7448724](https://github.com/dream-num/univer/commit/7448724100dcb533b721756e76e1ebb73d298ba3))
* can not select text when the last page ends with table ([#2954](https://github.com/dream-num/univer/issues/2954)) ([d5d3b39](https://github.com/dream-num/univer/commit/d5d3b39b2e585e9a6369f2fe4e42cf3f14a27ef1))
* change element to save editing state & update doc sk after resize ([#2950](https://github.com/dream-num/univer/issues/2950)) ([35b0bac](https://github.com/dream-num/univer/commit/35b0bace8971827493cdc16159c9dea4c2d0b6d3))
* col visible ([#2981](https://github.com/dream-num/univer/issues/2981)) ([184ffdd](https://github.com/dream-num/univer/commit/184ffdd115d3d7da3c4509a3c615c8dde2852f25))
* **conditional-formatting:** can not add custom formula ([#2915](https://github.com/dream-num/univer/issues/2915)) ([e9435ee](https://github.com/dream-num/univer/commit/e9435ee7c52ed914b90ae83db29b7ce3d5540d26))
* **conditional-formatting:** fixed a performance issue during the initialization phase of the conditional format ([#2919](https://github.com/dream-num/univer/issues/2919)) ([8ddc701](https://github.com/dream-num/univer/commit/8ddc701b477a9019448aad66a82c905762a1ae76))
* context menu disable status ([#2943](https://github.com/dream-num/univer/issues/2943)) ([510c178](https://github.com/dream-num/univer/commit/510c1785d56eb23a99840fa13448558edc4141e5))
* context menu should not clear selections ([#2949](https://github.com/dream-num/univer/issues/2949)) ([b5fcb55](https://github.com/dream-num/univer/commit/b5fcb55fdee4fe4dcce3317cb3f410647ab8701e))
* **core:** fix editor set focus element by mistake ([9b0ba21](https://github.com/dream-num/univer/commit/9b0ba2146b09c6037722a22d5f836dfdf55171b0))
* **core:** fix resource loader not work for created units ([#2996](https://github.com/dream-num/univer/issues/2996)) ([9df348d](https://github.com/dream-num/univer/commit/9df348dcf3ba6622fce114cdf292ce0db6c3e4c2))
* **core:** fix resource manager get unrelated data ([#2989](https://github.com/dream-num/univer/issues/2989)) ([b29cf76](https://github.com/dream-num/univer/commit/b29cf767986b228ad6458680c239fc74d6e7cce0))
* data-validation ref-range error init form snapshot & support hyperlink target ([#2975](https://github.com/dream-num/univer/issues/2975)) ([c1a342d](https://github.com/dream-num/univer/commit/c1a342d4bceb5ec0cdce1cecd3d8f193b4deab4e))
* default setting in header and footer ([#2977](https://github.com/dream-num/univer/issues/2977)) ([eeaf78f](https://github.com/dream-num/univer/commit/eeaf78f36c3e00a3cb77274ab194c651ef821e10))
* **design:** add missing css import file ([#2991](https://github.com/dream-num/univer/issues/2991)) ([f007237](https://github.com/dream-num/univer/commit/f0072378ff52042d7046b67b819a3eca54c50209))
* disable image when select table ([#2962](https://github.com/dream-num/univer/issues/2962)) ([770385b](https://github.com/dream-num/univer/commit/770385b0269bc76abf480f9e067828cadad14338))
* **docs-thread-comment-ui:** comment when cross table ([#2939](https://github.com/dream-num/univer/issues/2939)) ([678816c](https://github.com/dream-num/univer/commit/678816cff448368a7864fe4e98a59ee76911a2ba))
* **docs-ui:** doc list indent wrong after remove list & copy paste sheet-link ([#3002](https://github.com/dream-num/univer/issues/3002)) ([94d436c](https://github.com/dream-num/univer/commit/94d436cb1f819f9e9ff7d8869e58872958e3c86b))
* **docs:** change list type error when cross table ([#2963](https://github.com/dream-num/univer/issues/2963)) ([8416e8b](https://github.com/dream-num/univer/commit/8416e8b69c4465bf3024e31d0158e86ed7874c80))
* **docs:** refresh image positions after resize ([#2976](https://github.com/dream-num/univer/issues/2976)) ([a7a3c95](https://github.com/dream-num/univer/commit/a7a3c954f096b277d859edc1519ddd45f434d686))
* export some apis of render engine ([#2941](https://github.com/dream-num/univer/issues/2941)) ([6c1211c](https://github.com/dream-num/univer/commit/6c1211ca383513ffc0426b314694f4b73202ca79))
* filter should not hidden col ([#2980](https://github.com/dream-num/univer/issues/2980)) ([683d251](https://github.com/dream-num/univer/commit/683d25194e7e53e53ad42605d4236fcaaddffeb5))
* fix create lists in table ([#2947](https://github.com/dream-num/univer/issues/2947)) ([6ac854f](https://github.com/dream-num/univer/commit/6ac854f91637c8d33400a032faa03738dff0f1bb))
* fix custom formula service not handle other units ([d4b3767](https://github.com/dream-num/univer/commit/d4b3767b7c78b2e5385e837ef45b682860dde61e))
* fix slide errors ([0145ea5](https://github.com/dream-num/univer/commit/0145ea553aea9662a998d3ca633e09b0ebf507a9))
* fix sort menu hidden$ ([4f61745](https://github.com/dream-num/univer/commit/4f617458ca55bdb287ca785aa92de1b2178dbc68))
* fix type error ([4cda2fb](https://github.com/dream-num/univer/commit/4cda2fb333d2462a848c5be8dabc20e5d7d66fb5))
* fix uni formula collab ([#2951](https://github.com/dream-num/univer/issues/2951)) ([5b75469](https://github.com/dream-num/univer/commit/5b754694b6422f3350b8dcc2ff1d8da23cdfb679))
* fix uni mode errors ([#2959](https://github.com/dream-num/univer/issues/2959)) ([de57b8e](https://github.com/dream-num/univer/commit/de57b8e2f58dc1ce8b62c8b5130cb7b499e31b09))
* fix zen editor id ([c5de1a2](https://github.com/dream-num/univer/commit/c5de1a2bd64367aead5005d4acba4a307950e5b7))
* **formula:** fix formula sheet name uppercase bug ([#2908](https://github.com/dream-num/univer/issues/2908)) ([b4122b1](https://github.com/dream-num/univer/commit/b4122b163557fa30ad39dad537951d2f793278b7))
* **formula:** fix some bugs ([#2920](https://github.com/dream-num/univer/issues/2920)) ([323e085](https://github.com/dream-num/univer/commit/323e085e9f7963aa828403cda1445aea1a08a524))
* highlight not work when select link ([#2978](https://github.com/dream-num/univer/issues/2978)) ([6a97ced](https://github.com/dream-num/univer/commit/6a97ced7e5fe1270ec5ae95027895b262b1954dd))
* image initial render ([#2921](https://github.com/dream-num/univer/issues/2921)) ([c165edc](https://github.com/dream-num/univer/commit/c165edcd9ed3cf89bfa3e313e3f50c4d69c026e8))
* **image:** switch tab error ([#2926](https://github.com/dream-num/univer/issues/2926)) ([2cee8d6](https://github.com/dream-num/univer/commit/2cee8d642bd1c69cf2178997753861e7970078a0))
* insert col right to cursor ([#2964](https://github.com/dream-num/univer/issues/2964)) ([912d666](https://github.com/dream-num/univer/commit/912d666878d6b8dab14519525c6a6abc47d07b20))
* issue [#1791](https://github.com/dream-num/univer/issues/1791) ([#2918](https://github.com/dream-num/univer/issues/2918)) ([4cba768](https://github.com/dream-num/univer/commit/4cba768e77f5e6001d661f81273e6f8e23bf24fb))
* modify the judgment logic of rich text ([#2957](https://github.com/dream-num/univer/issues/2957)) ([041f889](https://github.com/dream-num/univer/commit/041f889509f297ce74ab23077d3ba8bde783f288))
* **paragraph:** when switching from 2 lines to 1 line, the selection … ([#2997](https://github.com/dream-num/univer/issues/2997)) ([21d09eb](https://github.com/dream-num/univer/commit/21d09eb51d1b03a065fec89d190a971610eb0012))
* **permission:** permission validation performance problem ([#2916](https://github.com/dream-num/univer/issues/2916)) ([60ae402](https://github.com/dream-num/univer/commit/60ae4024f1f4d53f67dee35f82878c48d5c65e76))
* selection is wrong when select table ([#2953](https://github.com/dream-num/univer/issues/2953)) ([b15b46b](https://github.com/dream-num/univer/commit/b15b46ba67ad543e8978f54a1a7fb20052790210))
* **sheets-data-validation:** data validation validator empty ranges & comment active issue & sheet-hyper-link autofill ([#3003](https://github.com/dream-num/univer/issues/3003)) ([3271885](https://github.com/dream-num/univer/commit/3271885ad1a4c33a9b7c6e660ba59c98dbfb8879))
* **sheets-ui:** set frozen to max column should limited & doc list-paragraph optimize ([#2983](https://github.com/dream-num/univer/issues/2983)) ([64917c2](https://github.com/dream-num/univer/commit/64917c2ace9988dd5c92be1fdbb53b54f4f5cb46))
* slide editing scale ([#2999](https://github.com/dream-num/univer/issues/2999)) ([8017323](https://github.com/dream-num/univer/commit/8017323e90243c5dbd4cac287b6517adb59a8645))
* slide editor disappear when moving curor by keyboard (arrow key) ([#2972](https://github.com/dream-num/univer/issues/2972)) ([448dcb1](https://github.com/dream-num/univer/commit/448dcb158a760999a67d96ed68c4c14c3e87a2eb))
* snapshot ([#2940](https://github.com/dream-num/univer/issues/2940)) ([47ebfb7](https://github.com/dream-num/univer/commit/47ebfb7da329ece76446035e82d02e4251bfdc6d))
* **uni:** scale uni frame ([#2955](https://github.com/dream-num/univer/issues/2955)) ([ba7902f](https://github.com/dream-num/univer/commit/ba7902f311b3d76a870732b919466ef1e1f530a2))
* **uni:** uni formula service should run on server without formula ([#2946](https://github.com/dream-num/univer/issues/2946)) ([2aa0d84](https://github.com/dream-num/univer/commit/2aa0d840a5dd52db4ff328f13c5c6b8db8093088))
* **uni:** use uni formula controller to regiter commands ([d2ba71e](https://github.com/dream-num/univer/commit/d2ba71e9e9be35ca87eaf1f8edbf2571769e16bf))


### Features

* add custom err to organize command execute ([#2945](https://github.com/dream-num/univer/issues/2945)) ([05ab674](https://github.com/dream-num/univer/commit/05ab674841dc821d5b562123916d51a958304735))
* add pivot table to unitoolbar & ui fix ([#2961](https://github.com/dream-num/univer/issues/2961)) ([234b4bb](https://github.com/dream-num/univer/commit/234b4bb7ba50dd2824ebe761f99cdb108e1cfc5d))
* **bullet:** bullet support paragraph setting ([#2958](https://github.com/dream-num/univer/issues/2958)) ([0eeae77](https://github.com/dream-num/univer/commit/0eeae77b91851743e7032d9eab73eaea173737c4))
* **docs-ui:** doc list optimize ([#2900](https://github.com/dream-num/univer/issues/2900)) ([4085e7f](https://github.com/dream-num/univer/commit/4085e7f9ef08e85ba3cb0c7d240b185a04909644))
* **docs-ui:** optimize quick order-list ([#2938](https://github.com/dream-num/univer/issues/2938)) ([b59624e](https://github.com/dream-num/univer/commit/b59624e569cb4cd5d48515a46a23bcac4b82a79a))
* **docs-ui:** support doc checklist ([#2917](https://github.com/dream-num/univer/issues/2917)) ([4d3c6d3](https://github.com/dream-num/univer/commit/4d3c6d32dbfcf47839e52df2b9a35b3042ca7a9f))
* **docs:** doc support table ([#2814](https://github.com/dream-num/univer/issues/2814)) ([b5efb0d](https://github.com/dream-num/univer/commit/b5efb0deee74ad29188ff1fa3331e06f1ff661d6))
* **docs:** support paragraph pannel setting ([#2867](https://github.com/dream-num/univer/issues/2867)) ([03ea7ca](https://github.com/dream-num/univer/commit/03ea7caa2f16e7b40049409426fc17a5b5db0ca5))
* editing text and save ([#2929](https://github.com/dream-num/univer/issues/2929)) ([09a0832](https://github.com/dream-num/univer/commit/09a0832146edc873e66f2d2a58bd888f13afaeda))
* enable running get filter values in worker ([df35f3e](https://github.com/dream-num/univer/commit/df35f3e9c469d0b386cee7bfd058b940181d3171))
* extraction field ([#2931](https://github.com/dream-num/univer/issues/2931)) ([e206f75](https://github.com/dream-num/univer/commit/e206f75791a164536c94f46dbed159cf9a567180))
* **formula:** add logical functions ([#2644](https://github.com/dream-num/univer/issues/2644)) ([3e3e572](https://github.com/dream-num/univer/commit/3e3e5723a04f71b5fdcd9224a4203f34bbd249a2))
* **formula:** completion formula language package ([#2979](https://github.com/dream-num/univer/issues/2979)) ([a130132](https://github.com/dream-num/univer/commit/a130132b167bede6a32d9404772b121700c11a6c))
* **pivot:** support pivot table in interceptor & formula ([#2923](https://github.com/dream-num/univer/issues/2923)) ([cf8f492](https://github.com/dream-num/univer/commit/cf8f4922fbbc57fb2f86e65b4d48e128680dbeea))
* return unrecognized for non-existing unit ([0c2527a](https://github.com/dream-num/univer/commit/0c2527a6e77cfffd456e162cbda6ecb05416d9cd))
* set min-zoom to 0.1 ([#3001](https://github.com/dream-num/univer/issues/3001)) ([a90f948](https://github.com/dream-num/univer/commit/a90f94812cde059f83e477d2004c078f9a4984ce))
* slide toolbar&sidebar in uni-mode ([#2984](https://github.com/dream-num/univer/issues/2984)) ([3b72764](https://github.com/dream-num/univer/commit/3b7276457f37376679c806f3c943c5c7d4d821f0))
* **slides:** add basic support for editing shapes and images ([#2933](https://github.com/dream-num/univer/issues/2933)) ([a5f23b9](https://github.com/dream-num/univer/commit/a5f23b9751a8bb744592f07c85b46e2b271ba349))
* **slides:** add text editor ([#2925](https://github.com/dream-num/univer/issues/2925)) ([1817267](https://github.com/dream-num/univer/commit/1817267e456a037a27502f90d82bde0baba1966d))
* **slides:** add update element operation ([#3000](https://github.com/dream-num/univer/issues/3000)) ([eb08779](https://github.com/dream-num/univer/commit/eb087796fc70f1688b86ef0af1086bcce9352172))
* uni mode ([#2827](https://github.com/dream-num/univer/issues/2827)) ([36ac2bf](https://github.com/dream-num/univer/commit/36ac2bf2bee028e4e4ca9d59d14d9282ba6d0276))

## [0.2.6](https://github.com/dream-num/univer/compare/v0.2.5...v0.2.6) (2024-08-02)


Expand Down
2 changes: 1 addition & 1 deletion common/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/shared",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"description": "Some infrastructures for univerjs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion common/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/storybook",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"description": "Some infrastructures for univerjs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "univer",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"packageManager": "[email protected]",
"author": "DreamNum Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/core",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "Core library for Univer.",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/data-validation",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "Data validation library for Univer",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/debugger",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/design",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "UI component library for building exceptional Univer.",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-drawing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-drawing-ui",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-drawing",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-hyper-link-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-hyper-link-ui",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "Univer thread comment plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-hyper-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-hyper-link",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "Univer thread comment plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-mention-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-mention-ui",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"description": "Univer normal ui-plugin-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-mention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-mention",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"description": "Univer normal ui-plugin-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-thread-comment-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-thread-comment-ui",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "Univer thread comment plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-ui",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "Univer normal ui-plugin-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "UniverSheet normal base-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/drawing-ui",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/drawing",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-formula",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "UniverSheet normal base-formula-engine",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-numfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-numfmt",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "UniverSheet normal plugin UI manager",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-render",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "UniverSheet normal base-render",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/facade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/facade",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/find-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/find-replace",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/network",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/rpc",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-conditional-formatting-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-conditional-formatting-ui",
"version": "0.2.6",
"version": "0.2.7",
"private": false,
"description": "Conditional formatting plugin for Univer Sheets",
"author": "DreamNum <[email protected]>",
Expand Down
Loading

0 comments on commit d08f436

Please sign in to comment.