From e65083defeaceca16f609903dc54b6df04b4b13a Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Fri, 26 Jun 2026 16:08:56 -0700 Subject: [PATCH 1/2] chore(0.81): new patch release Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .nx/version-plans/version-plan-1782515304485.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .nx/version-plans/version-plan-1782515304485.md diff --git a/.nx/version-plans/version-plan-1782515304485.md b/.nx/version-plans/version-plan-1782515304485.md new file mode 100644 index 00000000000..6bbeaade7ef --- /dev/null +++ b/.nx/version-plans/version-plan-1782515304485.md @@ -0,0 +1,5 @@ +--- +__default__: patch +--- + +0.81 patch release retry after failed 0.81.8 publish From d4b4aeb0ae29465003b4e90bc800091125f87f55 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Fri, 26 Jun 2026 16:17:46 -0700 Subject: [PATCH 2/2] Revert "chore(release): publish 0.81.8" This reverts commit aa4a86750268037161a3d40b9f1d7c55bed5bccb. --- .../react-native/Libraries/Core/ReactNativeVersion.js | 2 +- packages/react-native/React/Base/RCTVersion.m | 2 +- packages/react-native/ReactAndroid/gradle.properties | 2 +- .../react/modules/systeminfo/ReactNativeVersion.kt | 2 +- .../ReactCommon/cxxreact/ReactNativeVersion.h | 4 ++-- packages/react-native/package.json | 4 ++-- .../generate-artifacts-executor-test.js.snap | 8 ++++---- packages/virtualized-lists/package.json | 2 +- yarn.lock | 4 ++-- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/react-native/Libraries/Core/ReactNativeVersion.js b/packages/react-native/Libraries/Core/ReactNativeVersion.js index e42b5fa2c83..85bd1d03260 100644 --- a/packages/react-native/Libraries/Core/ReactNativeVersion.js +++ b/packages/react-native/Libraries/Core/ReactNativeVersion.js @@ -17,6 +17,6 @@ export const version: $ReadOnly<{ }> = { major: 0, minor: 81, - patch: 8, + patch: 7, prerelease: null, }; diff --git a/packages/react-native/React/Base/RCTVersion.m b/packages/react-native/React/Base/RCTVersion.m index c8c5808fc4a..696ab3a5ef8 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: @(81), - RCTVersionPatch: @(8), + RCTVersionPatch: @(7), RCTVersionPrerelease: [NSNull null], }; }); diff --git a/packages/react-native/ReactAndroid/gradle.properties b/packages/react-native/ReactAndroid/gradle.properties index 0e2903fa97e..25d9d6fffce 100644 --- a/packages/react-native/ReactAndroid/gradle.properties +++ b/packages/react-native/ReactAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.81.8 +VERSION_NAME=0.81.7 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.kt b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt index 3ae90d61845..59baf7b6692 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt @@ -14,7 +14,7 @@ public object ReactNativeVersion { public val VERSION: Map = mapOf( "major" to 0, "minor" to 81, - "patch" to 8, + "patch" to 7, "prerelease" to null ) } diff --git a/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h b/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h index 8acebda549e..f4384232195 100644 --- a/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h +++ b/packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h @@ -14,14 +14,14 @@ #define REACT_NATIVE_VERSION_MAJOR 0 #define REACT_NATIVE_VERSION_MINOR 81 -#define REACT_NATIVE_VERSION_PATCH 8 +#define REACT_NATIVE_VERSION_PATCH 7 namespace facebook::react { constexpr struct { int32_t Major = 0; int32_t Minor = 81; - int32_t Patch = 8; + int32_t Patch = 7; std::string_view Prerelease = ""; } ReactNativeVersion; diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 75ce10d7e37..5343fa6ad6c 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "react-native-macos", - "version": "0.81.8", + "version": "0.81.7", "description": "React Native for macOS", "license": "MIT", "repository": { @@ -187,7 +187,7 @@ }, "dependencies": { "@jest/create-cache-key-function": "^29.7.0", - "@react-native-macos/virtualized-lists": "0.81.8", + "@react-native-macos/virtualized-lists": "0.81.7", "@react-native/assets-registry": "0.81.6", "@react-native/codegen": "0.81.6", "@react-native/community-cli-plugin": "0.81.6", diff --git a/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap b/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap index 0b969d0e2b8..b18e80e5a4c 100644 --- a/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap +++ b/packages/react-native/scripts/codegen/__tests__/__snapshots__/generate-artifacts-executor-test.js.snap @@ -361,7 +361,7 @@ exports[`execute test-app "ReactAppDependencyProvider.podspec" should match snap # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.8\\" +version = \\"0.81.7\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. @@ -399,7 +399,7 @@ exports[`execute test-app "ReactCodegen.podspec" should match snapshot 1`] = ` # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.8\\" +version = \\"0.81.7\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. @@ -840,7 +840,7 @@ exports[`execute test-app-legacy "ReactAppDependencyProvider.podspec" should mat # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.8\\" +version = \\"0.81.7\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. @@ -878,7 +878,7 @@ exports[`execute test-app-legacy "ReactCodegen.podspec" should match snapshot 1` # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -version = \\"0.81.8\\" +version = \\"0.81.7\\" source = { :git => 'https://github.com/facebook/react-native.git' } if version == '1000.0.0' # This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in. diff --git a/packages/virtualized-lists/package.json b/packages/virtualized-lists/package.json index e122d2e750a..7c38d6bc294 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.81.8", + "version": "0.81.7", "description": "Virtualized lists for React Native macOS.", "license": "MIT", "repository": { diff --git a/yarn.lock b/yarn.lock index 1990c60cf3a..79d8d6f08ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3283,7 +3283,7 @@ __metadata: languageName: unknown linkType: soft -"@react-native-macos/virtualized-lists@npm:0.81.8, @react-native-macos/virtualized-lists@workspace:packages/virtualized-lists": +"@react-native-macos/virtualized-lists@npm:0.81.7, @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: @@ -12309,7 +12309,7 @@ __metadata: resolution: "react-native-macos@workspace:packages/react-native" dependencies: "@jest/create-cache-key-function": "npm:^29.7.0" - "@react-native-macos/virtualized-lists": "npm:0.81.8" + "@react-native-macos/virtualized-lists": "npm:0.81.7" "@react-native/assets-registry": "npm:0.81.6" "@react-native/codegen": "npm:0.81.6" "@react-native/community-cli-plugin": "npm:0.81.6"