Bump codegen to 0.0.10

Summary:
For the sake of the playbook, I'm bumping the codegen to the latest stable.
This is needed as there was a change in the Android NDK Makefile that wasn't shipped yet.

Changelog:
[Internal] [Changed] - Bump codegen to 0.0.10

Reviewed By: hramos

Differential Revision: D32101355

fbshipit-source-id: c20268f1ea93ebad8f92f760874a43c8ceeaf9f9
This commit is contained in:
Nicola Corti
2021-11-02 12:22:17 -07:00
committed by Facebook GitHub Bot
parent e161598c40
commit 8fef52035b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native-codegen",
"version": "0.0.9",
"version": "0.0.10",
"description": "⚛️ Code generation tools for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen",
"repository": {
+1 -1
View File
@@ -45,7 +45,7 @@
"mkdirp": "^0.5.1",
"prettier": "1.19.1",
"react": "17.0.2",
"react-native-codegen": "^0.0.9",
"react-native-codegen": "^0.0.10",
"react-shallow-renderer": "16.14.1",
"react-test-renderer": "17.0.2",
"shelljs": "^0.7.8",