Skip to content

Commit fc5d9db

Browse files
committed
Switch facebook-www build version to file content hash (#28633)
Unifies the React version string pattern with RN just to simplify the build script a tiny bit and not have 2 mechanisms for the Meta-internal build. DiffTrain build for [95319ab](95319ab)
1 parent 07e6503 commit fc5d9db

20 files changed

+27
-27
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5a75f9e78544fa6d052aff7fe99607e48f35b979
1+
95319ab5afd384f5858f7c080573b9736e6b2f9c

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-www-classic-1c9d7bd1";
27+
var ReactVersion = "18.3.0-www-classic-8cee8cd8";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-www-modern-bbec48f4";
27+
var ReactVersion = "18.3.0-www-modern-df18dd8f";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,4 +643,4 @@ exports.useSyncExternalStore = function (
643643
exports.useTransition = function () {
644644
return ReactCurrentDispatcher.current.useTransition();
645645
};
646-
exports.version = "18.3.0-www-classic-3f1a7fba";
646+
exports.version = "18.3.0-www-classic-0081d526";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactCurrentDispatcher.current.useTransition();
637637
};
638-
exports.version = "18.3.0-www-modern-e00f2544";
638+
exports.version = "18.3.0-www-modern-93e1c03a";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ exports.useSyncExternalStore = function (
647647
exports.useTransition = function () {
648648
return ReactCurrentDispatcher.current.useTransition();
649649
};
650-
exports.version = "18.3.0-www-classic-b4c99f99";
650+
exports.version = "18.3.0-www-classic-5204e7bc";
651651
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
652652
"function" ===
653653
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactCurrentDispatcher.current.useTransition();
641641
};
642-
exports.version = "18.3.0-www-modern-ef66ad17";
642+
exports.version = "18.3.0-www-modern-4abb6823";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (__DEV__) {
6666
return self;
6767
}
6868

69-
var ReactVersion = "18.3.0-www-modern-b2ca28f2";
69+
var ReactVersion = "18.3.0-www-modern-c6cfe90f";
7070

7171
var LegacyRoot = 0;
7272
var ConcurrentRoot = 1;

compiled/facebook-www/ReactART-prod.classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10641,7 +10641,7 @@ var slice = Array.prototype.slice,
1064110641
return null;
1064210642
},
1064310643
bundleType: 0,
10644-
version: "18.3.0-www-classic-0830bd6c",
10644+
version: "18.3.0-www-classic-eb1a0983",
1064510645
rendererPackageName: "react-art"
1064610646
};
1064710647
var internals$jscomp$inline_1320 = {
@@ -10672,7 +10672,7 @@ var internals$jscomp$inline_1320 = {
1067210672
scheduleRoot: null,
1067310673
setRefreshHandler: null,
1067410674
getCurrentFiber: null,
10675-
reconcilerVersion: "18.3.0-www-classic-0830bd6c"
10675+
reconcilerVersion: "18.3.0-www-classic-eb1a0983"
1067610676
};
1067710677
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1067810678
var hook$jscomp$inline_1321 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactDOM-profiling.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17511,7 +17511,7 @@ Internals.Events = [
1751117511
var devToolsConfig$jscomp$inline_1860 = {
1751217512
findFiberByHostInstance: getClosestInstanceFromNode,
1751317513
bundleType: 0,
17514-
version: "18.3.0-www-modern-b2ca28f2",
17514+
version: "18.3.0-www-modern-9404d44b",
1751517515
rendererPackageName: "react-dom"
1751617516
};
1751717517
(function (internals) {
@@ -17556,7 +17556,7 @@ var devToolsConfig$jscomp$inline_1860 = {
1755617556
scheduleRoot: null,
1755717557
setRefreshHandler: null,
1755817558
getCurrentFiber: null,
17559-
reconcilerVersion: "18.3.0-www-modern-b2ca28f2"
17559+
reconcilerVersion: "18.3.0-www-modern-9404d44b"
1756017560
});
1756117561
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
1756217562
exports.createPortal = function (children, container) {
@@ -17802,7 +17802,7 @@ exports.useFormState = function (action, initialState, permalink) {
1780217802
exports.useFormStatus = function () {
1780317803
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1780417804
};
17805-
exports.version = "18.3.0-www-modern-b2ca28f2";
17805+
exports.version = "18.3.0-www-modern-9404d44b";
1780617806
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1780717807
"function" ===
1780817808
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)