Skip to content

Commit fb1fb12

Browse files
committed
[ci] Fix missing permissions for prereleases (#32729)
Missed these earlier. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32729). * __->__ #32729 * #32728 DiffTrain build for [ee0855f](ee0855f)
1 parent f5f1e49 commit fb1fb12

34 files changed

+86
-86
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7e4c258e160d3a2ca690b44a5938271873919ee1
1+
ee0855f427832e899767f7659c5289364218ab9e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7e4c258e160d3a2ca690b44a5938271873919ee1
1+
ee0855f427832e899767f7659c5289364218ab9e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.1.0-www-classic-7e4c258e-20250324";
1540+
exports.version = "19.1.0-www-classic-ee0855f4-20250324";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
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
@@ -1537,7 +1537,7 @@ __DEV__ &&
15371537
exports.useTransition = function () {
15381538
return resolveDispatcher().useTransition();
15391539
};
1540-
exports.version = "19.1.0-www-modern-7e4c258e-20250324";
1540+
exports.version = "19.1.0-www-modern-ee0855f4-20250324";
15411541
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15421542
"function" ===
15431543
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-7e4c258e-20250324";
644+
exports.version = "19.1.0-www-classic-ee0855f4-20250324";

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-7e4c258e-20250324";
644+
exports.version = "19.1.0-www-modern-ee0855f4-20250324";

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-7e4c258e-20250324";
648+
exports.version = "19.1.0-www-classic-ee0855f4-20250324";
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-7e4c258e-20250324";
648+
exports.version = "19.1.0-www-modern-ee0855f4-20250324";
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
@@ -18474,10 +18474,10 @@ __DEV__ &&
1847418474
(function () {
1847518475
var internals = {
1847618476
bundleType: 1,
18477-
version: "19.1.0-www-classic-7e4c258e-20250324",
18477+
version: "19.1.0-www-classic-ee0855f4-20250324",
1847818478
rendererPackageName: "react-art",
1847918479
currentDispatcherRef: ReactSharedInternals,
18480-
reconcilerVersion: "19.1.0-www-classic-7e4c258e-20250324"
18480+
reconcilerVersion: "19.1.0-www-classic-ee0855f4-20250324"
1848118481
};
1848218482
internals.overrideHookState = overrideHookState;
1848318483
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18511,7 +18511,7 @@ __DEV__ &&
1851118511
exports.Shape = Shape;
1851218512
exports.Surface = Surface;
1851318513
exports.Text = Text;
18514-
exports.version = "19.1.0-www-classic-7e4c258e-20250324";
18514+
exports.version = "19.1.0-www-classic-ee0855f4-20250324";
1851518515
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1851618516
"function" ===
1851718517
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
@@ -18246,10 +18246,10 @@ __DEV__ &&
1824618246
(function () {
1824718247
var internals = {
1824818248
bundleType: 1,
18249-
version: "19.1.0-www-modern-7e4c258e-20250324",
18249+
version: "19.1.0-www-modern-ee0855f4-20250324",
1825018250
rendererPackageName: "react-art",
1825118251
currentDispatcherRef: ReactSharedInternals,
18252-
reconcilerVersion: "19.1.0-www-modern-7e4c258e-20250324"
18252+
reconcilerVersion: "19.1.0-www-modern-ee0855f4-20250324"
1825318253
};
1825418254
internals.overrideHookState = overrideHookState;
1825518255
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18283,7 +18283,7 @@ __DEV__ &&
1828318283
exports.Shape = Shape;
1828418284
exports.Surface = Surface;
1828518285
exports.Text = Text;
18286-
exports.version = "19.1.0-www-modern-7e4c258e-20250324";
18286+
exports.version = "19.1.0-www-modern-ee0855f4-20250324";
1828718287
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1828818288
"function" ===
1828918289
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)