Skip to content

Commit 90289d5

Browse files
committedAug 28, 2023
Update changesets files for Remix v2 release
1 parent c06984d commit 90289d5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎.changeset/aborted-query-error-message.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@remix-run/router": patch
33
---
44

5-
Add method/url to error message on aborted query/queryRoute calls
5+
Add method/url to error message on aborted `query`/`queryRoute` calls

‎.changeset/remix-v2-prep.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2+
"react-router-dom-v5-compat": minor
3+
"react-router-native": minor
4+
"react-router-dom": minor
5+
"react-router": minor
26
"@remix-run/router": minor
37
---
48

5-
Removed internal API only required for the Remix v1 back-compat layer and no longer needed in Remix v2. (`_isFetchActionRedirect`, `_hasFetcherDoneAnything`).
9+
Removed internal API only required for the Remix v1 back-compat layer and no longer needed in Remix v2 (`_isFetchActionRedirect`, `_hasFetcherDoneAnything`)

‎.changeset/route-lazy-race.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@remix-run/router": patch
33
---
44

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

0 commit comments

Comments
 (0)
Please sign in to comment.