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) #9974

Merged
merged 4 commits into from Jan 24, 2023

Conversation

mcansh
Copy link
Collaborator

@mcansh mcansh commented Jan 24, 2023

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-next, this PR will be updated.

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

release-next 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-next.

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

Releases

react-router@6.7.1-pre.0

Patch Changes

  • allow using <Link> with external URLs (#9900)

    <Link to="//example.com/some/path">
    <Link to="https://www.currentorigin.com/path">
  • Updated dependencies:

    • @remix-run/router@1.3.1-pre.0

react-router-dom@6.7.1-pre.0

Patch Changes

  • Fix bug with search params removal (#9969)

  • Respect preventScrollReset on fetcher.Form (#9963)

  • allow using <Link> with external URLs (#9900)

    <Link to="//example.com/some/path">
    <Link to="https://www.currentorigin.com/path">
  • Use pagehide instead of beforeunload for <ScrollRestoration>. This has better cross-browser support, specifically on Mobile Safari. (#9945)

  • Updated dependencies:

    • @remix-run/router@1.3.1-pre.0
    • react-router@6.7.1-pre.0

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

Patch Changes

  • Fix SSR useLayoutEffect console.error when using CompatRouter (#9820) (4640b2a2)
  • Updated dependencies:
    • react-router-dom@6.7.1-pre.0
    • react-router@6.7.1-pre.0

react-router-native@6.7.1-pre.0

Patch Changes

  • Fix bug with search params removal (#9969)
  • Updated dependencies:
    • react-router@6.7.1-pre.0

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

Patch Changes

  • Respect preventScrollReset on fetcher.Form (#9963)
  • Fix revalidating fetcher shouldRevalidate params (#9948)
  • Do not short circuit on hash change only mutation submissions (#9944)
  • Remove instanceof check from isRouteErrorResponse to avoid bundling issues on the server (#9930)
  • Detect no lazy data and remove abort controller for defer (#9965)
  • Send the name as the value when url-encoding File form data entries (#9867)

@brophdawg11 brophdawg11 merged commit 72e3ca6 into release-next Jan 24, 2023
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch January 24, 2023 21:40
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