chore: update version number for g6-pc; chore: update layout package

This commit is contained in:
Yanyan-Wang 2020-12-29 19:16:38 +08:00 committed by Yanyan Wang
parent 384808ad73
commit a951ac0c28
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ const colorSet = {
};
export default {
version: '4.0.3',
version: '0.0.1',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',

View File

@ -80,7 +80,7 @@
"@antv/g6-element": "^0.0.1",
"@antv/algorithm": "^0.0.6",
"@antv/hierarchy": "^0.6.2",
"@antv/layout": "^0.0.14",
"@antv/layout": "^0.0.16",
"@antv/matrix-util": "^2.0.4",
"@antv/path-util": "^2.0.3",
"@antv/scale": "^0.3.1",

View File

@ -7,7 +7,7 @@ const textColor = 'rgb(0, 0, 0)';
const colorSet = getColorsWithSubjectColor(subjectColor, backColor);
export default {
version: '4.0.3',
version: '0.0.1',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',