Skip to content

Commit

Permalink
chore: update version nums
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang committed Mar 29, 2021
1 parent a6d14ad commit 2dd3e7a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
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": "*"
"@antv/g6-pc": "0.2.5"
},
"devDependencies": {
"@babel/core": "^7.7.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/pc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2dd3e7a

Please sign in to comment.