Skip to content

Commit

Permalink
chore:update version to 2.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Feb 8, 2021
1 parent cf04783 commit c77642d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/graphin-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/graphin-components",
"version": "2.0.0-beta.11",
"version": "2.0.0-beta.13",
"description": "Components for graphin",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"peerDependencies": {
"react": "^16.x",
"react-dom": "^16.x",
"@antv/graphin": "2.0.0-beta.11"
"@antv/graphin": "2.0.0-beta.13"
},
"publishConfig": {
"access": "public"
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": "2.0.0-beta.11",
"version": "2.0.0-beta.13",
"description": "the react toolkit for graph analysis based on g6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c77642d

Please sign in to comment.