From b2f273750bc2a33441abfbbf5be97293a395782f Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Tue, 13 Jun 2023 15:50:05 +0100 Subject: [PATCH] bumped packages versions #publish-packages-to-npm --- packages/react-native-codegen/package.json | 2 +- packages/react-native/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index a48f4d56e18..b43e2e8f8a1 100644 --- a/packages/react-native-codegen/package.json +++ b/packages/react-native-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/codegen", - "version": "0.72.5", + "version": "0.72.6", "description": "⚛️ Code generation tools for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen", "repository": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 8f10eddb037..4c21d9d415a 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -83,7 +83,7 @@ "@react-native-community/cli-platform-android": "11.3.1", "@react-native-community/cli-platform-ios": "11.3.1", "@react-native/assets-registry": "^0.72.0", - "@react-native/codegen": "^0.72.5", + "@react-native/codegen": "^0.72.6", "@react-native/gradle-plugin": "^0.72.10", "@react-native/js-polyfills": "^0.72.1", "@react-native/normalize-colors": "^0.72.0", @@ -133,4 +133,4 @@ } ] } -} \ No newline at end of file +}