Skip to content

Commit b0a27d2

Browse files
author
Distiller
committed
[0.71.14] Bump version numbers
1 parent 4b386c9 commit b0a27d2

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ DEPENDENCIES
9393
cocoapods (>= 1.11.3)
9494

9595
RUBY VERSION
96-
ruby 3.2.0p0
96+
ruby 2.7.6p219
9797

9898
BUNDLED WITH
99-
2.4.12
99+
2.3.22

Libraries/Core/ReactNativeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
exports.version = {
1313
major: 0,
1414
minor: 71,
15-
patch: 13,
15+
patch: 14,
1616
prerelease: null,
1717
};

React/Base/RCTVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__rnVersion = @{
2424
RCTVersionMajor: @(0),
2525
RCTVersionMinor: @(71),
26-
RCTVersionPatch: @(13),
26+
RCTVersionPatch: @(14),
2727
RCTVersionPrerelease: [NSNull null],
2828
};
2929
});

ReactAndroid/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.71.13
1+
VERSION_NAME=0.71.14
22
GROUP=com.facebook.react
33

44
# JVM Versions

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

Lines changed: 1 addition & 1 deletion
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", 71,
20-
"patch", 13,
20+
"patch", 14,
2121
"prerelease", null);
2222
}

ReactCommon/cxxreact/ReactNativeVersion.h

Lines changed: 1 addition & 1 deletion
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 = 71;
20-
int32_t Patch = 13;
20+
int32_t Patch = 14;
2121
std::string_view Prerelease = "";
2222
} ReactNativeVersion;
2323

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.71.13",
3+
"version": "0.71.14",
44
"bin": "./cli.js",
55
"description": "A framework for building native apps using React",
66
"license": "MIT",
@@ -183,7 +183,7 @@
183183
"inquirer": "^7.1.0",
184184
"jest": "^29.2.1",
185185
"jest-junit": "^10.0.0",
186-
"jscodeshift": "^0.13.1",
186+
"jscodeshift": "^0.14.0",
187187
"metro-babel-register": "0.73.10",
188188
"metro-memory-fs": "0.73.10",
189189
"mkdirp": "^0.5.1",
@@ -213,4 +213,4 @@
213213
}
214214
]
215215
}
216-
}
216+
}

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "18.2.0",
14-
"react-native": "0.71.13"
14+
"react-native": "0.71.14"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.20.0",

0 commit comments

Comments
 (0)