Skip to content

Commit

Permalink
chore: update version to beta.30 (#5586)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca authored Mar 25, 2024
1 parent 19405ae commit c59f0d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 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-beta.29",
"version": "5.0.0-beta.30",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down Expand Up @@ -77,6 +77,10 @@
"vite": "^5.1.5",
"xmlserializer": "^0.6.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"limit-size": [
{
"path": "dist/g6.min.js",
Expand Down

0 comments on commit c59f0d2

Please sign in to comment.