Skip to content

Commit b3f19d7

Browse files
author
Distiller
committedMar 17, 2022
[0.68.0-rc.3] Bump version numbers
1 parent cb28a26 commit b3f19d7

File tree

10 files changed

+589
-589
lines changed

10 files changed

+589
-589
lines changed
 

‎Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.4.6)
6+
activesupport (6.1.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -16,10 +16,10 @@ GEM
1616
json (>= 1.5.1)
1717
atomos (0.1.3)
1818
claide (1.1.0)
19-
cocoapods (1.11.2)
19+
cocoapods (1.11.3)
2020
addressable (~> 2.8)
2121
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.2)
22+
cocoapods-core (= 1.11.3)
2323
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2424
cocoapods-downloader (>= 1.4.0, < 2.0)
2525
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -34,7 +34,7 @@ GEM
3434
nap (~> 1.0)
3535
ruby-macho (>= 1.0, < 3.0)
3636
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.2)
37+
cocoapods-core (1.11.3)
3838
activesupport (>= 5.0, < 7)
3939
addressable (~> 2.8)
4040
algoliasearch (~> 1.0)

‎Libraries/Core/ReactNativeVersion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ exports.version = {
1313
major: 0,
1414
minor: 68,
1515
patch: 0,
16-
prerelease: 'rc.2',
16+
prerelease: 'rc.3',
1717
};

‎React/Base/RCTVersion.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
RCTVersionMajor: @(0),
2525
RCTVersionMinor: @(68),
2626
RCTVersionPatch: @(0),
27-
RCTVersionPrerelease: @"rc.2",
27+
RCTVersionPrerelease: @"rc.3",
2828
};
2929
});
3030
return __rnVersion;

‎ReactAndroid/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.68.0-rc.2
1+
VERSION_NAME=0.68.0-rc.3
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

‎ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
1818
"major", 0,
1919
"minor", 68,
2020
"patch", 0,
21-
"prerelease", "rc.2");
21+
"prerelease", "rc.3");
2222
}

‎ReactCommon/cxxreact/ReactNativeVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ constexpr struct {
1818
int32_t Major = 0;
1919
int32_t Minor = 68;
2020
int32_t Patch = 0;
21-
std::string_view Prerelease = "rc.2";
21+
std::string_view Prerelease = "rc.3";
2222
} ReactNativeVersion;
2323

2424
} // namespace facebook::react

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.68.0-rc.2",
3+
"version": "0.68.0-rc.3",
44
"bin": "./cli.js",
55
"description": "A framework for building native apps using React",
66
"license": "MIT",

‎packages/rn-tester/Podfile.lock

+574-574
Large diffs are not rendered by default.

‎template/Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.4.6)
6+
activesupport (6.1.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -16,10 +16,10 @@ GEM
1616
json (>= 1.5.1)
1717
atomos (0.1.3)
1818
claide (1.1.0)
19-
cocoapods (1.11.2)
19+
cocoapods (1.11.3)
2020
addressable (~> 2.8)
2121
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.2)
22+
cocoapods-core (= 1.11.3)
2323
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2424
cocoapods-downloader (>= 1.4.0, < 2.0)
2525
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -34,7 +34,7 @@ GEM
3434
nap (~> 1.0)
3535
ruby-macho (>= 1.0, < 3.0)
3636
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.2)
37+
cocoapods-core (1.11.3)
3838
activesupport (>= 5.0, < 7)
3939
addressable (~> 2.8)
4040
algoliasearch (~> 1.0)

‎template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "17.0.2",
14-
"react-native": "0.68.0-rc.2"
14+
"react-native": "0.68.0-rc.3"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)
Please sign in to comment.