Skip to content

Commit 77794ce

Browse files
committed
chore: align package versions to 0.1.0
1 parent 4c4b1e3 commit 77794ce

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vgraphMain","version":"2.0.15","mainProject":"@visactor/vgraph","nextBump":"minor"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vgraphMain","version":"0.1.0","mainProject":"@visactor/vgraph","nextBump":"minor"}]

packages/react-vgraph-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vgraph-ui",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "React UI components for VGraph",
55
"keywords": [
66
"react",
@@ -93,7 +93,7 @@
9393
"worker-loader": "^3.0.8"
9494
},
9595
"peerDependencies": {
96-
"@visactor/vgraph": "^1.0.0",
96+
"@visactor/vgraph": "^0.1.0",
9797
"@arco-design/web-react": "^2.39.3",
9898
"react": ">=16",
9999
"react-dom": ">=16",

packages/react-vgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vgraph",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "The react version of VGraph",
55
"keywords": [
66
"react",
@@ -94,7 +94,7 @@
9494
"worker-loader": "^3.0.8"
9595
},
9696
"peerDependencies": {
97-
"@visactor/vgraph": "^1.0.0",
97+
"@visactor/vgraph": "^0.1.0",
9898
"react": ">=16",
9999
"react-dom": ">=16",
100100
"@types/react": ">=16"

packages/vgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/vgraph",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "graph visualization engine",
55
"main": "cjs/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)