From 7dc11bc468584b4315b7d68a6b7e2fe6a96ba17d Mon Sep 17 00:00:00 2001 From: fortmarek Date: Thu, 1 Jun 2023 09:22:51 +0200 Subject: [PATCH] bumped packages versions #publish-packages-to-npm --- packages/react-native-gradle-plugin/package.json | 2 +- packages/react-native/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index 1b347228d9d..586d07f1fd1 100644 --- a/packages/react-native-gradle-plugin/package.json +++ b/packages/react-native-gradle-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/gradle-plugin", - "version": "0.72.9", + "version": "0.72.10", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b040617d4f0..634f683adfd 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -84,7 +84,7 @@ "@react-native-community/cli-platform-ios": "11.3.1", "@react-native/assets-registry": "^0.72.0", "@react-native/codegen": "^0.72.5", - "@react-native/gradle-plugin": "^0.72.9", + "@react-native/gradle-plugin": "^0.72.10", "@react-native/js-polyfills": "^0.72.1", "@react-native/normalize-colors": "^0.72.0", "@react-native/virtualized-lists": "^0.72.5", @@ -133,4 +133,4 @@ } ] } -} \ No newline at end of file +}