Skip to content

Commit

Permalink
Temporary change to test release process off v6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jul 16, 2024
1 parent 90541d9 commit b8a4cdb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/orange-dragons-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"react-router-dom": patch
"react-router": patch
"@remix-run/router": patch
---

Temporary test changeset
2 changes: 2 additions & 0 deletions packages/react-router-dom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ import {
shouldProcessLinkClick,
} from "./dom";

// TODO: Temporary change to test the release process off the v6 branch

////////////////////////////////////////////////////////////////////////////////
//#region Re-exports
////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 2 additions & 0 deletions packages/react-router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<RouteObject> & { hasErrorBoundary: boolean } = {
// Note: this check also occurs in createRoutesFromChildren so update
Expand Down
2 changes: 2 additions & 0 deletions packages/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ import {
stripBasename,
} from "./utils";

// TODO: Temporary change to test the release process off the v6 branch

////////////////////////////////////////////////////////////////////////////////
//#region Types and Constants
////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit b8a4cdb

Please sign in to comment.