Skip to content

Commit 2dd3e7a

Browse files
committed
chore: update version nums
1 parent a6d14ad commit 2dd3e7a

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- feat: downloadImage with watermarker;
77
- fix: multiple layout calling error;
88
- fix: combo collapse and related edges diappearing;
9+
- fix: forceAtlas2 with descrete node error;
910

1011
#### 4.2.4
1112

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.5",
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.5"
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.5",
78+
"@antv/g6-plugin": "0.2.5",
79+
"@antv/g6-element": "0.2.5",
8080
"@antv/algorithm": "0.1.8-beta.5",
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.5",
2626
"@antv/matrix-util": "^3.0.4",
2727
"@antv/scale": "^0.3.4",
2828
"@antv/util": "^2.0.9",

packages/site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@antv/g6-site",
4-
"version": "4.2.4",
4+
"version": "4.2.5",
55
"description": "G6 sites deployed on gh-pages",
66
"keywords": [
77
"antv",
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@antv/chart-node-g6": "^0.0.3",
3636
"@antv/util": "^2.0.9",
37-
"@antv/g6": "*",
37+
"@antv/g6": "4.2.5",
3838
"@antv/gatsby-theme-antv": "1.1.1",
3939
"gatsby": "^2.24.40",
4040
"gh-pages": "^2.1.1",

0 commit comments

Comments
 (0)