Skip to content

Commit 91a3a54

Browse files
author
Distiller
committed
[0.68.6] Bump version numbers
1 parent 2990a1b commit 91a3a54

File tree

10 files changed

+595
-595
lines changed

10 files changed

+595
-595
lines changed

Diff for: Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7)
6+
activesupport (6.1.7.2)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -54,7 +54,7 @@ GEM
5454
netrc (~> 0.11)
5555
cocoapods-try (1.2.0)
5656
colored2 (3.1.2)
57-
concurrent-ruby (1.1.10)
57+
concurrent-ruby (1.2.0)
5858
escape (0.0.4)
5959
ethon (0.16.0)
6060
ffi (>= 1.15.0)
@@ -65,8 +65,8 @@ GEM
6565
httpclient (2.8.3)
6666
i18n (1.12.0)
6767
concurrent-ruby (~> 1.0)
68-
json (2.6.2)
69-
minitest (5.16.3)
68+
json (2.6.3)
69+
minitest (5.17.0)
7070
molinillo (0.8.0)
7171
nanaimo (0.3.0)
7272
nap (1.1.0)
@@ -76,7 +76,7 @@ GEM
7676
ruby-macho (2.5.1)
7777
typhoeus (1.4.0)
7878
ethon (>= 0.9.0)
79-
tzinfo (2.0.5)
79+
tzinfo (2.0.6)
8080
concurrent-ruby (~> 1.0)
8181
xcodeproj (1.22.0)
8282
CFPropertyList (>= 2.3.3, < 4.0)
@@ -85,7 +85,7 @@ GEM
8585
colored2 (~> 3.1)
8686
nanaimo (~> 0.3.0)
8787
rexml (~> 3.2.4)
88-
zeitwerk (2.6.5)
88+
zeitwerk (2.6.6)
8989

9090
PLATFORMS
9191
ruby

Diff for: Libraries/Core/ReactNativeVersion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
exports.version = {
1313
major: 0,
1414
minor: 68,
15-
patch: 5,
15+
patch: 6,
1616
prerelease: null,
1717
};

Diff for: React/Base/RCTVersion.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__rnVersion = @{
2424
RCTVersionMajor: @(0),
2525
RCTVersionMinor: @(68),
26-
RCTVersionPatch: @(5),
26+
RCTVersionPatch: @(6),
2727
RCTVersionPrerelease: [NSNull null],
2828
};
2929
});

Diff for: ReactAndroid/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.68.5
1+
VERSION_NAME=0.68.6
22
GROUP=com.facebook.react
33

44
POM_NAME=ReactNative

Diff for: ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
1717
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
1818
"major", 0,
1919
"minor", 68,
20-
"patch", 5,
20+
"patch", 6,
2121
"prerelease", null);
2222
}

Diff for: ReactCommon/cxxreact/ReactNativeVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace facebook::react {
1717
constexpr struct {
1818
int32_t Major = 0;
1919
int32_t Minor = 68;
20-
int32_t Patch = 5;
20+
int32_t Patch = 6;
2121
std::string_view Prerelease = "";
2222
} ReactNativeVersion;
2323

Diff for: 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.5",
3+
"version": "0.68.6",
44
"bin": "./cli.js",
55
"description": "A framework for building native apps using React",
66
"license": "MIT",

0 commit comments

Comments
 (0)