From 993f2ae01842bc376763c15173e1dbcbdb3b7f4d Mon Sep 17 00:00:00 2001 From: Yanyan Wang Date: Fri, 12 May 2023 17:00:13 +0800 Subject: [PATCH] chore: dependency (#4500) --- CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- packages/core/src/global.ts | 2 +- packages/element/package.json | 4 ++-- packages/g6/package.json | 6 +++--- packages/g6/src/index.ts | 4 ++-- packages/pc/package.json | 8 ++++---- packages/pc/src/global.ts | 2 +- packages/plugin/package.json | 6 +++--- 9 files changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45db6e14825..d964d5bb888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ChangeLog +### 4.8.13 + +- fix: webpack dependency; + ### 4.8.12 - feat: timebar supports individual container DOM; diff --git a/packages/core/package.json b/packages/core/package.json index 36ea3ad642a..2aa70fe85bb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-core", - "version": "0.8.12", + "version": "0.8.13", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/core/src/global.ts b/packages/core/src/global.ts index b932daaadf7..a469c8c79a2 100644 --- a/packages/core/src/global.ts +++ b/packages/core/src/global.ts @@ -64,7 +64,7 @@ const colorSet = { }; export default { - version: '0.8.12', + version: '0.8.13', rootContainerClassName: 'root-container', nodeContainerClassName: 'node-container', edgeContainerClassName: 'edge-container', diff --git a/packages/element/package.json b/packages/element/package.json index 88c80cfdcc1..8743f5b8516 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-element", - "version": "0.8.12", + "version": "0.8.13", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -61,7 +61,7 @@ }, "dependencies": { "@antv/g-base": "^0.5.1", - "@antv/g6-core": "0.8.12", + "@antv/g6-core": "0.8.13", "@antv/util": "~2.0.5" }, "devDependencies": { diff --git a/packages/g6/package.json b/packages/g6/package.json index f46d47d7b8b..bf9f9625969 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "4.8.12", + "version": "4.8.13", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@antv/g6-pc": "0.8.12" + "@antv/g6-pc": "0.8.13" }, "devDependencies": { "@babel/core": "^7.7.7", @@ -90,4 +90,4 @@ "webpack": "^4.41.4", "webpack-cli": "^3.3.10" } -} \ No newline at end of file +} diff --git a/packages/g6/src/index.ts b/packages/g6/src/index.ts index 24165579497..7673529cd40 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.8.12'; +G6.version = '4.8.13'; export * from '@antv/g6-pc'; export default G6; -export const version = '4.8.12'; +export const version = '4.8.13'; diff --git a/packages/pc/package.json b/packages/pc/package.json index 4dd82be0fa0..3e669686e91 100644 --- a/packages/pc/package.json +++ b/packages/pc/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-pc", - "version": "0.8.12", + "version": "0.8.13", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -75,9 +75,9 @@ "@antv/g-canvas": "^0.5.2", "@antv/g-math": "^0.1.1", "@antv/g-svg": "^0.5.1", - "@antv/g6-core": "0.8.12", - "@antv/g6-element": "0.8.12", - "@antv/g6-plugin": "0.8.12", + "@antv/g6-core": "0.8.13", + "@antv/g6-element": "0.8.13", + "@antv/g6-plugin": "0.8.13", "@antv/hierarchy": "^0.6.10", "@antv/layout": "^0.3.0", "@antv/matrix-util": "^3.1.0-beta.3", diff --git a/packages/pc/src/global.ts b/packages/pc/src/global.ts index b3bb9df2b4c..c1c8c260d14 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.8.12', + version: '0.8.13', rootContainerClassName: 'root-container', nodeContainerClassName: 'node-container', edgeContainerClassName: 'edge-container', diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 793d22d326f..d5eac67f362 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-plugin", - "version": "0.8.12", + "version": "0.8.13", "description": "G6 Plugin", "main": "lib/index.js", "module": "es/index.js", @@ -22,8 +22,8 @@ "@antv/g-base": "^0.5.1", "@antv/g-canvas": "^0.5.2", "@antv/g-svg": "^0.5.2", - "@antv/g6-core": "0.8.12", - "@antv/g6-element": "0.8.12", + "@antv/g6-core": "0.8.13", + "@antv/g6-element": "0.8.13", "@antv/matrix-util": "^3.1.0-beta.3", "@antv/scale": "^0.3.4", "@antv/util": "^2.0.9",