Skip to content

Commit

Permalink
chore: update versiont to publish (#5252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca authored Dec 11, 2023
1 parent 0690995 commit d16d10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/g6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "5.0.0",
"version": "5.0.0-beta.28",
"description": "A Graph Visualization Framework in JavaScript",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-react-node",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Using React Component to Define Your G6 Graph Node",
"repository": "https://github.com/antvis/G6.git",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@antv/g2": "^5.1.5",
"@antv/g6": "workspace:*",
"@antv/g6-plugin-map-view": "workspace:*",
"@antv/g6-react-node": "^2.0.0-beta.0",
"@antv/g6-react-node": "workspace:*",
"@antv/graphlib": "^2.0.2",
"@antv/layout-gpu": "^1.1.5",
"@antv/layout-wasm": "^1.3.4",
Expand Down

0 comments on commit d16d10c

Please sign in to comment.