chore: update version (#5908)

This commit is contained in:
Aaron 2024-06-20 21:38:11 +08:00 committed by GitHub
parent 9c1345dc3f
commit 62b822bb38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2,7 +2,7 @@ import './preset';
export * from './exports'; export * from './exports';
export const version = '5.0.1'; export const version = '5.0.2';
export const iconfont = { export const iconfont = {
css: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.css', css: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.css',
js: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.js', js: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.js',

View File

@ -750,7 +750,7 @@ export class Graph extends EventEmitter {
* <en/> Add child node data to the tree node * <en/> Add child node data to the tree node
* @param parentId - <zh/> ID | <en/> parent node ID * @param parentId - <zh/> ID | <en/> parent node ID
* @param childrenData - <zh/> | <en/> child node data * @param childrenData - <zh/> | <en/> child node data
* @description * @remarks
* <zh/> 使 addNodeData / addComboData * <zh/> 使 addNodeData / addComboData
* *
* <en/> Use addNodeData / addComboData method to add child nodes to the combo * <en/> Use addNodeData / addComboData method to add child nodes to the combo