From 36708955bd53f6cf79e4a78cf0654e01df95a031 Mon Sep 17 00:00:00 2001 From: Yanyan Wang Date: Fri, 7 Jul 2023 10:58:03 +0800 Subject: [PATCH] chore: unify the version num for sub packages (#4720) --- CHANGELOG.md | 2 +- 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 | 6 +++--- packages/site/package.json | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a723ac227ff..f0a6ec472cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ChangeLog -### 4.8.18 +### 4.8.19 - fix: custom node with image shape, setting state makes the image lost, closes: #4707; - feat: timing event for graph destroy; diff --git a/packages/core/package.json b/packages/core/package.json index 587f475e443..ff5d6b06ba0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-core", - "version": "0.8.18", + "version": "0.8.19", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/core/src/global.ts b/packages/core/src/global.ts index be6ba918c0d..bb35013214a 100644 --- a/packages/core/src/global.ts +++ b/packages/core/src/global.ts @@ -64,7 +64,7 @@ const colorSet = { }; export default { - version: '0.8.18', + version: '0.8.19', rootContainerClassName: 'root-container', nodeContainerClassName: 'node-container', edgeContainerClassName: 'edge-container', diff --git a/packages/element/package.json b/packages/element/package.json index 9fd2ec966ff..5cb2d07dd22 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-element", - "version": "0.8.18", + "version": "0.8.19", "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.18", + "@antv/g6-core": "0.8.19", "@antv/util": "~2.0.5" }, "devDependencies": { diff --git a/packages/g6/package.json b/packages/g6/package.json index d1c4a1b3aef..ecf717c4595 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "4.8.18", + "version": "4.8.19", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@antv/g6-pc": "0.8.18" + "@antv/g6-pc": "0.8.19" }, "devDependencies": { "@babel/core": "^7.7.7", diff --git a/packages/g6/src/index.ts b/packages/g6/src/index.ts index 5a2a2ed5cdd..eaa76889229 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.18'; +G6.version = '4.8.19'; export * from '@antv/g6-pc'; export default G6; -export const version = '4.8.18'; +export const version = '4.8.19'; diff --git a/packages/pc/package.json b/packages/pc/package.json index 579e7248b6d..383cbb920c8 100644 --- a/packages/pc/package.json +++ b/packages/pc/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-pc", - "version": "0.8.18", + "version": "0.8.19", "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.18", - "@antv/g6-element": "0.8.18", - "@antv/g6-plugin": "0.8.18", + "@antv/g6-core": "0.8.19", + "@antv/g6-element": "0.8.19", + "@antv/g6-plugin": "0.8.19", "@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 f1a1b184c2c..867de8805b8 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.18', + version: '0.8.19', rootContainerClassName: 'root-container', nodeContainerClassName: 'node-container', edgeContainerClassName: 'edge-container', diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 86099d796bb..bdfaae61c94 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-plugin", - "version": "0.8.18", + "version": "0.8.19", "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.18", - "@antv/g6-element": "0.8.18", + "@antv/g6-core": "0.8.19", + "@antv/g6-element": "0.8.19", "@antv/matrix-util": "^3.1.0-beta.3", "@antv/scale": "^0.3.4", "@antv/util": "^2.0.9", diff --git a/packages/site/package.json b/packages/site/package.json index ef5e4b97b0f..ce60e617f3c 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@antv/g6-site", - "version": "4.8.18", + "version": "4.8.19", "description": "G6 sites deployed on gh-pages", "keywords": [ "antv", @@ -38,7 +38,7 @@ "@antv/algorithm": "^0.1.8", "@antv/chart-node-g6": "^0.0.3", "@antv/dumi-theme-antv": "^0.3.0-beta.5", - "@antv/g6": "^4.8.18", + "@antv/g6": "^4.8.19", "@antv/hierarchy": "^0.6.10", "@antv/g6-react-node": "^1.4.5", "@antv/layout-wasm": "^1.3.4",