From ebf1a7b79bbc4464213ddfaaac571bcb6d5f7290 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Wed, 26 Jun 2024 07:59:49 -0700 Subject: [PATCH] Bump packages for next major release (#45015) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45015 Set package versions to `0.76.0-main` (`0.75-stable` branch was cut). Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D58687399 fbshipit-source-id: 27ed987e4557705845d57d64e7547cddbd982a03 --- package.json | 4 ++-- packages/assets/package.json | 2 +- packages/babel-plugin-codegen/package.json | 4 ++-- packages/community-cli-plugin/package.json | 6 +++--- packages/core-cli-utils/package.json | 2 +- packages/debugger-frontend/package.json | 2 +- packages/dev-middleware/package.json | 4 ++-- packages/eslint-config-react-native/package.json | 4 ++-- packages/eslint-plugin-react-native/package.json | 2 +- packages/eslint-plugin-specs/package.json | 4 ++-- packages/gradle-plugin/package.json | 2 +- packages/helloworld/package.json | 10 +++++----- packages/hermes-inspector-msggen/package.json | 2 +- packages/metro-config/package.json | 6 +++--- packages/normalize-color/package.json | 2 +- packages/polyfills/package.json | 2 +- packages/react-native-babel-preset/package.json | 4 ++-- .../react-native-babel-transformer/package.json | 4 ++-- packages/react-native-bots/package.json | 2 +- .../package.json | 4 ++-- packages/react-native-codegen/package.json | 2 +- packages/react-native-info/package.json | 2 +- .../react-native-popup-menu-android/package.json | 4 ++-- packages/react-native-test-library/package.json | 6 +++--- packages/react-native-test-renderer/package.json | 2 +- packages/react-native/package.json | 14 +++++++------- packages/rn-tester/package.json | 6 +++--- packages/typescript-config/package.json | 2 +- packages/virtualized-lists/package.json | 2 +- 29 files changed, 56 insertions(+), 56 deletions(-) diff --git a/package.json b/package.json index 5138e5de073..baa7bd270ca 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "@definitelytyped/dtslint": "^0.0.127", "@jest/create-cache-key-function": "^29.6.3", "@pkgjs/parseargs": "^0.11.0", - "@react-native/metro-babel-transformer": "0.75.0-main", - "@react-native/metro-config": "0.75.0-main", + "@react-native/metro-babel-transformer": "0.76.0-main", + "@react-native/metro-config": "0.76.0-main", "@tsconfig/node18": "1.0.1", "@types/react": "^18.2.6", "@typescript-eslint/parser": "^7.1.1", diff --git a/packages/assets/package.json b/packages/assets/package.json index 8c19ed7ebe9..3f5350a2410 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/assets-registry", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Asset support code for React Native.", "license": "MIT", "repository": { diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index e93a609f60a..a5f9fe6e0b9 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/babel-plugin-codegen", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Babel plugin to generate native module and view manager code for React Native.", "license": "MIT", "repository": { @@ -25,7 +25,7 @@ "index.js" ], "dependencies": { - "@react-native/codegen": "0.75.0-main" + "@react-native/codegen": "0.76.0-main" }, "devDependencies": { "@babel/core": "^7.20.0" diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index 281a5d26ced..4fb815f3038 100644 --- a/packages/community-cli-plugin/package.json +++ b/packages/community-cli-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/community-cli-plugin", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Core CLI commands for React Native", "keywords": [ "react-native", @@ -24,8 +24,8 @@ "dependencies": { "@react-native-community/cli-server-api": "14.0.0-alpha.9", "@react-native-community/cli-tools": "14.0.0-alpha.9", - "@react-native/dev-middleware": "0.75.0-main", - "@react-native/metro-babel-transformer": "0.75.0-main", + "@react-native/dev-middleware": "0.76.0-main", + "@react-native/metro-babel-transformer": "0.76.0-main", "chalk": "^4.0.0", "execa": "^5.1.1", "metro": "^0.80.3", diff --git a/packages/core-cli-utils/package.json b/packages/core-cli-utils/package.json index 6aa10997521..adba6a7295d 100644 --- a/packages/core-cli-utils/package.json +++ b/packages/core-cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/core-cli-utils", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "React Native CLI library for Frameworks to build on", "license": "MIT", "main": "./src/index.flow.js", diff --git a/packages/debugger-frontend/package.json b/packages/debugger-frontend/package.json index 0d42d555212..7b46c49c5bd 100644 --- a/packages/debugger-frontend/package.json +++ b/packages/debugger-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/debugger-frontend", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Debugger frontend for React Native based on Chrome DevTools", "keywords": [ "react-native", diff --git a/packages/dev-middleware/package.json b/packages/dev-middleware/package.json index c380cd36f67..69086f84265 100644 --- a/packages/dev-middleware/package.json +++ b/packages/dev-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/dev-middleware", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Dev server middleware for React Native", "keywords": [ "react-native", @@ -23,7 +23,7 @@ ], "dependencies": { "@isaacs/ttlcache": "^1.4.1", - "@react-native/debugger-frontend": "0.75.0-main", + "@react-native/debugger-frontend": "0.76.0-main", "chrome-launcher": "^0.15.2", "chromium-edge-launcher": "^0.2.0", "connect": "^3.6.5", diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index a46fc3126ef..157abcb4250 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-config", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "ESLint config for React Native", "license": "MIT", "repository": { @@ -22,7 +22,7 @@ "dependencies": { "@babel/core": "^7.20.0", "@babel/eslint-parser": "^7.20.0", - "@react-native/eslint-plugin": "0.75.0-main", + "@react-native/eslint-plugin": "0.76.0-main", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint-config-prettier": "^8.5.0", diff --git a/packages/eslint-plugin-react-native/package.json b/packages/eslint-plugin-react-native/package.json index 10618f6453d..b3031267048 100644 --- a/packages/eslint-plugin-react-native/package.json +++ b/packages/eslint-plugin-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "ESLint rules for @react-native/eslint-config", "license": "MIT", "repository": { diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 3429d1eb63d..2442b2b79a3 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.75.0-main", + "version": "0.76.0-main", "description": "ESLint rules to validate NativeModule and Component Specs", "license": "MIT", "repository": { @@ -31,7 +31,7 @@ "@babel/eslint-parser": "^7.20.0", "@babel/plugin-transform-flow-strip-types": "^7.20.0", "@babel/preset-flow": "^7.20.0", - "@react-native/codegen": "0.75.0-main", + "@react-native/codegen": "0.76.0-main", "make-dir": "^2.1.0", "pirates": "^4.0.1", "source-map-support": "0.5.0" diff --git a/packages/gradle-plugin/package.json b/packages/gradle-plugin/package.json index 99f3487c1d7..44a3d9a4b04 100644 --- a/packages/gradle-plugin/package.json +++ b/packages/gradle-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/gradle-plugin", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Gradle Plugin for React Native", "license": "MIT", "repository": { diff --git a/packages/helloworld/package.json b/packages/helloworld/package.json index 9af6bd30128..4f1c8eaec0e 100644 --- a/packages/helloworld/package.json +++ b/packages/helloworld/package.json @@ -1,6 +1,6 @@ { "name": "helloworld", - "version": "0.75.0-main", + "version": "0.76.0-main", "private": true, "scripts": { "bootstrap": "node ./cli.js bootstrap", @@ -19,10 +19,10 @@ "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", - "@react-native/babel-preset": "0.75.0-main", - "@react-native/core-cli-utils": "0.75.0-main", - "@react-native/eslint-config": "0.75.0-main", - "@react-native/metro-config": "0.75.0-main", + "@react-native/babel-preset": "0.76.0-main", + "@react-native/core-cli-utils": "0.76.0-main", + "@react-native/eslint-config": "0.76.0-main", + "@react-native/metro-config": "0.76.0-main", "babel-jest": "^29.6.3", "chalk": "^4.1.2", "commander": "^12.0.0", diff --git a/packages/hermes-inspector-msggen/package.json b/packages/hermes-inspector-msggen/package.json index e3bb2f97f39..67bf6379352 100644 --- a/packages/hermes-inspector-msggen/package.json +++ b/packages/hermes-inspector-msggen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/hermes-inspector-msggen", - "version": "0.75.0-main", + "version": "0.76.0-main", "private": true, "description": "Hermes Inspector Message Generator for React Native", "license": "MIT", diff --git a/packages/metro-config/package.json b/packages/metro-config/package.json index 75ff711fba0..a15a5a38d7c 100644 --- a/packages/metro-config/package.json +++ b/packages/metro-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-config", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Metro configuration for React Native.", "license": "MIT", "repository": { @@ -26,8 +26,8 @@ "dist" ], "dependencies": { - "@react-native/js-polyfills": "0.75.0-main", - "@react-native/metro-babel-transformer": "0.75.0-main", + "@react-native/js-polyfills": "0.76.0-main", + "@react-native/metro-babel-transformer": "0.76.0-main", "metro-config": "^0.80.3", "metro-runtime": "^0.80.3" } diff --git a/packages/normalize-color/package.json b/packages/normalize-color/package.json index 875c9ce1c51..ad4feb77d8c 100644 --- a/packages/normalize-color/package.json +++ b/packages/normalize-color/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/normalize-colors", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Color normalization for React Native.", "license": "MIT", "repository": { diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 6bd3b33f0b3..2823453578b 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/js-polyfills", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Polyfills for React Native.", "license": "MIT", "repository": { diff --git a/packages/react-native-babel-preset/package.json b/packages/react-native-babel-preset/package.json index 1251048e5a5..02000a4b15c 100644 --- a/packages/react-native-babel-preset/package.json +++ b/packages/react-native-babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/babel-preset", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Babel preset for React Native applications", "main": "src/index.js", "repository": { @@ -56,7 +56,7 @@ "@babel/plugin-transform-typescript": "^7.5.0", "@babel/plugin-transform-unicode-regex": "^7.0.0", "@babel/template": "^7.0.0", - "@react-native/babel-plugin-codegen": "0.75.0-main", + "@react-native/babel-plugin-codegen": "0.76.0-main", "babel-plugin-transform-flow-enums": "^0.0.2", "react-refresh": "^0.14.0" }, diff --git a/packages/react-native-babel-transformer/package.json b/packages/react-native-babel-transformer/package.json index ec85181f901..18d88dbd297 100644 --- a/packages/react-native-babel-transformer/package.json +++ b/packages/react-native-babel-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-babel-transformer", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Babel transformer for React Native applications.", "main": "src/index.js", "repository": { @@ -16,7 +16,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.20.0", - "@react-native/babel-preset": "0.75.0-main", + "@react-native/babel-preset": "0.76.0-main", "hermes-parser": "0.22.0", "nullthrows": "^1.1.1" }, diff --git a/packages/react-native-bots/package.json b/packages/react-native-bots/package.json index 6132001e214..a27f547c621 100644 --- a/packages/react-native-bots/package.json +++ b/packages/react-native-bots/package.json @@ -1,7 +1,7 @@ { "name": "@react-native/bots", "description": "React Native Bots", - "version": "0.75.0-main", + "version": "0.76.0-main", "private": true, "license": "MIT", "repository": { diff --git a/packages/react-native-codegen-typescript-test/package.json b/packages/react-native-codegen-typescript-test/package.json index ef1282f39ba..6e9d13e6a5f 100644 --- a/packages/react-native-codegen-typescript-test/package.json +++ b/packages/react-native-codegen-typescript-test/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/codegen-typescript-test", - "version": "0.75.0-main", + "version": "0.76.0-main", "private": true, "description": "TypeScript related unit test for @react-native/codegen", "license": "MIT", @@ -19,7 +19,7 @@ "prepare": "yarn run build" }, "dependencies": { - "@react-native/codegen": "0.75.0-main" + "@react-native/codegen": "0.76.0-main" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index cc059879da7..06e6bef2bd7 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.75.0-main", + "version": "0.76.0-main", "description": "Code generation tools for React Native", "license": "MIT", "repository": { diff --git a/packages/react-native-info/package.json b/packages/react-native-info/package.json index 63fd0ed6f50..2e65779921d 100644 --- a/packages/react-native-info/package.json +++ b/packages/react-native-info/package.json @@ -1,6 +1,6 @@ { "name": "react-native-info", - "version": "1.0.0", + "version": "0.76.0-main", "main": "build/index.js", "license": "MIT", "private": true, diff --git a/packages/react-native-popup-menu-android/package.json b/packages/react-native-popup-menu-android/package.json index 1723b8836b7..89aff2dfa45 100644 --- a/packages/react-native-popup-menu-android/package.json +++ b/packages/react-native-popup-menu-android/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/popup-menu-android", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "PopupMenu for the Android platform", "main": "index.js", "files": [ @@ -17,7 +17,7 @@ ], "license": "MIT", "devDependencies": { - "@react-native/codegen": "0.75.0-main" + "@react-native/codegen": "0.76.0-main" }, "peerDependencies": { "@types/react": "^18.2.6", diff --git a/packages/react-native-test-library/package.json b/packages/react-native-test-library/package.json index 885ba0144fa..f33d36f85a0 100644 --- a/packages/react-native-test-library/package.json +++ b/packages/react-native-test-library/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/oss-library-example", - "version": "0.0.1", + "version": "0.76.0-main", "private": true, "description": "Package that includes native module exapmle, native component example, targets both the old and the new architecture. It should serve as an example of a real-world OSS library.", "license": "MIT", @@ -26,8 +26,8 @@ ], "devDependencies": { "@babel/core": "^7.20.0", - "@react-native/babel-preset": "0.75.0-main", - "react-native": "*" + "@react-native/babel-preset": "0.76.0-main", + "react-native": "1000.0.0" }, "peerDependencies": { "react": "*", diff --git a/packages/react-native-test-renderer/package.json b/packages/react-native-test-renderer/package.json index 3c0da0cc18c..ce470f51b11 100644 --- a/packages/react-native-test-renderer/package.json +++ b/packages/react-native-test-renderer/package.json @@ -1,7 +1,7 @@ { "name": "@react-native/test-renderer", "private": true, - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "A Test rendering library for React Native", "license": "MIT", "devDependencies": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b2286b76ce9..ce72635091f 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -112,13 +112,13 @@ "@react-native-community/cli": "14.0.0-alpha.9", "@react-native-community/cli-platform-android": "14.0.0-alpha.9", "@react-native-community/cli-platform-ios": "14.0.0-alpha.9", - "@react-native/assets-registry": "0.75.0-main", - "@react-native/codegen": "0.75.0-main", - "@react-native/community-cli-plugin": "0.75.0-main", - "@react-native/gradle-plugin": "0.75.0-main", - "@react-native/js-polyfills": "0.75.0-main", - "@react-native/normalize-colors": "0.75.0-main", - "@react-native/virtualized-lists": "0.75.0-main", + "@react-native/assets-registry": "0.76.0-main", + "@react-native/codegen": "0.76.0-main", + "@react-native/community-cli-plugin": "0.76.0-main", + "@react-native/gradle-plugin": "0.76.0-main", + "@react-native/js-polyfills": "0.76.0-main", + "@react-native/normalize-colors": "0.76.0-main", + "@react-native/virtualized-lists": "0.76.0-main", "abort-controller": "^3.0.0", "anser": "^1.4.9", "ansi-regex": "^5.0.0", diff --git a/packages/rn-tester/package.json b/packages/rn-tester/package.json index 0361b6f5262..8fcc13cd3f6 100644 --- a/packages/rn-tester/package.json +++ b/packages/rn-tester/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/tester", - "version": "0.75.0-main", + "version": "0.76.0-main", "private": true, "description": "React Native tester app.", "license": "MIT", @@ -26,8 +26,8 @@ "flow-enums-runtime": "^0.0.6", "invariant": "^2.2.4", "nullthrows": "^1.1.1", - "@react-native/oss-library-example": "*", - "@react-native/popup-menu-android": "0.75.0-main" + "@react-native/oss-library-example": "0.76.0-main", + "@react-native/popup-menu-android": "0.76.0-main" }, "peerDependencies": { "react": "19.0.0-rc-fb9a90fa48-20240614", diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 810837974b2..352275cf1fd 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/typescript-config", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Default TypeScript configuration for React Native apps", "license": "MIT", "repository": { diff --git a/packages/virtualized-lists/package.json b/packages/virtualized-lists/package.json index 3761bd2caee..03ae859c078 100644 --- a/packages/virtualized-lists/package.json +++ b/packages/virtualized-lists/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/virtualized-lists", - "version": "0.75.0-main", + "version": "0.76.0-main", "description": "Virtualized lists for React Native.", "license": "MIT", "repository": {