Skip to content

Commit

Permalink
chore: Update version for release (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 13, 2024
1 parent 6d074ed commit 8d66a13
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-cameras-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-bananas-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-plums-taste.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@fastify/static": "^7.0.4",
"@mcansh/remix-fastify": "3.3.3",
"@mcansh/remix-fastify": "3.4.0",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
Expand Down
12 changes: 6 additions & 6 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"vite": "^5.3.2",
"vite-tsconfig-paths": "^4.3.2"
},
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom",
"react": "$react",
"react-dom": "$react-dom"
},
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom",
"react": "$react",
"react-dom": "$react-dom"
},
"engines": {
"node": ">=18"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@fastify/middie": "^8.3.1",
"@fastify/static": "^7.0.4",
"@mcansh/remix-fastify": "3.3.3",
"@mcansh/remix-fastify": "3.4.0",
"@remix-run/node": "*",
"@remix-run/react": "*",
"cross-env": "^7.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/remix-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @mcansh/remix-fastify

## 3.4.0

### Minor Changes

- 6d074ed: return streams directly from remix to fastify

### Patch Changes

- 352c74f: New optional parameter to customize the `@fastify/static` plugin options. This can be useful to customize options like `decorateReply` or `setHeaders` to match your needs or when you already have a `@fastify/static` plugin registered.
- bd2a09c: New optional parameter to provide a custom server build for production. If not provided, it will be loaded using `import()` with the server build path provided in the options.

## 3.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcansh/remix-fastify",
"version": "3.3.3",
"version": "3.4.0",
"description": "Fastify server request handler for Remix",
"repository": "mcansh/remix-fastify",
"license": "MIT",
Expand Down

0 comments on commit 8d66a13

Please sign in to comment.