Skip to content

Commit

Permalink
Update changesets files for Remix v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 28, 2023
1 parent c06984d commit 90289d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/aborted-query-error-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/router": patch
---

Add method/url to error message on aborted query/queryRoute calls
Add method/url to error message on aborted `query`/`queryRoute` calls
6 changes: 5 additions & 1 deletion .changeset/remix-v2-prep.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
"react-router-dom-v5-compat": minor
"react-router-native": minor
"react-router-dom": minor
"react-router": minor
"@remix-run/router": minor
---

Removed internal API only required for the Remix v1 back-compat layer and no longer needed in Remix v2. (`_isFetchActionRedirect`, `_hasFetcherDoneAnything`).
Removed internal API only required for the Remix v1 back-compat layer and no longer needed in Remix v2 (`_isFetchActionRedirect`, `_hasFetcherDoneAnything`)
2 changes: 1 addition & 1 deletion .changeset/route-lazy-race.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@remix-run/router": patch
---

Fix a race-condition with loader/action-thrown errors on route.lazy routes
Fix a race-condition with loader/action-thrown errors on `route.lazy` routes

0 comments on commit 90289d5

Please sign in to comment.