From 8553175ce04b963750aafce83e4f7a3091561d49 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 29 Aug 2024 10:20:45 +0800 Subject: [PATCH] chore: update version (#6248) Co-authored-by: antv --- packages/g6-extension-3d/package.json | 2 +- 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 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/packages/g6-extension-3d/package.json b/packages/g6-extension-3d/package.json index 40b38abfce6..976e453bc1b 100644 --- a/packages/g6-extension-3d/package.json +++ b/packages/g6-extension-3d/package.json @@ -49,7 +49,7 @@ "peerDependencies": { "@antv/g": "^6.0.5", "@antv/g-canvas": "^2.0.4", - "@antv/g6": "^5.0.17" + "@antv/g6": "^5.0.18" }, "publishConfig": { "access": "public", diff --git a/packages/g6-extension-react/CHANGELOG.md b/packages/g6-extension-react/CHANGELOG.md index 0dc9713277a..8788b3884f5 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.5 + +### Patch Changes + +- new feature and bugfix +- Updated dependencies + - @antv/g6@5.0.18 + ## 0.1.4 ### Patch Changes diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index c026b05d291..7a8ee279211 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.4", + "version": "0.1.5", "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.17", + "@antv/g6": "^5.0.18", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index 461818542ec..a60f23e4252 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.18 + +### Patch Changes + +- new feature and bugfix + ## 5.0.17 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index 78f63cc2f99..968aa2203a3 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.17", + "version": "5.0.18", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index 575816ed010..d09468201dd 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.17'; +export const version = '5.0.18';