From 26b4fe19b91b54a7166d9712d0054b57d0009808 Mon Sep 17 00:00:00 2001 From: Yanyan-Wang Date: Thu, 1 Jul 2021 15:22:54 +0800 Subject: [PATCH] chore: update version nums --- packages/core/package.json | 2 +- packages/core/src/global.ts | 2 +- packages/element/package.json | 4 ++-- packages/g6/package.json | 4 ++-- packages/g6/src/index.ts | 4 ++-- packages/pc/package.json | 8 ++++---- packages/pc/src/global.ts | 2 +- packages/plugin/package.json | 4 ++-- packages/site/package.json | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index d278a5e34b..9873045646 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-core", - "version": "0.3.3", + "version": "0.3.4", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/core/src/global.ts b/packages/core/src/global.ts index b42e4fce22..02497bc575 100644 --- a/packages/core/src/global.ts +++ b/packages/core/src/global.ts @@ -64,7 +64,7 @@ const colorSet = { }; export default { - version: '0.3.3', + version: '0.3.4', rootContainerClassName: 'root-container', nodeContainerClassName: 'node-container', edgeContainerClassName: 'edge-container', diff --git a/packages/element/package.json b/packages/element/package.json index a5ddf42d87..cd12408c1c 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-element", - "version": "0.3.3", + "version": "0.3.4", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -61,7 +61,7 @@ }, "dependencies": { "@antv/g-base": "^0.5.1", - "@antv/g6-core": "0.3.3", + "@antv/g6-core": "0.3.4", "@antv/util": "~2.0.5" }, "devDependencies": { diff --git a/packages/g6/package.json b/packages/g6/package.json index 6f327999ad..5518e8b5d2 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "4.3.3", + "version": "4.3.4", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@antv/g6-pc": "0.3.3" + "@antv/g6-pc": "0.3.4" }, "devDependencies": { "@babel/core": "^7.7.7", diff --git a/packages/g6/src/index.ts b/packages/g6/src/index.ts index 3ec3a76165..83eb8dcb73 100644 --- a/packages/g6/src/index.ts +++ b/packages/g6/src/index.ts @@ -1,7 +1,7 @@ import G6 from '@antv/g6-pc'; -G6.version = '4.3.3'; +G6.version = '4.3.4'; export * from '@antv/g6-pc'; export default G6; -export const version = '4.3.3'; +export const version = '4.3.4'; diff --git a/packages/pc/package.json b/packages/pc/package.json index adb4193d17..7a9f9a483c 100644 --- a/packages/pc/package.json +++ b/packages/pc/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-pc", - "version": "0.3.3", + "version": "0.3.4", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -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": "0.3.3", - "@antv/g6-plugin": "0.3.3", - "@antv/g6-element": "0.3.3", + "@antv/g6-core": "0.3.4", + "@antv/g6-plugin": "0.3.4", + "@antv/g6-element": "0.3.4", "@antv/algorithm": "^0.1.8", "@antv/hierarchy": "^0.6.7", "@antv/layout": "^0.1.14", diff --git a/packages/pc/src/global.ts b/packages/pc/src/global.ts index f3e245903f..c20335b276 100644 --- a/packages/pc/src/global.ts +++ b/packages/pc/src/global.ts @@ -7,7 +7,7 @@ const textColor = 'rgb(0, 0, 0)'; const colorSet = getColorsWithSubjectColor(subjectColor, backColor); export default { - version: '0.3.3', + version: '0.3.4', rootContainerClassName: 'root-container', nodeContainerClassName: 'node-container', edgeContainerClassName: 'edge-container', diff --git a/packages/plugin/package.json b/packages/plugin/package.json index d596705e5a..e22d35eff8 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-plugin", - "version": "0.3.3", + "version": "0.3.4", "description": "G6 Plugin", "main": "lib/index.js", "module": "es/index.js", @@ -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": "0.3.3", + "@antv/g6-core": "0.3.4", "@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 a2c9aafe80..bc3a2a6d31 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@antv/g6-site", - "version": "4.3.3", + "version": "4.3.4", "description": "G6 sites deployed on gh-pages", "keywords": [ "antv", @@ -33,7 +33,7 @@ "dependencies": { "@ant-design/icons": "^4.0.6", "@antv/chart-node-g6": "^0.0.3", - "@antv/g6": "4.3.3", + "@antv/g6": "4.3.4", "@antv/gatsby-theme-antv": "1.1.1", "@antv/util": "^2.0.9", "@antv/vis-predict-engine": "^0.1.1",