Skip to content

Commit

Permalink
feat:update graphin version
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Nov 16, 2019
1 parent 71a9381 commit 97f9959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graphin-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^16.11.0",
"react-dom": "^16.11.0",
"antd": "^3.23.5",
"@antv/graphin": "^1.0.0"
"@antv/graphin": "^1.0.0-beta.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphin-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy": "npm run build && gh-pages -d ./dist -r https://github.com/antvis/graphin-studio-site.git"
},
"dependencies": {
"@antv/graphin": "^1.0.0",
"@antv/graphin": "^1.0.0-beta.3",
"@antv/graphin-components": "^0.1.0",
"@types/classnames": "^2.2.9",
"antd": "^3.23.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/graphin",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.3",
"description": "the react toolkit for graph analysis based on g6",
"main": "./dist/index.esm",
"types": "./dist/index.d",
Expand Down

0 comments on commit 97f9959

Please sign in to comment.