Skip to content

Commit

Permalink
Restore "publish react-server-dom-turbopack to canary channels (#27427
Browse files Browse the repository at this point in the history
)" (#27433)

Reverts #27428 which restores #27427

this will allow the publish script to publish
`react-server-dom-turbopack`

DiffTrain build for commit 5b56653.
  • Loading branch information
gnoff committed Sep 28, 2023
1 parent 98bf00d commit f090ab1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23985,7 +23985,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-canary-1ebedbec2-20230928";
var ReactVersion = "18.3.0-canary-5b5665342-20230928";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8620,7 +8620,7 @@ var devToolsConfig$jscomp$inline_1027 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-1ebedbec2-20230928",
version: "18.3.0-canary-5b5665342-20230928",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1226 = {
Expand Down Expand Up @@ -8651,7 +8651,7 @@ var internals$jscomp$inline_1226 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-1ebedbec2-20230928"
reconcilerVersion: "18.3.0-canary-5b5665342-20230928"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1227 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9046,7 +9046,7 @@ var devToolsConfig$jscomp$inline_1069 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-1ebedbec2-20230928",
version: "18.3.0-canary-5b5665342-20230928",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1267 = {
Expand Down Expand Up @@ -9077,7 +9077,7 @@ var internals$jscomp$inline_1267 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-1ebedbec2-20230928"
reconcilerVersion: "18.3.0-canary-5b5665342-20230928"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1268 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-canary-1ebedbec2-20230928";
var ReactVersion = "18.3.0-canary-5b5665342-20230928";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,4 +616,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-1ebedbec2-20230928";
exports.version = "18.3.0-canary-5b5665342-20230928";
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-1ebedbec2-20230928";
exports.version = "18.3.0-canary-5b5665342-20230928";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1ebedbec2bec08e07c286ea6c3cff62737a0fd3a
5b5665342b34b12940874bf38d61ef7b2a784bbd

0 comments on commit f090ab1

Please sign in to comment.