From 2bfc6a702690212a85b9d844672b27e194289060 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 12 Mar 2026 16:17:09 -0700 Subject: [PATCH 1/3] chore(0.81): new patch release --- .nx/version-plans/version-plan-1773357296552.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .nx/version-plans/version-plan-1773357296552.md diff --git a/.nx/version-plans/version-plan-1773357296552.md b/.nx/version-plans/version-plan-1773357296552.md new file mode 100644 index 00000000000..9c9ed71d07f --- /dev/null +++ b/.nx/version-plans/version-plan-1773357296552.md @@ -0,0 +1,5 @@ +--- +__default__: patch +--- + +New patch release From 58c2eca55ebb40402c0c9a42be0ef2617019047b Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 12 Mar 2026 16:32:45 -0700 Subject: [PATCH 2/3] fix constraints --- package.json | 2 +- packages/nx-release-version/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce195f46928..afac1c4fe27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-macos/monorepo", - "version": "0.81.2", + "version": "0.81.3", "license": "MIT", "packageManager": "yarn@4.12.0", "scripts": { diff --git a/packages/nx-release-version/package.json b/packages/nx-release-version/package.json index ef5a88ea0d0..53489da2872 100644 --- a/packages/nx-release-version/package.json +++ b/packages/nx-release-version/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-macos/nx-release-version", - "version": "0.81.2", + "version": "0.81.3", "description": "Nx Release Version Actions for React Native macOS", "homepage": "https://github.com/microsoft/react-native-macos/tree/HEAD/packages/nx-release-version#readme", "license": "MIT", From 001b480fa2a64a703ec362cdecc4c5831768eea7 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 12 Mar 2026 17:07:09 -0700 Subject: [PATCH 3/3] update snapshots --- .../generate-artifacts-executor-test.js.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 3e38ee81ee9..b09cc607959 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.2\\" +version = \\"0.81.3\\" 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.2\\" +version = \\"0.81.3\\" 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.2\\" +version = \\"0.81.3\\" 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.2\\" +version = \\"0.81.3\\" 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.