diff --git a/.changeset/rare-dodos-kick.md b/.changeset/rare-dodos-kick.md deleted file mode 100644 index dbc2b24d..00000000 --- a/.changeset/rare-dodos-kick.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@mcansh/remix-fastify": patch -"remix-app-template": patch ---- - -add custom contentParser for json - -fastify automatically configures `application/json` which prevents fethcer.submit from working with json encoding diff --git a/packages/remix-fastify/CHANGELOG.md b/packages/remix-fastify/CHANGELOG.md index 0b8f61ae..2cca56f9 100644 --- a/packages/remix-fastify/CHANGELOG.md +++ b/packages/remix-fastify/CHANGELOG.md @@ -1,5 +1,13 @@ # @mcansh/remix-fastify +## 2.8.1 + +### Patch Changes + +- 4789835: add custom contentParser for json + + fastify automatically configures `application/json` which prevents fethcer.submit from working with json encoding + ## 2.8.0 ### Minor Changes diff --git a/packages/remix-fastify/package.json b/packages/remix-fastify/package.json index 374a232c..879b8488 100644 --- a/packages/remix-fastify/package.json +++ b/packages/remix-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@mcansh/remix-fastify", - "version": "2.8.0", + "version": "2.8.1", "description": "Fastify server request handler for Remix", "repository": "mcansh/remix-fastify", "license": "MIT",