From 9ef1f552b78e14cc43e3cb156b6458b1e1f3cdce Mon Sep 17 00:00:00 2001 From: yvonneyx Date: Tue, 15 Oct 2024 15:40:47 +0800 Subject: [PATCH] chore: update version --- 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 f5b6c7a569c..7ba5a81161a 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.25" + "@antv/g6": "^5.0.26" }, "publishConfig": { "access": "public", diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index ce8e310a91b..d2bb49fe0ad 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.25", + "@antv/g6": "^5.0.26", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index 33e7d8e79ff..3090e828272 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.26 + +### Patch Changes + +- feature, fix + ## 5.0.25 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index 125bbd96c96..ecced36d2a8 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.25", + "version": "5.0.26", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index c8ad31dc59a..488cada9121 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.25'; +export const version = '5.0.26';