chore: update g version

This commit is contained in:
elaine 2019-06-11 19:43:28 +08:00
parent 0be6810882
commit 795ff46657
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "3.0.5-beta.5",
"version": "3.0.5-beta.6",
"description": "graph visualization frame work",
"main": "build/g6.js",
"homepage": "https://github.com/antvis/g6",
@ -114,7 +114,7 @@
"silent": false
},
"dependencies": {
"@antv/g": "~3.4.4",
"@antv/g": "~3.4.6",
"@antv/hierarchy": "~0.5.0",
"@antv/util": "~1.3.1",
"d3-force": "^2.0.1",

View File

@ -3,7 +3,7 @@
*/
module.exports = {
version: '3.0.5-beta.5',
version: '3.0.5-beta.6',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',