From 057033d42d5b5d1ddd3c8b94bbc0cd2a59ac2755 Mon Sep 17 00:00:00 2001 From: daishi Date: Thu, 16 May 2024 09:20:30 +0900 Subject: [PATCH] 2.0.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9af732b2..88198962 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-beta.5", + "version": "2.0.0-rc.0", "publishConfig": { "tag": "next" },