Skip to content

Commit 4227221

Browse files
cortinicofacebook-github-bot
authored andcommitted
Release react-native-gradle-plugin 0.0.5
Summary: Time to release a new version of the Gradle plugin and bump it to 0.0.5 This version includes a deprecation of `reactRoot` and a warning message to migrate to `root`/`reactNativeDir`. Changelog: [Android] [Changed] - Release react-native-gradle-plugin 0.0.5 Reviewed By: ShikaSD Differential Revision: D34339272 fbshipit-source-id: c03495bda7c4185d674761e58a94fde8612f2941
1 parent fc35a65 commit 4227221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"pretty-format": "^26.5.2",
113113
"promise": "^8.0.3",
114114
"react-devtools-core": "^4.23.0",
115-
"react-native-gradle-plugin": "^0.0.4",
115+
"react-native-gradle-plugin": "^0.0.5",
116116
"react-refresh": "^0.4.0",
117117
"react-shallow-renderer": "16.14.1",
118118
"regenerator-runtime": "^0.13.2",

packages/react-native-gradle-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gradle-plugin",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
66
"repository": {

0 commit comments

Comments
 (0)