Skip to content

Commit 61f0d1a

Browse files
cortinicoAndrei Shikov
authored and
Andrei Shikov
committedFeb 24, 2022
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 57cc524 commit 61f0d1a

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
@@ -108,7 +108,7 @@
108108
"pretty-format": "^26.5.2",
109109
"promise": "^8.0.3",
110110
"react-devtools-core": "^4.23.0",
111-
"react-native-gradle-plugin": "^0.0.4",
111+
"react-native-gradle-plugin": "^0.0.5",
112112
"react-refresh": "^0.4.0",
113113
"react-shallow-renderer": "16.14.1",
114114
"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)
Please sign in to comment.