diff --git a/lerna.json b/lerna.json index 4919787..e8e9c52 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,5 @@ "packages/core", "packages/idraw" ], - "version": "0.1.12" + "version": "0.1.13" } diff --git a/packages/board/package.json b/packages/board/package.json index ca1b83f..e418ef1 100644 --- a/packages/board/package.json +++ b/packages/board/package.json @@ -1,6 +1,6 @@ { "name": "@idraw/board", - "version": "0.1.12", + "version": "0.1.13", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js", @@ -23,10 +23,10 @@ "author": "chenshenhai", "license": "MIT", "devDependencies": { - "@idraw/types": "^0.1.12" + "@idraw/types": "^0.1.13" }, "dependencies": { - "@idraw/util": "^0.1.12" + "@idraw/util": "^0.1.13" }, "publishConfig": { "access": "public" diff --git a/packages/core/package.json b/packages/core/package.json index e5fdef9..e61f216 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@idraw/core", - "version": "0.1.12", + "version": "0.1.13", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js", @@ -23,11 +23,11 @@ "author": "chenshenhai", "license": "MIT", "devDependencies": { - "@idraw/types": "^0.1.12" + "@idraw/types": "^0.1.13" }, "dependencies": { - "@idraw/board": "^0.1.12", - "@idraw/util": "^0.1.12" + "@idraw/board": "^0.1.13", + "@idraw/util": "^0.1.13" }, "publishConfig": { "access": "public" diff --git a/packages/idraw/package.json b/packages/idraw/package.json index 0cb0a1b..4f960b2 100644 --- a/packages/idraw/package.json +++ b/packages/idraw/package.json @@ -1,6 +1,6 @@ { "name": "idraw", - "version": "0.1.12", + "version": "0.1.13", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js", @@ -23,11 +23,11 @@ "author": "chenshenhai", "license": "MIT", "devDependencies": { - "@idraw/types": "^0.1.12" + "@idraw/types": "^0.1.13" }, "dependencies": { - "@idraw/core": "^0.1.12", - "@idraw/util": "^0.1.12" + "@idraw/core": "^0.1.13", + "@idraw/util": "^0.1.13" }, "publishConfig": { "access": "public" diff --git a/packages/types/package.json b/packages/types/package.json index 9e56aac..524084d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@idraw/types", - "version": "0.1.12", + "version": "0.1.13", "description": "", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/util/package.json b/packages/util/package.json index 52b5d2d..6dcb649 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@idraw/util", - "version": "0.1.12", + "version": "0.1.13", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js",