Skip to content

Commit

Permalink
chore: Update version for release (#460)
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 Nov 20, 2024
1 parent 206509a commit d8703da
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-zebras-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-penguins-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-donuts-sing.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": "^8.0.2",
"@mcansh/remix-fastify": "4.0.1",
"@mcansh/remix-fastify": "4.0.2",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@mcansh/remix-fastify": "^4.0.1",
"@mcansh/remix-fastify": "^4.0.2",
"@react-router/node": "7.0.0-pre.4",
"@react-router/serve": "7.0.0-pre.4",
"chalk": "^5.3.0",
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": "^9.0.2",
"@fastify/static": "^8.0.2",
"@mcansh/remix-fastify": "4.0.1",
"@mcansh/remix-fastify": "4.0.2",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/server-runtime": "*",
Expand Down
8 changes: 8 additions & 0 deletions packages/remix-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mcansh/remix-fastify

## 4.0.2

### Patch Changes

- bf0b464: fix: update url generation for fastify v5
- cd7e8d5: chore: update adapter logic for aborting requests
- 206509a: feat: add react router entry point

## 4.0.1

### 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": "4.0.1",
"version": "4.0.2",
"description": "Fastify server request handler for Remix and React Router",
"repository": "mcansh/remix-fastify",
"license": "MIT",
Expand Down

0 comments on commit d8703da

Please sign in to comment.