mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
parent
a1a8d01087
commit
117d4513bf
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @antv/g6
|
||||
|
||||
## 5.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Daily iteration and issue resolving
|
||||
|
||||
## 5.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "5.0.12",
|
||||
"version": "5.0.13",
|
||||
"description": "A Graph Visualization Framework in JavaScript",
|
||||
"keywords": [
|
||||
"antv",
|
||||
|
@ -1 +1 @@
|
||||
export const version = '5.0.12';
|
||||
export const version = '5.0.13';
|
||||
|
Loading…
Reference in New Issue
Block a user