From cdb2ff9cfef10714534e606c065f4024ffb08d23 Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Tue, 5 Mar 2024 07:11:51 -0800 Subject: [PATCH] chore: bump @react-native/core-cli-utils @ 0.75.0-main Summary: Bump the version to match RN. Changelog: [Internal] Reviewed By: huntie Differential Revision: D54538812 fbshipit-source-id: a2e8225ea02fb1e7a69b3b20436c821a857ca1e2 --- packages/core-cli-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-cli-utils/package.json b/packages/core-cli-utils/package.json index 64ffab0912f..f6bc2e855bb 100644 --- a/packages/core-cli-utils/package.json +++ b/packages/core-cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/core-cli-utils", - "version": "0.74.0", + "version": "0.75.0-main", "description": "React Native CLI library for Frameworks to build on", "main": "index.js", "license": "MIT",