mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 03:38:20 +08:00
parent
1c9729bacb
commit
8dc9e587cc
@ -1,5 +1,13 @@
|
||||
# @antv/g6-extension-3d
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- daily maintenance and bugfix
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.17
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6-extension-3d",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "3D extension for G6",
|
||||
"keywords": [
|
||||
"antv",
|
||||
@ -49,7 +49,7 @@
|
||||
"peerDependencies": {
|
||||
"@antv/g": "^6.0.5",
|
||||
"@antv/g-canvas": "^2.0.4",
|
||||
"@antv/g6": "^5.0.16"
|
||||
"@antv/g6": "^5.0.17"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @antv/g6-extension-react
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- daily maintenance and bugfix
|
||||
- Updated dependencies
|
||||
- @antv/g6@5.0.17
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6-extension-react",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Using React Component to Define Your G6 Graph Node",
|
||||
"keywords": [
|
||||
"antv",
|
||||
@ -50,7 +50,7 @@
|
||||
"styled-components": "^6.1.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@antv/g6": "^5.0.16",
|
||||
"@antv/g6": "^5.0.17",
|
||||
"react": ">=16.8",
|
||||
"react-dom": ">=16.8"
|
||||
},
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @antv/g6
|
||||
|
||||
## 5.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- daily maintenance and bugfix
|
||||
|
||||
## 5.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "5.0.16",
|
||||
"version": "5.0.17",
|
||||
"description": "A Graph Visualization Framework in JavaScript",
|
||||
"keywords": [
|
||||
"antv",
|
||||
|
@ -1 +1 @@
|
||||
export const version = '5.0.16';
|
||||
export const version = '5.0.17';
|
||||
|
Loading…
Reference in New Issue
Block a user