diff --git a/packages/g6-extension-3d/package.json b/packages/g6-extension-3d/package.json index 748c209b7bd..21e8086be8c 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.14" + "@antv/g6": "^5.0.15" }, "publishConfig": { "access": "public", diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index 4014ed75378..1eea7f1ca06 100644 --- a/packages/g6-extension-react/package.json +++ b/packages/g6-extension-react/package.json @@ -50,7 +50,7 @@ "styled-components": "^6.1.12" }, "peerDependencies": { - "@antv/g6": "^5.0.14", + "@antv/g6": "^5.0.15", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index 3aabfbce9ad..6f07da25960 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.15 + +### Patch Changes + +- bugfix + ## 5.0.14 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index 356c91e3d53..265fbb9dca0 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.14", + "version": "5.0.15", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index 38669500bbb..acf08b9aa26 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.14'; +export const version = '5.0.15';