chore: update version (#6178)

This commit is contained in:
Yuxin 2024-08-13 14:15:06 +08:00 committed by GitHub
parent 23368fe08f
commit 867d480973
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.14"
"@antv/g6": "^5.0.15"
},
"publishConfig": {
"access": "public",

View File

@ -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"
},

View File

@ -1,5 +1,11 @@
# @antv/g6
## 5.0.15
### Patch Changes
- bugfix
## 5.0.14
### Patch Changes

View File

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

View File

@ -1 +1 @@
export const version = '5.0.14';
export const version = '5.0.15';