From 8dc9e587cce5b37b64f1f3db0755a16da44d7159 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 22 Aug 2024 21:00:15 +0800 Subject: [PATCH] chore: update version (#6231) Co-authored-by: antv --- packages/g6-extension-3d/CHANGELOG.md | 8 ++++++++ packages/g6-extension-3d/package.json | 4 ++-- packages/g6-extension-react/CHANGELOG.md | 8 ++++++++ packages/g6-extension-react/package.json | 4 ++-- packages/g6/CHANGELOG.md | 6 ++++++ packages/g6/package.json | 2 +- packages/g6/src/version.ts | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) diff --git a/packages/g6-extension-3d/CHANGELOG.md b/packages/g6-extension-3d/CHANGELOG.md index 06e664949c..ccc775d5f9 100644 --- a/packages/g6-extension-3d/CHANGELOG.md +++ b/packages/g6-extension-3d/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g6-extension-3d +## 0.1.4 + +### Patch Changes + +- daily maintenance and bugfix +- Updated dependencies + - @antv/g6@5.0.17 + ## 0.1.3 ### Patch Changes diff --git a/packages/g6-extension-3d/package.json b/packages/g6-extension-3d/package.json index 167a10b0ed..40b38abfce 100644 --- a/packages/g6-extension-3d/package.json +++ b/packages/g6-extension-3d/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-extension-3d", - "version": "0.1.3", + "version": "0.1.4", "description": "3D extension for G6", "keywords": [ "antv", @@ -49,7 +49,7 @@ "peerDependencies": { "@antv/g": "^6.0.5", "@antv/g-canvas": "^2.0.4", - "@antv/g6": "^5.0.16" + "@antv/g6": "^5.0.17" }, "publishConfig": { "access": "public", diff --git a/packages/g6-extension-react/CHANGELOG.md b/packages/g6-extension-react/CHANGELOG.md index 08bdca9eda..0dc9713277 100644 --- a/packages/g6-extension-react/CHANGELOG.md +++ b/packages/g6-extension-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g6-extension-react +## 0.1.4 + +### Patch Changes + +- daily maintenance and bugfix +- Updated dependencies + - @antv/g6@5.0.17 + ## 0.1.3 ### Patch Changes diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index 1db08092c5..c026b05d29 100644 --- a/packages/g6-extension-react/package.json +++ b/packages/g6-extension-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-extension-react", - "version": "0.1.3", + "version": "0.1.4", "description": "Using React Component to Define Your G6 Graph Node", "keywords": [ "antv", @@ -50,7 +50,7 @@ "styled-components": "^6.1.12" }, "peerDependencies": { - "@antv/g6": "^5.0.16", + "@antv/g6": "^5.0.17", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index f64b68cf0c..461818542e 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.17 + +### Patch Changes + +- daily maintenance and bugfix + ## 5.0.16 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index e16df8a6b8..78f63cc2f9 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.16", + "version": "5.0.17", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index 9045ce6e2c..575816ed01 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.16'; +export const version = '5.0.17';