Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aadonkeyz committed Apr 12, 2021
1 parent 13d3b0d commit 6017d20
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.0.0",
"version": "0.1.0",
"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.0.0",
"version": "0.1.0",
"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-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vis-tree/react-website",
"version": "0.0.0",
"version": "0.1.0",
"private": "true",
"description": "website of vis-tree",
"author": "aadonkeyz <[email protected]>",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@vis-tree/react": "^0.0.0",
"@vis-tree/react": "^0.1.0",
"antd": "^4.9.2"
}
}
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.0.0",
"version": "0.1.0",
"description": "react version of vis-tree",
"author": "aadonkeyz <[email protected]>",
"homepage": "https://bytedance.github.io/vis-tree/",
Expand All @@ -24,7 +24,7 @@
"react-dom": ">=16.12.0"
},
"dependencies": {
"@vis-tree/core": "^0.0.0",
"@vis-tree/core": "^0.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-virtualized": "^9.22.3"
Expand Down

0 comments on commit 6017d20

Please sign in to comment.