From 4c1849f218e1b61bc5e8be3dc8ce3636421a079c Mon Sep 17 00:00:00 2001 From: yvonneyx Date: Mon, 28 Oct 2024 20:09:25 +0800 Subject: [PATCH] chore: update version --- packages/graphs/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/graphs/package.json b/packages/graphs/package.json index 895b9dbef..c7e61edb3 100644 --- a/packages/graphs/package.json +++ b/packages/graphs/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/graphs", - "version": "2.0.0-beta.4", + "version": "2.0.0", "description": "A React graph library based on Graphin", "keywords": [ "antv", @@ -70,7 +70,6 @@ }, "publishConfig": { "access": "public", - "registry": "https://registry.npmjs.org/", - "tag": "beta" + "registry": "https://registry.npmjs.org/" } }