Skip to content

Commit

Permalink
[0.69.0] Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Distiller authored and Distiller committed Jun 22, 2022
1 parent e68aa6a commit 74a08a3
Show file tree
Hide file tree
Showing 9 changed files with 589 additions and 589 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Libraries/Core/ReactNativeVersion.js
Expand Up @@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 69,
patch: 0,
prerelease: 'rc.6',
prerelease: null,
};
2 changes: 1 addition & 1 deletion React/Base/RCTVersion.m
Expand Up @@ -24,7 +24,7 @@
RCTVersionMajor: @(0),
RCTVersionMinor: @(69),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.6",
RCTVersionPrerelease: [NSNull null],
};
});
return __rnVersion;
Expand Down
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=0.69.0-rc.6
VERSION_NAME=0.69.0
GROUP=com.facebook.react

POM_NAME=ReactNative
Expand Down
Expand Up @@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 69,
"patch", 0,
"prerelease", "rc.6");
"prerelease", null);
}
2 changes: 1 addition & 1 deletion ReactCommon/cxxreact/ReactNativeVersion.h
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down

0 comments on commit 74a08a3

Please sign in to comment.