From c12f2bf99dbfd4ae195ff70d0065d1a8d334e4f4 Mon Sep 17 00:00:00 2001 From: oasis-cloud Date: Thu, 7 Nov 2024 11:43:54 +0800 Subject: [PATCH] chore(release): v2.0.0-beta.0 --- packages/icons-react-taro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icons-react-taro/package.json b/packages/icons-react-taro/package.json index 01c5d7b..7888d8f 100644 --- a/packages/icons-react-taro/package.json +++ b/packages/icons-react-taro/package.json @@ -1,6 +1,6 @@ { "name": "@nutui/icons-react-taro", - "version": "2.0.1-beta.0", + "version": "2.0.0-beta.0", "scripts": { "dev": "vite", "build": "vite build --config vite.config.build.es.ts && vite build --config vite.config.build.umd.ts && vite build --config vite.config.build.css.ts && vite build --config vite.config.dts.ts",