Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update version for release (pre) #9632

Merged
merged 2 commits into from Nov 23, 2022

Conversation

mcansh
Copy link
Collaborator

@mcansh mcansh commented Nov 23, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-6.4.4, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-6.4.4 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-6.4.4.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

react-router@6.4.4-pre.0

Patch Changes

  • Fix issues with encoded characters in descendant routes (#9589)
  • Updated dependencies:
    • @remix-run/router@1.0.4-pre.0

react-router-dom@6.4.4-pre.0

Patch Changes

  • Properly serialize/deserialize ErrorResponse instances when using built-in hydration (#9593)
  • Support basename in static data routers (#9591)
  • Fix issues with encoded characters in descendant routes (#9589)
  • Updated dependencies:
    • @remix-run/router@1.0.4-pre.0
    • react-router@6.4.4-pre.0

react-router-dom-v5-compat@6.4.4-pre.0

Patch Changes

  • Updated dependencies:
    • react-router-dom@6.4.4-pre.0
    • react-router@6.4.4-pre.0

react-router-native@6.4.4-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@6.4.4-pre.0

@remix-run/router@1.0.4-pre.0

Patch Changes

  • properly handle redirects to external domains (#9590)
  • Support basename in static data routers (#9591)
    • Throw an error if an action/loader function returns undefined as revalidations need to know whether the loader has previously been executed. undefined also causes issues during SSR stringification for hydration. You should always ensure you loader/acton return a value, and you may return null if you don't wish to return anything. (#9511)
    • Enhanced ErrorResponse bodies to contain more descriptive text in internal 403/404/405 scenarios
  • Preserve the HTTP method on 307/308 redirects (#9597)

@brophdawg11 brophdawg11 merged commit d4c7399 into release-6.4.4 Nov 23, 2022
@brophdawg11 brophdawg11 deleted the changeset-release/release-6.4.4 branch November 23, 2022 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants