From 5408e012ccd5785b7a0e564b0fbdc8b555ecdb47 Mon Sep 17 00:00:00 2001 From: daishi Date: Mon, 14 Oct 2024 22:55:52 +0900 Subject: [PATCH] 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6a8bcb6b0..3b7e754f15 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.2", + "version": "5.0.0", "publishConfig": { "tag": "next" },