Skip to content

Commit

Permalink
feat(sheets-zen-editor): export language packs (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai authored Feb 22, 2024
1 parent abc13b4 commit 0ec2dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"commitMessage": "chore(release): release v${version}",
"tagName": "v${version}"
},
"npm": {
"publish": false
},
"npm": false,
"github": {
"release": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/sheets-zen-editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
*/

export * from './plugin';
export { enUS, zhCN } from './locale';

0 comments on commit 0ec2dc9

Please sign in to comment.