mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
chore: update version (#6178)
This commit is contained in:
parent
23368fe08f
commit
867d480973
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @antv/g6
|
||||
|
||||
## 5.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bugfix
|
||||
|
||||
## 5.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "5.0.14",
|
||||
"version": "5.0.15",
|
||||
"description": "A Graph Visualization Framework in JavaScript",
|
||||
"keywords": [
|
||||
"antv",
|
||||
|
@ -1 +1 @@
|
||||
export const version = '5.0.14';
|
||||
export const version = '5.0.15';
|
||||
|
Loading…
Reference in New Issue
Block a user