Skip to content

Commit

Permalink
chore: Update version for release (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Logan McAnsh <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2023
1 parent caf55c9 commit 0dffb36
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-years-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-wolves-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-pears-flash.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 @@ -12,7 +12,7 @@
"dependencies": {
"@fastify/early-hints": "^1.0.1",
"@fastify/static": "^6.12.0",
"@mcansh/remix-fastify": "3.0.2",
"@mcansh/remix-fastify": "3.1.0",
"@remix-run/css-bundle": "^2.2.0",
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/unstable-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@fastify/middie": "^8.3.0",
"@fastify/static": "^6.12.0",
"@mcansh/remix-fastify": "3.0.2",
"@mcansh/remix-fastify": "3.1.0",
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"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.1.0

### Minor Changes

- f6793b4: remove `staticFilePlugin` wrapper around `@fastify/static` as the example is now configured properly to find new files without colliding with remix routes

### Patch Changes

- 8f3093e: update author info, add keywords and funding keys to package.json
- 25f00c3: bump dependencies to latest

## 3.0.2

### 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.0.2",
"version": "3.1.0",
"description": "Fastify server request handler for Remix",
"repository": "mcansh/remix-fastify",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0dffb36

Please sign in to comment.