Skip to content

Commit

Permalink
Merge pull request #47 from karlsbeard/feat-version017
Browse files Browse the repository at this point in the history
feat: fix the panel align problem
  • Loading branch information
karlsbeard authored Apr 12, 2024
2 parents b24f187 + 2bd35a3 commit 0bf0065
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 584 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.13","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":"1.0.0","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}
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "univer",
"type": "module",
"version": "0.0.13",
"version": "1.0.0",
"description": "Create doc and sheet base on Univer.",
"author": "Karl GJSSS",
"license": "MIT",
Expand All @@ -12,27 +12,26 @@
"release": "release-it"
},
"dependencies": {
"@univerjs/core": "^0.1.6",
"@univerjs/data-validation": "^0.1.6",
"@univerjs/design": "^0.1.6",
"@univerjs/docs": "^0.1.6",
"@univerjs/docs-ui": "^0.1.6",
"@univerjs/engine-formula": "^0.1.6",
"@univerjs/engine-render": "^0.1.6",
"@univerjs/facade": "^0.1.6",
"@univerjs/find-replace": "^0.1.6",
"@univerjs/rpc": "^0.1.6",
"@univerjs/sheets": "^0.1.6",
"@univerjs/sheets-conditional-formatting-ui": "^0.1.6",
"@univerjs/sheets-data-validation": "^0.1.6",
"@univerjs/sheets-find-replace": "^0.1.6",
"@univerjs/sheets-formula": "^0.1.6",
"@univerjs/sheets-numfmt": "^0.1.6",
"@univerjs/sheets-ui": "^0.1.6",
"@univerjs/sheets-zen-editor": "^0.1.6",
"@univerjs/ui": "^0.1.6",
"defu": "^6.1.4",
"react": "^18.2.0"
"@univerjs/core": "^0.1.7",
"@univerjs/data-validation": "^0.1.7",
"@univerjs/design": "^0.1.7",
"@univerjs/docs": "^0.1.7",
"@univerjs/docs-ui": "^0.1.7",
"@univerjs/engine-formula": "^0.1.7",
"@univerjs/engine-render": "^0.1.7",
"@univerjs/facade": "^0.1.7",
"@univerjs/find-replace": "^0.1.7",
"@univerjs/rpc": "^0.1.7",
"@univerjs/sheets": "^0.1.7",
"@univerjs/sheets-conditional-formatting-ui": "^0.1.7",
"@univerjs/sheets-data-validation": "^0.1.7",
"@univerjs/sheets-find-replace": "^0.1.7",
"@univerjs/sheets-formula": "^0.1.7",
"@univerjs/sheets-numfmt": "^0.1.7",
"@univerjs/sheets-ui": "^0.1.7",
"@univerjs/sheets-zen-editor": "^0.1.7",
"@univerjs/ui": "^0.1.7",
"defu": "^6.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
Expand Down
Loading

0 comments on commit 0bf0065

Please sign in to comment.