Skip to content

Commit 0676c7e

Browse files
committed
style: update version
1 parent 0af8da4 commit 0676c7e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"start": "npm run build && lerna exec --scope example npm run start",
3636
"build": "export NODE_ENV=production && lerna exec --parallel --ignore 'example' -- babel src -d dist --copy-files",
3737
"lint": "export NODE_ENV=development && lint-staged",
38+
"publish": "lerna version",
3839
"prepare": "husky"
3940
},
4041
"lint-staged": {

packages/sdoc-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seafile/sdoc-editor",
3-
"version": "1.0.99",
3+
"version": "2.0.83",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "jest",

packages/seafile-sdoc-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seafile/seafile-sdoc-editor",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"author": "shuntian <978987373@qq.com>",
55
"homepage": "https://github.com/seafileltd/sea-sdoc-editor#readme",
66
"license": "ISC",
@@ -27,7 +27,7 @@
2727
"@seafile/print-js": "1.6.6",
2828
"classnames": "2.3.2",
2929
"dayjs": "1.10.7",
30-
"@seafile/sdoc-editor": "1.0.99"
30+
"@seafile/sdoc-editor": "2.0.83"
3131
},
3232
"peerDependencies": {
3333
"i18next": "^22.4.0",

0 commit comments

Comments
 (0)