From fbe72cf348b3a9fb22bc20621a341ceed73f8c1f Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 27 Apr 2022 09:41:11 -0700 Subject: [PATCH] Bump React Native Gradle plugin to 0.0.7 Summary: In order to release RN 0.69, we need to Bump React Native Gradle plugin to the latest stable. Changelog: [Internal] [Changed] - Bump React Native Gradle plugin to 0.0.7 Reviewed By: cipolleschi Differential Revision: D35964705 fbshipit-source-id: 0893fe092cfddffd5e79b70fc069f7c59ce33845 --- package.json | 2 +- packages/react-native-gradle-plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb6ab9b0dc5..d679c8a82c2 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "pretty-format": "^26.5.2", "promise": "^8.0.3", "react-devtools-core": "4.24.0", - "react-native-gradle-plugin": "^0.0.6", + "react-native-gradle-plugin": "^0.0.7", "react-refresh": "^0.4.0", "react-shallow-renderer": "16.14.1", "regenerator-runtime": "^0.13.2", diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index b9d86d77029..3ad8e055256 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.0.6", + "version": "0.0.7", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": {