Skip to content

Commit e38ed5c

Browse files
committed
chore: update version nums
1 parent 84ba012 commit e38ed5c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"dependencies": {
6363
"@antv/g-base": "^0.5.1",
64-
"@antv/g6-core": "*",
64+
"@antv/g6-core": "0.2.7",
6565
"@antv/util": "~2.0.5"
6666
},
6767
"devDependencies": {

packages/g6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@antv/g6-pc": "*"
69+
"@antv/g6-pc": "0.2.7"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "^7.7.7",

packages/pc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
"@antv/g-canvas": "^0.5.2",
7575
"@antv/g-math": "^0.1.1",
7676
"@antv/g-svg": "^0.5.1",
77-
"@antv/g6-core": "*",
78-
"@antv/g6-plugin": "*",
79-
"@antv/g6-element": "*",
77+
"@antv/g6-core": "0.2.7",
78+
"@antv/g6-plugin": "0.2.7",
79+
"@antv/g6-element": "0.2.7",
8080
"@antv/algorithm": "0.1.8-beta.6",
8181
"@antv/hierarchy": "^0.6.7",
8282
"@antv/layout": "^0.1.12",

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@antv/g-base": "^0.5.1",
2323
"@antv/g-canvas": "^0.5.2",
2424
"@antv/g-svg": "^0.5.2",
25-
"@antv/g6-core": "*",
25+
"@antv/g6-core": "0.2.7",
2626
"@antv/matrix-util": "^3.0.4",
2727
"@antv/scale": "^0.3.4",
2828
"@antv/util": "^2.0.9",

packages/site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@ant-design/icons": "^4.0.6",
3636
"@antv/chart-node-g6": "^0.0.3",
37-
"@antv/g6": "4.2.6",
37+
"@antv/g6": "4.2.7",
3838
"@antv/gatsby-theme-antv": "1.1.1",
3939
"@antv/util": "^2.0.9",
4040
"@antv/vis-predict-engine": "^0.0.7",

0 commit comments

Comments
 (0)