Skip to content

Commit df7ab8b

Browse files
committed
[ci] Remove compiler weekly release (#32977)
No longer needed. DiffTrain build for [fea92d8](fea92d8)
1 parent 25f69b7 commit df7ab8b

35 files changed

+377
-387
lines changed

compiled/eslint-plugin-react-hooks/index.js

Lines changed: 291 additions & 301 deletions
Large diffs are not rendered by default.

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b8bedc267f79db375f3147db4d766e09de599b68
1+
fea92d846284bb7f4427ccbe8c16aaf85f0e2943
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b8bedc267f79db375f3147db4d766e09de599b68
1+
fea92d846284bb7f4427ccbe8c16aaf85f0e2943

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-classic-b8bedc26-20250417";
1541+
exports.version = "19.2.0-www-classic-fea92d84-20250421";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
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
@@ -1538,7 +1538,7 @@ __DEV__ &&
15381538
exports.useTransition = function () {
15391539
return resolveDispatcher().useTransition();
15401540
};
1541-
exports.version = "19.2.0-www-modern-b8bedc26-20250417";
1541+
exports.version = "19.2.0-www-modern-fea92d84-20250421";
15421542
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15431543
"function" ===
15441544
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
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-classic-b8bedc26-20250417";
639+
exports.version = "19.2.0-www-classic-fea92d84-20250421";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.2.0-www-modern-b8bedc26-20250417";
639+
exports.version = "19.2.0-www-modern-fea92d84-20250421";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-classic-b8bedc26-20250417";
643+
exports.version = "19.2.0-www-classic-fea92d84-20250421";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
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
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.2.0-www-modern-b8bedc26-20250417";
643+
exports.version = "19.2.0-www-modern-fea92d84-20250421";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
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
@@ -18558,10 +18558,10 @@ __DEV__ &&
1855818558
(function () {
1855918559
var internals = {
1856018560
bundleType: 1,
18561-
version: "19.2.0-www-classic-b8bedc26-20250417",
18561+
version: "19.2.0-www-classic-fea92d84-20250421",
1856218562
rendererPackageName: "react-art",
1856318563
currentDispatcherRef: ReactSharedInternals,
18564-
reconcilerVersion: "19.2.0-www-classic-b8bedc26-20250417"
18564+
reconcilerVersion: "19.2.0-www-classic-fea92d84-20250421"
1856518565
};
1856618566
internals.overrideHookState = overrideHookState;
1856718567
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18595,7 +18595,7 @@ __DEV__ &&
1859518595
exports.Shape = Shape;
1859618596
exports.Surface = Surface;
1859718597
exports.Text = Text;
18598-
exports.version = "19.2.0-www-classic-b8bedc26-20250417";
18598+
exports.version = "19.2.0-www-classic-fea92d84-20250421";
1859918599
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1860018600
"function" ===
1860118601
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)