From dd226ff716bb266f45733546c120fed3a45cbace Mon Sep 17 00:00:00 2001 From: daishi Date: Sun, 18 Aug 2024 22:32:45 +0900 Subject: [PATCH] 2.0.0-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd3c26ad..8aa2fa85 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "🧙 Valtio makes proxy-state simple for React and Vanilla", "private": true, "type": "commonjs", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "publishConfig": { "tag": "next" },