Skip to content

Commit

Permalink
feat: update the sheet & doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
karlsbeard committed Mar 28, 2024
1 parent 92cb6de commit 7b6a678
Show file tree
Hide file tree
Showing 6 changed files with 769 additions and 512 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"univer","name":"Univer Doc and Sheet","version":"0.0.5","minAppVersion":"1.5.11","description":"Create doc and sheet base on Univer.","author":"Karl GJSSS","authorUrl":"https://github.com/karlsbeard","fundingUrl":"https://opencollective.com/univer","isDesktopOnly":false}
{"id":"univer","name":"Univer Doc and Sheet","version":"0.0.6","minAppVersion":"1.5.11","description":"Create doc and sheet base on Univer.","author":"Karl GJSSS","authorUrl":"https://github.com/karlsbeard","fundingUrl":"https://opencollective.com/univer","isDesktopOnly":false}
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "univer",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "Create doc and sheet base on Univer.",
"main": "dist/main.js",
"author": "Karl GJSSS",
Expand All @@ -20,9 +20,14 @@
"@univerjs/engine-formula": "^0.1.4",
"@univerjs/engine-render": "^0.1.4",
"@univerjs/facade": "^0.1.4",
"@univerjs/find-replace": "^0.1.4",
"@univerjs/rpc": "^0.1.4",
"@univerjs/sheets": "^0.1.4",
"@univerjs/sheets-find-replace": "^0.1.4",
"@univerjs/sheets-formula": "^0.1.4",
"@univerjs/sheets-numfmt": "^0.1.4",
"@univerjs/sheets-ui": "^0.1.4",
"@univerjs/sheets-zen-editor": "^0.1.4",
"@univerjs/ui": "^0.1.4",
"defu": "^6.1.4"
},
Expand Down
Loading

0 comments on commit 7b6a678

Please sign in to comment.