Skip to content

Commit b1306dd

Browse files
committed
chore(release): publish
- project: react-native-macos 0.76.8 - project: @react-native-mac/virtualized-lists 0.76.7
1 parent 2c5e648 commit b1306dd

File tree

9 files changed

+10
-16
lines changed

9 files changed

+10
-16
lines changed

.nx/version-plans/version-plan-1744150643671.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/react-native-test-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/oss-library-example",
3-
"version": "0.76.12",
3+
"version": "0.76.14",
44
"private": true,
55
"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.",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "^7.25.2",
2929
"@react-native/babel-preset": "0.76.7",
30-
"react-native-macos": "0.76.7"
30+
"react-native-macos": "0.76.8"
3131
},
3232
"peerDependencies": {
3333
"react": "*",

packages/react-native/Libraries/Core/ReactNativeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const version: $ReadOnly<{
1616
}> = {
1717
major: 0,
1818
minor: 76,
19-
patch: 7,
19+
patch: 8,
2020
prerelease: null,
2121
};
2222

packages/react-native/React/Base/RCTVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__rnVersion = @{
2424
RCTVersionMajor: @(0),
2525
RCTVersionMinor: @(76),
26-
RCTVersionPatch: @(7),
26+
RCTVersionPatch: @(8),
2727
RCTVersionPrerelease: [NSNull null],
2828
};
2929
});

packages/react-native/ReactAndroid/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.76.7
1+
VERSION_NAME=0.76.8
22
react.internal.publishingGroup=com.facebook.react
33

44
android.useAndroidX=true

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
1717
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
1818
"major", 0,
1919
"minor", 76,
20-
"patch", 7,
20+
"patch", 8,
2121
"prerelease", null);
2222
}

packages/react-native/ReactCommon/cxxreact/ReactNativeVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace facebook::react {
1717
constexpr struct {
1818
int32_t Major = 0;
1919
int32_t Minor = 76;
20-
int32_t Patch = 7;
20+
int32_t Patch = 8;
2121
std::string_view Prerelease = "";
2222
} ReactNativeVersion;
2323

packages/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-macos",
3-
"version": "0.76.7",
3+
"version": "0.76.8",
44
"description": "React Native for macOS",
55
"license": "MIT",
66
"repository": {
@@ -111,7 +111,7 @@
111111
},
112112
"dependencies": {
113113
"@jest/create-cache-key-function": "^29.6.3",
114-
"@react-native-mac/virtualized-lists": "0.76.6",
114+
"@react-native-mac/virtualized-lists": "0.76.7",
115115
"@react-native/assets-registry": "0.76.7",
116116
"@react-native/codegen": "0.76.7",
117117
"@react-native/community-cli-plugin": "0.76.7",

packages/virtualized-lists/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-mac/virtualized-lists",
3-
"version": "0.76.6",
3+
"version": "0.76.7",
44
"description": "Virtualized lists for React Native macOS.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)