From 451a599fa1e6d07d060bcbf1b2c0eaf58e71ea69 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Mon, 22 May 2023 12:20:47 +0100 Subject: [PATCH] bumped packages versions #publish-packages-to-npm --- packages/eslint-config-react-native-community/package.json | 2 +- packages/eslint-plugin-specs/package.json | 2 +- packages/react-native-codegen/package.json | 2 +- packages/react-native-gradle-plugin/package.json | 2 +- packages/react-native/package.json | 6 +++--- packages/react-native/template/package.json | 2 +- packages/virtualized-lists/package.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index 249b4f399826cf..8a52fce8d53798 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-config", - "version": "0.72.1", + "version": "0.72.2", "description": "ESLint config for React Native", "main": "index.js", "license": "MIT", diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 8b1e2b88c4f0f4..87c354e36da890 100644 --- a/packages/eslint-plugin-specs/package.json +++ b/packages/eslint-plugin-specs/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin-specs", - "version": "0.72.3", + "version": "0.72.4", "description": "ESLint rules to validate NativeModule and Component Specs", "main": "index.js", "repository": { diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index 6176874a16ff7a..a48f4d56e18e2a 100644 --- a/packages/react-native-codegen/package.json +++ b/packages/react-native-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/codegen", - "version": "0.72.4", + "version": "0.72.5", "description": "⚛️ Code generation tools for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen", "repository": { diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index e49a1b953a315f..060fad08a8dbe2 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.72.7", + "version": "0.72.8", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 3f6a3b52e96c35..a7af078ac1f7bd 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -83,11 +83,11 @@ "@react-native-community/cli-platform-android": "11.3.0", "@react-native-community/cli-platform-ios": "11.3.0", "@react-native/assets-registry": "^0.72.0", - "@react-native/codegen": "^0.72.4", - "@react-native/gradle-plugin": "^0.72.7", + "@react-native/codegen": "^0.72.5", + "@react-native/gradle-plugin": "^0.72.8", "@react-native/js-polyfills": "^0.72.1", "@react-native/normalize-colors": "^0.72.0", - "@react-native/virtualized-lists": "^0.72.4", + "@react-native/virtualized-lists": "^0.72.5", "abort-controller": "^3.0.0", "anser": "^1.4.9", "base64-js": "^1.1.2", diff --git a/packages/react-native/template/package.json b/packages/react-native/template/package.json index 85960080d2baa4..c60f8c27c88b0a 100644 --- a/packages/react-native/template/package.json +++ b/packages/react-native/template/package.json @@ -17,7 +17,7 @@ "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", - "@react-native/eslint-config": "^0.72.1", + "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.5", "@tsconfig/react-native": "^3.0.0", "@types/metro-config": "^0.76.3", diff --git a/packages/virtualized-lists/package.json b/packages/virtualized-lists/package.json index 4396c2cd53ff8c..c2d474973a8cf5 100644 --- a/packages/virtualized-lists/package.json +++ b/packages/virtualized-lists/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/virtualized-lists", - "version": "0.72.4", + "version": "0.72.5", "description": "Virtualized lists for React Native.", "repository": { "type": "git",