diff --git a/.changeset/fair-falcons-wink.md b/.changeset/fair-falcons-wink.md index 74af95e8b25..60ecc958e9c 100644 --- a/.changeset/fair-falcons-wink.md +++ b/.changeset/fair-falcons-wink.md @@ -1,13 +1,10 @@ --- -"@remix-run/vercel": major +"remix": major --- -The `@remix-run/vercel` runtime adapter has been removed in favor of out of the box Vercel functionality. Please update -your code by removing `@remix-run/vercel` & `@vercel/node` from your `package.json`, removing your -`server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`. ((#7035)[https://github.com/remix-run/remix/pull/7035]) +The `@remix-run/vercel` runtime adapter has been removed in favor of out of the box Vercel functionality. Please update your code by removing `@remix-run/vercel` & `@vercel/node` from your `package.json`, removing your `server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`. ((#7035)[https://github.com/remix-run/remix/pull/7035]) -Due to the removal of this adapter, we also removed our [Vercel template][vercel-template] in favor of the -[official Vercel template][official-vercel-template] ((#6784)[https://github.com/remix-run/remix/pull/6784]). +Due to the removal of this adapter, we also removed our [Vercel template][vercel-template] in favor of the [official Vercel template][official-vercel-template] ((#6784)[https://github.com/remix-run/remix/pull/6784]). [vercel-template]: https://github.com/remix-run/remix/tree/main/templates/vercel [official-vercel-template]: https://github.com/vercel/vercel/tree/main/examples/remix diff --git a/.changeset/strong-rice-applaud.md b/.changeset/strong-rice-applaud.md index 2b431971d71..46d3e07eed6 100644 --- a/.changeset/strong-rice-applaud.md +++ b/.changeset/strong-rice-applaud.md @@ -1,15 +1,11 @@ --- -"@remix-run/netlify": major +"remix": major --- -The `@remix-run/netlify` runtime adapter has removed in favor of [`@netlify/remix-adapter`][official-netlify-adapter] -& [`@netlify/remix-edge-adapter`][official-netlify-edge-adapter]. Please update your code by changing all -`@remix-run/netlify` imports to `@netlify/remix-adapter`. -Keep in mind that `@netlify/remix-adapter` requires `@netlify/functions@^1.0.0`, which is a breaking change compared -to the previous supported `@netlify/functions` versions in `@remix-run/netlify`. +The `@remix-run/netlify` runtime adapter has removed in favor of [`@netlify/remix-adapter`][official-netlify-adapter] & [`@netlify/remix-edge-adapter`][official-netlify-edge-adapter]. Please update your code by changing all `@remix-run/netlify` imports to `@netlify/remix-adapter`. +Keep in mind that `@netlify/remix-adapter` requires `@netlify/functions@^1.0.0`, which is a breaking change compared to the previous supported `@netlify/functions` versions in `@remix-run/netlify`. -Due to the removal of this adapter, we also removed our [Netlify template][netlify-template] in favor of the -[official Netlify template][official-netlify-template]. +Due to the removal of this adapter, we also removed our [Netlify template][netlify-template] in favor of the [official Netlify template][official-netlify-template]. [official-netlify-adapter]: https://github.com/netlify/remix-compute/tree/main/packages/remix-adapter [official-netlify-edge-adapter]: https://github.com/netlify/remix-compute/tree/main/packages/remix-edge-adapter