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