Skip to content

Commit c59f0d2

Browse files
authored
chore: update version to beta.30 (#5586)
1 parent 19405ae commit c59f0d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/g6/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6",
3-
"version": "5.0.0-beta.29",
3+
"version": "5.0.0-beta.30",
44
"description": "A Graph Visualization Framework in JavaScript",
55
"keywords": [
66
"antv",
@@ -77,6 +77,10 @@
7777
"vite": "^5.1.5",
7878
"xmlserializer": "^0.6.1"
7979
},
80+
"publishConfig": {
81+
"registry": "https://registry.npmjs.org/",
82+
"tag": "beta"
83+
},
8084
"limit-size": [
8185
{
8286
"path": "dist/g6.min.js",

0 commit comments

Comments
 (0)