From feb27cbf0f4399eab4b52f4f97cece2e1c7b690f Mon Sep 17 00:00:00 2001 From: Fabrizio Cucci Date: Thu, 20 Feb 2025 06:04:34 -0800 Subject: [PATCH] js1 publish react-native 0.79.0-main (#49550) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49550 Align remaining packages. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D69916099 fbshipit-source-id: d6f5c19c8b33e91ff0e2adac20cfe625a15e96b5 --- packages/react-native-compatibility-check/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-compatibility-check/package.json b/packages/react-native-compatibility-check/package.json index d145d16ad63..d6c944d2b1b 100644 --- a/packages/react-native-compatibility-check/package.json +++ b/packages/react-native-compatibility-check/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/compatibility-check", - "version": "0.0.1", + "version": "0.79.0-main", "description": "Check a React Native app's boundary between JS and Native for incompatibilities", "license": "MIT", "repository": {