Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .nx/version-plans/version-plan-1782515304485.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
__default__: patch
---

0.81 patch release retry after failed 0.81.8 publish
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export const version: $ReadOnly<{
}> = {
major: 0,
minor: 81,
patch: 8,
patch: 7,
prerelease: null,
};
2 changes: 1 addition & 1 deletion packages/react-native/React/Base/RCTVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__rnVersion = @{
RCTVersionMajor: @(0),
RCTVersionMinor: @(81),
RCTVersionPatch: @(8),
RCTVersionPatch: @(7),
RCTVersionPrerelease: [NSNull null],
};
});
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.81.8
VERSION_NAME=0.81.7
react.internal.publishingGroup=com.facebook.react

android.useAndroidX=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public object ReactNativeVersion {
public val VERSION: Map<String, Any?> = mapOf(
"major" to 0,
"minor" to 81,
"patch" to 8,
"patch" to 7,
"prerelease" to null
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-macos",
"version": "0.81.8",
"version": "0.81.7",
"description": "React Native for macOS",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/virtualized-lists/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
Loading