chore: update version (#6148)

Co-authored-by: antv <antv@antfin.com>
This commit is contained in:
Aaron 2024-08-07 15:54:21 +08:00 committed by GitHub
parent a1a8d01087
commit 117d4513bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 4 deletions

View File

@ -49,7 +49,7 @@
"peerDependencies": {
"@antv/g": "^6.0.5",
"@antv/g-canvas": "^2.0.4",
"@antv/g6": "^5.0.11"
"@antv/g6": "^5.0.13"
},
"publishConfig": {
"access": "public",

View File

@ -50,7 +50,7 @@
"styled-components": "^6.1.12"
},
"peerDependencies": {
"@antv/g6": "^5.0.12",
"@antv/g6": "^5.0.13",
"react": ">=16.8",
"react-dom": ">=16.8"
},

View File

@ -1,5 +1,11 @@
# @antv/g6
## 5.0.13
### Patch Changes
- Daily iteration and issue resolving
## 5.0.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "5.0.12",
"version": "5.0.13",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",

View File

@ -1 +1 @@
export const version = '5.0.12';
export const version = '5.0.13';