[0.67.0] Bump version numbers

This commit is contained in:
Distiller
2022-01-18 22:12:57 +00:00
parent 900af2b3b6
commit 68d1e7d7ac
10 changed files with 541 additions and 540 deletions
+5 -5
View File
@@ -3,7 +3,7 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
activesupport (6.1.4.1)
activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -15,7 +15,7 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.3)
claide (1.1.0)
cocoapods (1.11.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
@@ -58,7 +58,7 @@ GEM
escape (0.0.4)
ethon (0.15.0)
ffi (>= 1.15.0)
ffi (1.15.4)
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
@@ -66,7 +66,7 @@ GEM
i18n (1.8.11)
concurrent-ruby (~> 1.0)
json (2.6.1)
minitest (5.14.4)
minitest (5.15.0)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
@@ -85,7 +85,7 @@ GEM
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
zeitwerk (2.5.1)
zeitwerk (2.5.3)
PLATFORMS
ruby
+1 -1
View File
@@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 67,
patch: 0,
prerelease: 'rc.6',
prerelease: null,
};
+1 -1
View File
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
RCTVersionMajor: @(0),
RCTVersionMinor: @(67),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.6",
RCTVersionPrerelease: [NSNull null],
};
});
return __rnVersion;
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.67.0-rc.6
VERSION_NAME=0.67.0
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 67,
"patch", 0,
"prerelease", "rc.6");
"prerelease", null);
}
+1 -1
View File
@@ -18,7 +18,7 @@ constexpr struct {
int32_t Major = 0;
int32_t Minor = 67;
int32_t Patch = 0;
std::string_view Prerelease = "rc.6";
std::string_view Prerelease = "";
} ReactNativeVersion;
} // namespace facebook::react
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.67.0-rc.6",
"version": "0.67.0",
"bin": "./cli.js",
"description": "A framework for building native apps using React",
"license": "MIT",
@@ -156,7 +156,8 @@
"shelljs": "^0.7.8",
"signedsource": "^1.0.0",
"ws": "^6.1.4",
"yargs": "^15.3.1"
"yargs": "^15.3.1",
"inquirer": "^7.1.0"
},
"detox": {
"test-runner": "jest",
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -3,7 +3,7 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
activesupport (6.1.4.1)
activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@@ -15,7 +15,7 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.3)
claide (1.1.0)
cocoapods (1.11.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
@@ -58,7 +58,7 @@ GEM
escape (0.0.4)
ethon (0.15.0)
ffi (>= 1.15.0)
ffi (1.15.4)
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
@@ -66,7 +66,7 @@ GEM
i18n (1.8.11)
concurrent-ruby (~> 1.0)
json (2.6.1)
minitest (5.14.4)
minitest (5.15.0)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
@@ -85,7 +85,7 @@ GEM
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
zeitwerk (2.5.1)
zeitwerk (2.5.3)
PLATFORMS
ruby
+1 -1
View File
@@ -11,7 +11,7 @@
},
"dependencies": {
"react": "17.0.2",
"react-native": "0.67.0-rc.6"
"react-native": "0.67.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",