diff --git a/.ado/jobs/npm-publish.yml b/.ado/jobs/npm-publish.yml index ff11ce9f2e2d7f..01b83311b41c0f 100644 --- a/.ado/jobs/npm-publish.yml +++ b/.ado/jobs/npm-publish.yml @@ -76,8 +76,8 @@ jobs: yarn ./packages/react-native npm publish --tag $(publishTag) else echo "Publishing with npm publish" - npm publish ./packages/virtualized-lists --tag $(npmDistTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken) - npm publish ./packages/react-native --tag $(npmDistTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken) + npm publish ./packages/virtualized-lists --tag $(publishTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken) + npm publish ./packages/react-native --tag $(publishTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken) fi fi displayName: Publish packages diff --git a/.nx/version-plans/version-plan-1754531007010.md b/.nx/version-plans/version-plan-1754531007010.md new file mode 100644 index 00000000000000..b97da2e8479858 --- /dev/null +++ b/.nx/version-plans/version-plan-1754531007010.md @@ -0,0 +1,5 @@ +--- +__default__: patch +--- + +Sync to upstream React Native 0.76 branch diff --git a/packages/react-native/Libraries/Core/ReactNativeVersion.js b/packages/react-native/Libraries/Core/ReactNativeVersion.js index 9a61f3356dca42..da876be5decdad 100644 --- a/packages/react-native/Libraries/Core/ReactNativeVersion.js +++ b/packages/react-native/Libraries/Core/ReactNativeVersion.js @@ -16,7 +16,7 @@ const version: $ReadOnly<{ }> = { major: 0, minor: 76, - patch: 12, + patch: 11, prerelease: null, }; diff --git a/packages/react-native/React/Base/RCTVersion.m b/packages/react-native/React/Base/RCTVersion.m index e8293b551caa5a..9ab177d05a7348 100644 --- a/packages/react-native/React/Base/RCTVersion.m +++ b/packages/react-native/React/Base/RCTVersion.m @@ -23,7 +23,7 @@ __rnVersion = @{ RCTVersionMajor: @(0), RCTVersionMinor: @(76), - RCTVersionPatch: @(12), + RCTVersionPatch: @(11), RCTVersionPrerelease: [NSNull null], }; }); diff --git a/packages/react-native/ReactAndroid/gradle.properties b/packages/react-native/ReactAndroid/gradle.properties index 2a830390ccfb20..d99f82f7d2c478 100644 --- a/packages/react-native/ReactAndroid/gradle.properties +++ b/packages/react-native/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.76.12 +VERSION_NAME=0.76.11 react.internal.publishingGroup=com.facebook.react android.useAndroidX=true diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java index ace525475ce879..8fe704196bcbdb 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java @@ -17,6 +17,6 @@ public class ReactNativeVersion { public static final Map VERSION = MapBuilder.of( "major", 0, "minor", 76, - "patch", 12, + "patch", 11, "prerelease", null); } diff --git a/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h b/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h index d696a87aa08ee6..2e9945c2088c7f 100644 --- a/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h +++ b/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h @@ -17,7 +17,7 @@ namespace facebook::react { constexpr struct { int32_t Major = 0; int32_t Minor = 76; - int32_t Patch = 12; + int32_t Patch = 11; std::string_view Prerelease = ""; } ReactNativeVersion; diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 5f01f9e0c9db05..d99a169306b409 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "react-native-macos", - "version": "0.76.12", + "version": "0.76.11", "description": "React Native for macOS", "license": "MIT", "repository": { @@ -112,7 +112,7 @@ }, "dependencies": { "@jest/create-cache-key-function": "^29.6.3", - "@react-native-macos/virtualized-lists": "0.76.12", + "@react-native-macos/virtualized-lists": "0.76.11", "@react-native/assets-registry": "0.76.9", "@react-native/codegen": "0.76.9", "@react-native/community-cli-plugin": "0.76.9", diff --git a/packages/virtualized-lists/package.json b/packages/virtualized-lists/package.json index b9ac4537c3feb3..eb1d0594f291f9 100644 --- a/packages/virtualized-lists/package.json +++ b/packages/virtualized-lists/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-macos/virtualized-lists", - "version": "0.76.12", + "version": "0.76.11", "description": "Virtualized lists for React Native macOS.", "license": "MIT", "repository": { diff --git a/yarn.lock b/yarn.lock index 632614a230d959..d0c0c70c50326e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3426,7 +3426,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native-macos/virtualized-lists@npm:0.76.12, @react-native-macos/virtualized-lists@workspace:packages/virtualized-lists": +"@react-native-macos/virtualized-lists@npm:0.76.11, @react-native-macos/virtualized-lists@workspace:packages/virtualized-lists": version: 0.0.0-use.local resolution: "@react-native-macos/virtualized-lists@workspace:packages/virtualized-lists" dependencies: @@ -12338,7 +12338,7 @@ __metadata: resolution: "react-native-macos@workspace:packages/react-native" dependencies: "@jest/create-cache-key-function": "npm:^29.6.3" - "@react-native-macos/virtualized-lists": "npm:0.76.12" + "@react-native-macos/virtualized-lists": "npm:0.76.11" "@react-native/assets-registry": "npm:0.76.9" "@react-native/codegen": "npm:0.76.9" "@react-native/community-cli-plugin": "npm:0.76.9"