diff --git a/CHANGELOG.md b/CHANGELOG.md index aa18fd714a8..cd2370c5a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - feat: downloadImage with watermarker; - fix: multiple layout calling error; - fix: combo collapse and related edges diappearing; +- fix: forceAtlas2 with descrete node error; #### 4.2.4 diff --git a/packages/element/package.json b/packages/element/package.json index 42498cf8ee7..958afa8200b 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -61,7 +61,7 @@ }, "dependencies": { "@antv/g-base": "^0.5.1", - "@antv/g6-core": "*", + "@antv/g6-core": "0.2.5", "@antv/util": "~2.0.5" }, "devDependencies": { diff --git a/packages/g6/package.json b/packages/g6/package.json index 6875d9ec5d8..7c9d0421119 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@antv/g6-pc": "*" + "@antv/g6-pc": "0.2.5" }, "devDependencies": { "@babel/core": "^7.7.7", diff --git a/packages/pc/package.json b/packages/pc/package.json index 21273eadfc6..873eb496805 100644 --- a/packages/pc/package.json +++ b/packages/pc/package.json @@ -74,9 +74,9 @@ "@antv/g-canvas": "^0.5.2", "@antv/g-math": "^0.1.1", "@antv/g-svg": "^0.5.1", - "@antv/g6-core": "*", - "@antv/g6-plugin": "*", - "@antv/g6-element": "*", + "@antv/g6-core": "0.2.5", + "@antv/g6-plugin": "0.2.5", + "@antv/g6-element": "0.2.5", "@antv/algorithm": "0.1.8-beta.5", "@antv/hierarchy": "^0.6.7", "@antv/layout": "^0.1.12", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 359b039e555..87b30000b44 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -22,7 +22,7 @@ "@antv/g-base": "^0.5.1", "@antv/g-canvas": "^0.5.2", "@antv/g-svg": "^0.5.2", - "@antv/g6-core": "*", + "@antv/g6-core": "0.2.5", "@antv/matrix-util": "^3.0.4", "@antv/scale": "^0.3.4", "@antv/util": "^2.0.9", diff --git a/packages/site/package.json b/packages/site/package.json index 92f2fb2cea8..377ef8c2ef2 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@antv/g6-site", - "version": "4.2.4", + "version": "4.2.5", "description": "G6 sites deployed on gh-pages", "keywords": [ "antv", @@ -34,7 +34,7 @@ "dependencies": { "@antv/chart-node-g6": "^0.0.3", "@antv/util": "^2.0.9", - "@antv/g6": "*", + "@antv/g6": "4.2.5", "@antv/gatsby-theme-antv": "1.1.1", "gatsby": "^2.24.40", "gh-pages": "^2.1.1",