diff --git a/packages/g6-extension-3d/package.json b/packages/g6-extension-3d/package.json index 735819644ad..748c209b7bd 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.13" + "@antv/g6": "^5.0.14" }, "publishConfig": { "access": "public", diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index eb51011ab7f..4014ed75378 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.13", + "@antv/g6": "^5.0.14", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index 7e6a904a89d..3aabfbce9ad 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.14 + +### Patch Changes + +- bug fix + ## 5.0.13 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index 2c043033f4e..356c91e3d53 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.13", + "version": "5.0.14", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index 2d54125636e..38669500bbb 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.13'; +export const version = '5.0.14';