diff --git a/lerna.json b/lerna.json index fdab8dc..5e808bb 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.1.6", + "version": "0.1.7", "hoist": true, "stream": true, "bootstrap": { diff --git a/packages/vis-tree-core/package.json b/packages/vis-tree-core/package.json index aa23625..36c60d8 100644 --- a/packages/vis-tree-core/package.json +++ b/packages/vis-tree-core/package.json @@ -1,6 +1,6 @@ { "name": "@vis-tree/core", - "version": "0.1.6", + "version": "0.1.7", "description": "main logic of vis-tree", "author": "aadonkeyz ", "homepage": "https://bytedance.github.io/vis-tree/", diff --git a/packages/vis-tree-react/package.json b/packages/vis-tree-react/package.json index 25bf4b1..bcac724 100644 --- a/packages/vis-tree-react/package.json +++ b/packages/vis-tree-react/package.json @@ -1,6 +1,6 @@ { "name": "@vis-tree/react", - "version": "0.1.6", + "version": "0.1.7", "description": "react version of vis-tree", "author": "aadonkeyz ", "homepage": "https://aadonkeyz.github.io/vis-tree-react/", @@ -36,7 +36,7 @@ "react-dom": ">=16.12.0" }, "dependencies": { - "@vis-tree/core": "^0.1.6", + "@vis-tree/core": "^0.1.7", "react-virtualized": "^9.22.3" }, "devDependencies": { diff --git a/packages/vis-tree-vue/package.json b/packages/vis-tree-vue/package.json index df11680..c14e441 100644 --- a/packages/vis-tree-vue/package.json +++ b/packages/vis-tree-vue/package.json @@ -1,6 +1,6 @@ { "name": "@vis-tree/vue", - "version": "0.1.6", + "version": "0.1.7", "description": "vue version of vis-tree", "author": "aadonkeyz ", "homepage": "https://aadonkeyz.github.io/vis-tree-vue/Introduction.html", @@ -34,7 +34,7 @@ "vue": ">=3.0.0" }, "dependencies": { - "@vis-tree/core": "^0.1.6" + "@vis-tree/core": "^0.1.7" }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0",