chore: update version (#6231)

Co-authored-by: antv <antv@antfin.com>
This commit is contained in:
Aaron 2024-08-22 21:00:15 +08:00 committed by GitHub
parent 1c9729bacb
commit 8dc9e587cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 28 additions and 6 deletions

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

@ -1,5 +1,11 @@
# @antv/g6
## 5.0.17
### Patch Changes
- daily maintenance and bugfix
## 5.0.16
### Patch Changes

View File

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

View File

@ -1 +1 @@
export const version = '5.0.16';
export const version = '5.0.17';