Skip to content

Commit

Permalink
Update changesets for deleted packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 28, 2023
1 parent fda85c0 commit 78debcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .changeset/fair-falcons-wink.md
Original file line number Diff line number Diff line change
@@ -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
12 changes: 4 additions & 8 deletions .changeset/strong-rice-applaud.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 78debcf

Please sign in to comment.