From eea06642687655afc31b601374e13af02e9a5c97 Mon Sep 17 00:00:00 2001 From: daishi Date: Tue, 27 Aug 2024 10:19:58 +0900 Subject: [PATCH] 5.0.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab2f6bb2ae..5912589e13 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "🐻 Bear necessities for state management in React", "private": true, "type": "commonjs", - "version": "5.0.0-rc.0", + "version": "5.0.0-rc.1", "publishConfig": { "tag": "next" },