File tree 10 files changed +589
-589
lines changed
src/main/java/com/facebook/react/modules/systeminfo
10 files changed +589
-589
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
CFPropertyList (3.0.5 )
5
5
rexml
6
- activesupport (6.1.4.6 )
6
+ activesupport (6.1.5 )
7
7
concurrent-ruby (~> 1.0 , >= 1.0.2 )
8
8
i18n (>= 1.6 , < 2 )
9
9
minitest (>= 5.1 )
16
16
json (>= 1.5.1 )
17
17
atomos (0.1.3 )
18
18
claide (1.1.0 )
19
- cocoapods (1.11.2 )
19
+ cocoapods (1.11.3 )
20
20
addressable (~> 2.8 )
21
21
claide (>= 1.0.2 , < 2.0 )
22
- cocoapods-core (= 1.11.2 )
22
+ cocoapods-core (= 1.11.3 )
23
23
cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
24
24
cocoapods-downloader (>= 1.4.0 , < 2.0 )
25
25
cocoapods-plugins (>= 1.0.0 , < 2.0 )
34
34
nap (~> 1.0 )
35
35
ruby-macho (>= 1.0 , < 3.0 )
36
36
xcodeproj (>= 1.21.0 , < 2.0 )
37
- cocoapods-core (1.11.2 )
37
+ cocoapods-core (1.11.3 )
38
38
activesupport (>= 5.0 , < 7 )
39
39
addressable (~> 2.8 )
40
40
algoliasearch (~> 1.0 )
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ exports.version = {
13
13
major : 0 ,
14
14
minor : 68 ,
15
15
patch : 0 ,
16
- prerelease : 'rc.2 ' ,
16
+ prerelease : 'rc.3 ' ,
17
17
} ;
Original file line number Diff line number Diff line change 24
24
RCTVersionMajor: @(0 ),
25
25
RCTVersionMinor: @(68 ),
26
26
RCTVersionPatch: @(0 ),
27
- RCTVersionPrerelease: @" rc.2 " ,
27
+ RCTVersionPrerelease: @" rc.3 " ,
28
28
};
29
29
});
30
30
return __rnVersion;
Original file line number Diff line number Diff line change 1
- VERSION_NAME =0.68.0-rc.2
1
+ VERSION_NAME =0.68.0-rc.3
2
2
GROUP =com.facebook.react
3
3
4
4
POM_NAME =ReactNative
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ public class ReactNativeVersion {
18
18
"major" , 0 ,
19
19
"minor" , 68 ,
20
20
"patch" , 0 ,
21
- "prerelease" , "rc.2 " );
21
+ "prerelease" , "rc.3 " );
22
22
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ constexpr struct {
18
18
int32_t Major = 0 ;
19
19
int32_t Minor = 68 ;
20
20
int32_t Patch = 0 ;
21
- std::string_view Prerelease = " rc.2 " ;
21
+ std::string_view Prerelease = " rc.3 " ;
22
22
} ReactNativeVersion;
23
23
24
24
} // namespace facebook::react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native" ,
3
- "version" : " 0.68.0-rc.2 " ,
3
+ "version" : " 0.68.0-rc.3 " ,
4
4
"bin" : " ./cli.js" ,
5
5
"description" : " A framework for building native apps using React" ,
6
6
"license" : " MIT" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3
3
specs:
4
4
CFPropertyList (3.0.5 )
5
5
rexml
6
- activesupport (6.1.4.6 )
6
+ activesupport (6.1.5 )
7
7
concurrent-ruby (~> 1.0 , >= 1.0.2 )
8
8
i18n (>= 1.6 , < 2 )
9
9
minitest (>= 5.1 )
16
16
json (>= 1.5.1 )
17
17
atomos (0.1.3 )
18
18
claide (1.1.0 )
19
- cocoapods (1.11.2 )
19
+ cocoapods (1.11.3 )
20
20
addressable (~> 2.8 )
21
21
claide (>= 1.0.2 , < 2.0 )
22
- cocoapods-core (= 1.11.2 )
22
+ cocoapods-core (= 1.11.3 )
23
23
cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
24
24
cocoapods-downloader (>= 1.4.0 , < 2.0 )
25
25
cocoapods-plugins (>= 1.0.0 , < 2.0 )
34
34
nap (~> 1.0 )
35
35
ruby-macho (>= 1.0 , < 3.0 )
36
36
xcodeproj (>= 1.21.0 , < 2.0 )
37
- cocoapods-core (1.11.2 )
37
+ cocoapods-core (1.11.3 )
38
38
activesupport (>= 5.0 , < 7 )
39
39
addressable (~> 2.8 )
40
40
algoliasearch (~> 1.0 )
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"react" : " 17.0.2" ,
14
- "react-native" : " 0.68.0-rc.2 "
14
+ "react-native" : " 0.68.0-rc.3 "
15
15
},
16
16
"devDependencies" : {
17
17
"@babel/core" : " ^7.12.9" ,
You can’t perform that action at this time.
0 commit comments