Skip to content

Commit ddb820e

Browse files
committed
[ci] Fix Will commit these changes www step (#32681)
Unlike the fbsource version of the step, www doesn't add any changes so the `force` input doesn't actually work DiffTrain build for [ff8f6f2](ff8f6f2)
1 parent 11071c3 commit ddb820e

34 files changed

Lines changed: 86 additions & 86 deletions

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
db7dfe05508392ba3bdf7bc24717fe71f9b84a29
1+
ff8f6f21f756c81fba284557357eb6e6ce765149
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
db7dfe05508392ba3bdf7bc24717fe71f9b84a29
1+
ff8f6f21f756c81fba284557357eb6e6ce765149

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ __DEV__ &&
15341534
exports.useTransition = function () {
15351535
return resolveDispatcher().useTransition();
15361536
};
1537-
exports.version = "19.1.0-www-classic-9320a013-20250317";
1537+
exports.version = "19.1.0-www-classic-ff8f6f21-20250319";
15381538
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15391539
"function" ===
15401540
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ __DEV__ &&
15341534
exports.useTransition = function () {
15351535
return resolveDispatcher().useTransition();
15361536
};
1537-
exports.version = "19.1.0-www-modern-9320a013-20250317";
1537+
exports.version = "19.1.0-www-modern-ff8f6f21-20250319";
15381538
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15391539
"function" ===
15401540
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,4 +641,4 @@ exports.useSyncExternalStore = function (
641641
exports.useTransition = function () {
642642
return ReactSharedInternals.H.useTransition();
643643
};
644-
exports.version = "19.1.0-www-classic-9320a013-20250317";
644+
exports.version = "19.1.0-www-classic-ff8f6f21-20250319";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,4 +641,4 @@ exports.useSyncExternalStore = function (
641641
exports.useTransition = function () {
642642
return ReactSharedInternals.H.useTransition();
643643
};
644-
exports.version = "19.1.0-www-modern-9320a013-20250317";
644+
exports.version = "19.1.0-www-modern-ff8f6f21-20250319";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
645645
exports.useTransition = function () {
646646
return ReactSharedInternals.H.useTransition();
647647
};
648-
exports.version = "19.1.0-www-classic-9320a013-20250317";
648+
exports.version = "19.1.0-www-classic-ff8f6f21-20250319";
649649
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
650650
"function" ===
651651
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
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
645645
exports.useTransition = function () {
646646
return ReactSharedInternals.H.useTransition();
647647
};
648-
exports.version = "19.1.0-www-modern-9320a013-20250317";
648+
exports.version = "19.1.0-www-modern-ff8f6f21-20250319";
649649
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
650650
"function" ===
651651
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18529,10 +18529,10 @@ __DEV__ &&
1852918529
(function () {
1853018530
var internals = {
1853118531
bundleType: 1,
18532-
version: "19.1.0-www-classic-9320a013-20250317",
18532+
version: "19.1.0-www-classic-ff8f6f21-20250319",
1853318533
rendererPackageName: "react-art",
1853418534
currentDispatcherRef: ReactSharedInternals,
18535-
reconcilerVersion: "19.1.0-www-classic-9320a013-20250317"
18535+
reconcilerVersion: "19.1.0-www-classic-ff8f6f21-20250319"
1853618536
};
1853718537
internals.overrideHookState = overrideHookState;
1853818538
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18566,7 +18566,7 @@ __DEV__ &&
1856618566
exports.Shape = Shape;
1856718567
exports.Surface = Surface;
1856818568
exports.Text = Text;
18569-
exports.version = "19.1.0-www-classic-9320a013-20250317";
18569+
exports.version = "19.1.0-www-classic-ff8f6f21-20250319";
1857018570
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1857118571
"function" ===
1857218572
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18301,10 +18301,10 @@ __DEV__ &&
1830118301
(function () {
1830218302
var internals = {
1830318303
bundleType: 1,
18304-
version: "19.1.0-www-modern-9320a013-20250317",
18304+
version: "19.1.0-www-modern-ff8f6f21-20250319",
1830518305
rendererPackageName: "react-art",
1830618306
currentDispatcherRef: ReactSharedInternals,
18307-
reconcilerVersion: "19.1.0-www-modern-9320a013-20250317"
18307+
reconcilerVersion: "19.1.0-www-modern-ff8f6f21-20250319"
1830818308
};
1830918309
internals.overrideHookState = overrideHookState;
1831018310
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18338,7 +18338,7 @@ __DEV__ &&
1833818338
exports.Shape = Shape;
1833918339
exports.Surface = Surface;
1834018340
exports.Text = Text;
18341-
exports.version = "19.1.0-www-modern-9320a013-20250317";
18341+
exports.version = "19.1.0-www-modern-ff8f6f21-20250319";
1834218342
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1834318343
"function" ===
1834418344
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)