Skip to content

Commit

Permalink
chore: update version num (#4642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang authored Jun 13, 2023
1 parent 4b661b5 commit 49af639
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/g6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
]
},
"dependencies": {
"@antv/g6-pc": "0.8.17"
"@antv/g6-pc": "0.8.18"
},
"devDependencies": {
"@babel/core": "^7.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/pc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-pc",
"version": "0.8.17",
"version": "0.8.18",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down
3 changes: 2 additions & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"@antv/g6": "^4.7.10"
}
},
"repository": "https://github.com/antvis/G6.git"
}

0 comments on commit 49af639

Please sign in to comment.