Skip to content

Commit 49af639

Browse files
authored
chore: update version num (#4642)
1 parent 4b661b5 commit 49af639

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/g6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@antv/g6-pc": "0.8.17"
69+
"@antv/g6-pc": "0.8.18"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "^7.7.7",

packages/pc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-pc",
3-
"version": "0.8.17",
3+
"version": "0.8.18",
44
"description": "A Graph Visualization Framework in JavaScript",
55
"keywords": [
66
"antv",

packages/plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@
6060
"rimraf": "^3.0.2",
6161
"ts-jest": "^26.4.4",
6262
"@antv/g6": "^4.7.10"
63-
}
63+
},
64+
"repository": "https://github.com/antvis/G6.git"
6465
}

0 commit comments

Comments
 (0)