[0.69.0] Bump version numbers

This commit is contained in:
Distiller
2022-06-22 17:36:51 +00:00
parent e68aa6a019
commit 74a08a3d2c
9 changed files with 542 additions and 542 deletions
+3 -3
View File
@@ -66,7 +66,7 @@ GEM
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
minitest (5.15.0)
minitest (5.16.1)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
@@ -78,14 +78,14 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
xcodeproj (1.21.0)
xcodeproj (1.22.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
zeitwerk (2.5.4)
zeitwerk (2.6.0)
PLATFORMS
ruby
+1 -1
View File
@@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 69,
patch: 0,
prerelease: 'rc.6',
prerelease: null,
};
+1 -1
View File
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
RCTVersionMajor: @(0),
RCTVersionMinor: @(69),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.6",
RCTVersionPrerelease: [NSNull null],
};
});
return __rnVersion;
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.69.0-rc.6
VERSION_NAME=0.69.0
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 69,
"patch", 0,
"prerelease", "rc.6");
"prerelease", null);
}
+1 -1
View File
@@ -18,7 +18,7 @@ constexpr struct {
int32_t Major = 0;
int32_t Minor = 69;
int32_t Patch = 0;
std::string_view Prerelease = "rc.6";
std::string_view Prerelease = "";
} ReactNativeVersion;
} // namespace facebook::react
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.69.0-rc.6",
"version": "0.69.0",
"bin": "./cli.js",
"description": "A framework for building native apps using React",
"license": "MIT",
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -11,7 +11,7 @@
},
"dependencies": {
"react": "18.0.0",
"react-native": "0.69.0-rc.6"
"react-native": "0.69.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",