diff --git a/.changeset/orange-dragons-repair.md b/.changeset/orange-dragons-repair.md new file mode 100644 index 0000000000..0780a57388 --- /dev/null +++ b/.changeset/orange-dragons-repair.md @@ -0,0 +1,7 @@ +--- +"react-router-dom": patch +"react-router": patch +"@remix-run/router": patch +--- + +Temporary test changeset diff --git a/packages/react-router-dom/index.tsx b/packages/react-router-dom/index.tsx index 77e6727e9e..5ad9ac5fb7 100644 --- a/packages/react-router-dom/index.tsx +++ b/packages/react-router-dom/index.tsx @@ -83,6 +83,8 @@ import { shouldProcessLinkClick, } from "./dom"; +// TODO: Temporary change to test the release process off the v6 branch + //////////////////////////////////////////////////////////////////////////////// //#region Re-exports //////////////////////////////////////////////////////////////////////////////// diff --git a/packages/react-router/index.ts b/packages/react-router/index.ts index 5f417b83dd..846d5ea5fd 100644 --- a/packages/react-router/index.ts +++ b/packages/react-router/index.ts @@ -231,6 +231,8 @@ export { useRoutes, }; +// TODO: Temporary change to test the release process off the v6 branch + function mapRouteProperties(route: RouteObject) { let updates: Partial & { hasErrorBoundary: boolean } = { // Note: this check also occurs in createRoutesFromChildren so update diff --git a/packages/router/router.ts b/packages/router/router.ts index 8a26b859b8..1a0971fbe6 100644 --- a/packages/router/router.ts +++ b/packages/router/router.ts @@ -53,6 +53,8 @@ import { stripBasename, } from "./utils"; +// TODO: Temporary change to test the release process off the v6 branch + //////////////////////////////////////////////////////////////////////////////// //#region Types and Constants ////////////////////////////////////////////////////////////////////////////////