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 #9662

Merged
merged 2 commits into from Nov 30, 2022

Conversation

mcansh
Copy link
Collaborator

@mcansh mcansh commented Nov 30, 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.

Releases

react-router@6.4.4

Patch Changes

  • backwards compatibility for encodeLocation (#9647)
  • Fix issues with encoded characters in descendant routes (#9589)
  • Updated dependencies:
    • @remix-run/router@1.0.4

react-router-dom@6.4.4

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
    • react-router@6.4.4

react-router-dom-v5-compat@6.4.4

Patch Changes

  • Updated dependencies:
    • react-router-dom@6.4.4
    • react-router@6.4.4

react-router-native@6.4.4

Patch Changes

  • Updated dependencies:
    • react-router@6.4.4

@remix-run/router@1.0.4

Patch Changes

  • properly handle redirects to external domains (#9590)
  • Support basename in static data routers (#9591)
  • Respect replace behavior on external redirects (#9654)
    • 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/action 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 12e7c28 into release-6.4.4 Nov 30, 2022
@brophdawg11 brophdawg11 deleted the changeset-release/release-6.4.4 branch November 30, 2022 20:01
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