From 8a18b53bcdb6ca37386ff256a3dd5a2198d0b1a5 Mon Sep 17 00:00:00 2001 From: Ruslan Lesiutin Date: Thu, 30 Mar 2023 15:55:58 -0700 Subject: [PATCH] bump packages for 0.73 (#36556) Summary: Changelog: [Internal] Publishing to check CI if bumping and aligning in the same commit will work, since these new versions are not available on npm yet, but maybe our new monorepo setup will resolve this **Adding back `react-native/virtualized-lists` as a workspace to `xplat/js` so that it won't be resolved from npm** #publish-packages-to-npm Pull Request resolved: https://github.com/facebook/react-native/pull/36556 Reviewed By: cipolleschi Differential Revision: D44255353 Pulled By: hoxyq fbshipit-source-id: 21372487d6e9c0b2382b7cd9af835beed46b8ce1 --- package.json | 2 +- packages/assets/package.json | 2 +- packages/babel-plugin-codegen/package.json | 2 +- .../package.json | 4 ++-- .../package.json | 2 +- packages/eslint-plugin-specs/package.json | 2 +- packages/metro-config/package.json | 4 ++-- packages/normalize-color/package.json | 2 +- packages/polyfills/package.json | 2 +- packages/react-native-codegen/package.json | 2 +- packages/react-native-gradle-plugin/package.json | 2 +- packages/react-native/package.json | 12 ++++++------ packages/react-native/template/package.json | 4 ++-- packages/virtualized-lists/package.json | 2 +- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 0cb4784fbd4..590754d7048 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@definitelytyped/dtslint": "^0.0.127", "@jest/create-cache-key-function": "^29.2.1", "@reactions/component": "^2.0.2", - "@react-native/metro-config": "^0.72.0", + "@react-native/metro-config": "^0.73.0", "@types/react": "^18.0.18", "@typescript-eslint/parser": "^5.30.5", "async": "^3.2.2", diff --git a/packages/assets/package.json b/packages/assets/package.json index ea0d35fe221..1d52c415a5b 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/assets-registry", - "version": "0.72.0", + "version": "0.73.0", "description": "Asset support code for React Native.", "repository": { "type": "git", diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index 1b50dbeb3cb..5954d420159 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -1,5 +1,5 @@ { - "version": "0.72.3", + "version": "0.73.0", "name": "@react-native/babel-plugin-codegen", "description": "Babel plugin to generate native module and view manager code for React Native.", "repository": { diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index a30d4f1a817..bb97ff34d9a 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.73.0", "description": "ESLint config for React Native", "main": "index.js", "license": "MIT", @@ -13,7 +13,7 @@ "dependencies": { "@babel/core": "^7.20.0", "@babel/eslint-parser": "^7.19.0", - "@react-native/eslint-plugin": "^0.72.0", + "@react-native/eslint-plugin": "^0.73.0", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/parser": "^5.30.5", "eslint-config-prettier": "^8.5.0", diff --git a/packages/eslint-plugin-react-native-community/package.json b/packages/eslint-plugin-react-native-community/package.json index 999f74b0357..f6b8de3cd41 100644 --- a/packages/eslint-plugin-react-native-community/package.json +++ b/packages/eslint-plugin-react-native-community/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin", - "version": "0.72.0", + "version": "0.73.0", "description": "ESLint rules for @react-native/eslint-config", "main": "index.js", "repository": { diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index e81a286f106..4255aa43ac2 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.2", + "version": "0.73.0", "description": "ESLint rules to validate NativeModule and Component Specs", "main": "index.js", "repository": { diff --git a/packages/metro-config/package.json b/packages/metro-config/package.json index 58f95000b4f..db675ca165c 100644 --- a/packages/metro-config/package.json +++ b/packages/metro-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-config", - "version": "0.72.1", + "version": "0.73.0", "description": "Metro configuration for React Native.", "repository": { "type": "git", @@ -10,7 +10,7 @@ "license": "MIT", "exports": "./index.js", "dependencies": { - "@react-native/js-polyfills": "^0.72.1", + "@react-native/js-polyfills": "^0.73.0", "metro-config": "0.76.0", "metro-react-native-babel-transformer": "0.76.0", "metro-runtime": "0.76.0" diff --git a/packages/normalize-color/package.json b/packages/normalize-color/package.json index 7fbb1c31cb5..71c6740121a 100644 --- a/packages/normalize-color/package.json +++ b/packages/normalize-color/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/normalize-colors", - "version": "0.72.0", + "version": "0.73.0", "description": "Color normalization for React Native.", "repository": { "type": "git", diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index bee8717d327..1694345b4b2 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/js-polyfills", - "version": "0.72.1", + "version": "0.73.0", "description": "Polyfills for React Native.", "repository": { "type": "git", diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index b56fa512870..d2eeade5d93 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.3", + "version": "0.73.0", "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 1ddedd24d22..9bf18596fc6 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.5", + "version": "0.73.0", "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 d918947ad9b..692dcedc527 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -82,12 +82,12 @@ "@react-native-community/cli": "11.0.0", "@react-native-community/cli-platform-android": "11.0.0", "@react-native-community/cli-platform-ios": "11.0.0", - "@react-native/assets-registry": "^0.72.0", - "@react-native/codegen": "^0.72.3", - "@react-native/gradle-plugin": "^0.72.5", - "@react-native/js-polyfills": "^0.72.1", - "@react-native/normalize-colors": "^0.72.0", - "@react-native/virtualized-lists": "^0.72.2", + "@react-native/assets-registry": "^0.73.0", + "@react-native/codegen": "^0.73.0", + "@react-native/gradle-plugin": "^0.73.0", + "@react-native/js-polyfills": "^0.73.0", + "@react-native/normalize-colors": "^0.73.0", + "@react-native/virtualized-lists": "^0.73.0", "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 b7f3900441a..2df0b3ebac9 100644 --- a/packages/react-native/template/package.json +++ b/packages/react-native/template/package.json @@ -17,8 +17,8 @@ "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.12.5", - "@react-native/eslint-config": "^0.72.1", - "@react-native/metro-config": "^0.72.1", + "@react-native/eslint-config": "^0.73.0", + "@react-native/metro-config": "^0.73.0", "@tsconfig/react-native": "^2.0.2", "@types/metro-config": "^0.76.1", "@types/react": "^18.0.24", diff --git a/packages/virtualized-lists/package.json b/packages/virtualized-lists/package.json index 7c67c501bb5..b8315f86b5e 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.2", + "version": "0.73.0", "description": "Virtualized lists for React Native.", "repository": { "type": "git",