From 8551e41d30b519e1746c93c25992de8145c8801f Mon Sep 17 00:00:00 2001 From: Dan Stepanov Date: Fri, 20 Mar 2026 00:01:48 -0700 Subject: [PATCH] fix: bump version to 3.0.5 to match npm The previous 3.0.5 release published to npm but the release commit failed to push back to main due to branch protection. This syncs main with what's already on npm so the next release can proceed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 789d191..0f3c291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-css", - "version": "3.0.4", + "version": "3.0.5", "description": "Use CSS stylesheets in React Native", "exports": { ".": {