Skip to content

Commit

Permalink
Enter prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 27, 2024
1 parent b267a1c commit 6a2a3f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changeset/data-strategy.md
@@ -1,5 +1,9 @@
---
"@remix-run/router": minor
"react-router": minor
"react-router-dom": minor
"react-router-dom-v5-compat": minor
"react-router-native": minor
---

Add a new `unstable_dataStrategy` configuration option
Expand Down
12 changes: 12 additions & 0 deletions .changeset/pre.json
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "pre",
"initialVersions": {
"react-router": "6.22.3",
"react-router-dom": "6.22.3",
"react-router-dom-v5-compat": "6.22.3",
"react-router-native": "6.22.3",
"@remix-run/router": "1.15.3"
},
"changesets": []
}

0 comments on commit 6a2a3f9

Please sign in to comment.