Skip to content

Commit

Permalink
Release react-native-gradle-plugin 0.0.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and Andrei Shikov committed Feb 24, 2022
1 parent 57cc524 commit 61f0d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -108,7 +108,7 @@
"pretty-format": "^26.5.2",
"promise": "^8.0.3",
"react-devtools-core": "^4.23.0",
"react-native-gradle-plugin": "^0.0.4",
"react-native-gradle-plugin": "^0.0.5",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "16.14.1",
"regenerator-runtime": "^0.13.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-gradle-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-gradle-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "⚛️ Gradle Plugin for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
"repository": {
Expand Down

0 comments on commit 61f0d1a

Please sign in to comment.