From c31912ebe1de563ff9b13dc39a06bed59a8f6684 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 30 Sep 2024 16:40:31 +0800 Subject: [PATCH] chore: update version (#6375) Co-authored-by: antv --- packages/g6-extension-3d/package.json | 2 +- packages/g6-extension-react/package.json | 2 +- packages/g6/CHANGELOG.md | 6 ++++++ packages/g6/package.json | 2 +- packages/g6/src/version.ts | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/g6-extension-3d/package.json b/packages/g6-extension-3d/package.json index 2c0e611fd6b..f5b6c7a569c 100644 --- a/packages/g6-extension-3d/package.json +++ b/packages/g6-extension-3d/package.json @@ -49,7 +49,7 @@ "peerDependencies": { "@antv/g": "^6.0.13", "@antv/g-canvas": "^2.0.4", - "@antv/g6": "^5.0.24" + "@antv/g6": "^5.0.25" }, "publishConfig": { "access": "public", diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index 0df78ffea33..ce8e310a91b 100644 --- a/packages/g6-extension-react/package.json +++ b/packages/g6-extension-react/package.json @@ -51,7 +51,7 @@ "styled-components": "^6.1.13" }, "peerDependencies": { - "@antv/g6": "^5.0.24", + "@antv/g6": "^5.0.25", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index 8284860d577..33e7d8e79ff 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.25 + +### Patch Changes + +- refactor + ## 5.0.24 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index 13a7f064baf..125bbd96c96 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.24", + "version": "5.0.25", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index a734c053ba0..c8ad31dc59a 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.24'; +export const version = '5.0.25';