chore: Update version for release #6692
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Releases
@remix-run/[email protected]
Minor Changes
remix build
andremix dev
(#6596)Patch Changes
remix dev -c
: kill all descendant processes of specified command when restarting (#6663)Architect (AWS Lambda)
->Architect
in thecreate-remix
CLI to avoid confusion for other methods of deploying to AWS (i.e., SST) (#6484)esbuild-plugins-node-modules-polyfill
to 1.0.16 to ensure that the plugin is cached (#6652)@remix-run/[email protected]
@remix-run/[email protected]
Minor Changes
@remix-run/eslint-config
to inherit rules from@typescript-eslint/recommended
(#6614)@remix-run/[email protected]
Minor Changes
application/json
andtext/plain
submission encodings inuseSubmit
/fetcher.submit
(#6570)<Link prefetch="viewport">
to prefetch links when they enter the viewport via an Intersection Observer (#6433)Patch Changes
@remix-run/[email protected]
Minor Changes
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
@remix-run/[email protected]
Minor Changes
Patch Changes
@remix/server-runtime
including@types/react
as adevDependency
when it doesn't actually do anything React-specific and was just re-exportingComponentType
in values such asCatchBoundaryComponent
/ErrorBoundaryComponent
/V2_ErrorBoundaryComponent
. These types are more correctly exported from@remix-run/react
which is React-aware so that is the correct place to be importing those types from. In order to avoid breaking existing builds, the types in@remix/server-runtime
have been loosened toany
and@deprecated
warnings have been added informing users to switch to the corresponding types in@remix-run/react
. (#5713)@types/cookie
todependencies
since we re-export types from there (#5713)@remix-run/[email protected]
Minor Changes
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/[email protected]
@remix-run/[email protected]
Patch Changes
@remix-run/vercel
, since Vercel now provides built-in support for Remix apps (#5964) (e222ded5c
)@remix-run/[email protected]
[email protected]
remix
See the
CHANGELOG.md
in individual Remix packages for all changes.@remix-run/[email protected]