Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aadonkeyz committed May 9, 2021
1 parent 61a3dc7 commit 3207edf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.6",
"version": "0.1.7",
"hoist": true,
"stream": true,
"bootstrap": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vis-tree-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vis-tree/core",
"version": "0.1.6",
"version": "0.1.7",
"description": "main logic of vis-tree",
"author": "aadonkeyz <[email protected]>",
"homepage": "https://bytedance.github.io/vis-tree/",
Expand Down
4 changes: 2 additions & 2 deletions packages/vis-tree-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vis-tree/react",
"version": "0.1.6",
"version": "0.1.7",
"description": "react version of vis-tree",
"author": "aadonkeyz <[email protected]>",
"homepage": "https://aadonkeyz.github.io/vis-tree-react/",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vis-tree-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vis-tree/vue",
"version": "0.1.6",
"version": "0.1.7",
"description": "vue version of vis-tree",
"author": "aadonkeyz <[email protected]>",
"homepage": "https://aadonkeyz.github.io/vis-tree-vue/Introduction.html",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3207edf

Please sign in to comment.