chore(package): package version 3.0.0-beta.3

This commit is contained in:
yilin.qyl 2019-01-08 17:56:51 +08:00
parent a650196d63
commit 0f3e73d8e8
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "graph visualization frame work",
"main": "build/g6.js",
"homepage": "https://github.com/antvis/g6",
@ -112,7 +112,6 @@
},
"dependencies": {
"@antv/g": "~3.4.0-beta.3",
"@antv/g6": "^2.2.6",
"@antv/util": "~1.3.1"
},
"engines": {

View File

@ -4,7 +4,7 @@
*/
module.exports = {
version: '3.0.0-beta.2',
version: '3.0.0-beta.3',
nodeSize: 40,
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',