From b5250786164c2632bb239553f33896805103809a Mon Sep 17 00:00:00 2001 From: Chance Strickland Date: Wed, 26 Oct 2022 16:04:10 -0700 Subject: [PATCH] chore: clean up changesets --- .changeset/pre.json | 23 +++++++++++++++++++++++ .changeset/witty-kiwis-flow.md | 4 +--- .changeset/witty-seahorses-appear.md | 5 +++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 .changeset/pre.json create mode 100644 .changeset/witty-seahorses-appear.md diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 00000000000..d8b2d548fa7 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,23 @@ +{ + "mode": "pre", + "tag": "pre", + "initialVersions": { + "create-remix": "1.7.3", + "remix": "1.7.3", + "@remix-run/architect": "1.7.3", + "@remix-run/cloudflare": "1.7.3", + "@remix-run/cloudflare-pages": "1.7.3", + "@remix-run/cloudflare-workers": "1.7.3", + "@remix-run/deno": "1.7.3", + "@remix-run/dev": "1.7.3", + "@remix-run/eslint-config": "1.7.3", + "@remix-run/express": "1.7.3", + "@remix-run/netlify": "1.7.3", + "@remix-run/node": "1.7.3", + "@remix-run/react": "1.7.3", + "@remix-run/serve": "1.7.3", + "@remix-run/server-runtime": "1.7.3", + "@remix-run/vercel": "1.7.3" + }, + "changesets": [] +} diff --git a/.changeset/witty-kiwis-flow.md b/.changeset/witty-kiwis-flow.md index d9a03216209..cf57298feb2 100644 --- a/.changeset/witty-kiwis-flow.md +++ b/.changeset/witty-kiwis-flow.md @@ -3,6 +3,4 @@ "@remix-run/react": patch --- -Infer the type of the `.data` property of `useFetcher` from `loader` and `action` functions. -Similarly to how you can write useLoaderData. e.g. you can now write useFetcher, and fetcher.data will be inferred correctly. -Previously, you had to write useFetcher>. +You can now infer the type of the `.data` property of `useFetcher` from the return type of your `loader` and `action` functions diff --git a/.changeset/witty-seahorses-appear.md b/.changeset/witty-seahorses-appear.md new file mode 100644 index 00000000000..48c2d5cd922 --- /dev/null +++ b/.changeset/witty-seahorses-appear.md @@ -0,0 +1,5 @@ +--- +"@remix-run/react": patch +--- + +Fixed a bug in `
` that prevented the correct method from being called with non-`POST` submissions