diff --git a/packages/g6-extension-3d/package.json b/packages/g6-extension-3d/package.json index 976e453bc1b..0ebabe4aab1 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.18" + "@antv/g6": "^5.0.19" }, "publishConfig": { "access": "public", diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index 7a8ee279211..157641d6465 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.18", + "@antv/g6": "^5.0.19", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index a60f23e4252..6f620d75761 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.19 + +### Patch Changes + +- bugfix, feat and demo + ## 5.0.18 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index ad9ae66101e..09f051892db 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.18", + "version": "5.0.19", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index d09468201dd..ab6db84e86c 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.18'; +export const version = '5.0.19';