[0.72.10] Bump version numbers

This commit is contained in:
Distiller
2024-01-18 15:48:24 +00:00
parent 1f70f58aa4
commit 60b23edb1a
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
@@ -65,7 +65,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
minitest (5.20.0)
minitest (5.21.2)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
+1 -1
View File
@@ -12,6 +12,6 @@
exports.version = {
major: 0,
minor: 72,
patch: 9,
patch: 10,
prerelease: null,
};
@@ -23,7 +23,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
__rnVersion = @{
RCTVersionMajor: @(0),
RCTVersionMinor: @(72),
RCTVersionPatch: @(9),
RCTVersionPatch: @(10),
RCTVersionPrerelease: [NSNull null],
};
});
@@ -1,4 +1,4 @@
VERSION_NAME=0.72.9
VERSION_NAME=0.72.10
GROUP=com.facebook.react
# JVM Versions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 72,
"patch", 9,
"patch", 10,
"prerelease", null);
}
@@ -17,7 +17,7 @@ namespace facebook::react {
constexpr struct {
int32_t Major = 0;
int32_t Minor = 72;
int32_t Patch = 9;
int32_t Patch = 10;
std::string_view Prerelease = "";
} ReactNativeVersion;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.72.9",
"version": "0.72.10",
"bin": "./cli.js",
"description": "A framework for building native apps using React",
"license": "MIT",
+1 -1
View File
@@ -11,7 +11,7 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.9"
"react-native": "0.72.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",