Skip to content

Commit

Permalink
chore: Update version for release (#215)
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 Dec 13, 2023
1 parent 1a1d444 commit 3cac5a0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-poets-argue.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.2.0",
"@mcansh/remix-fastify": "3.2.1",
"@remix-run/css-bundle": "^2.4.0",
"@remix-run/node": "^2.4.0",
"@remix-run/react": "^2.4.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.2.0",
"@mcansh/remix-fastify": "3.2.1",
"@remix-run/node": "2.4.0",
"@remix-run/react": "2.4.0",
"cross-env": "^7.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/remix-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mcansh/remix-fastify

## 3.2.1

### Patch Changes

- d11803a: remove `criticalCss` option from createRequestHandler as it's now handled by the vite plugin in an agnostic way

## 3.2.0

### Minor 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.2.0",
"version": "3.2.1",
"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 3cac5a0

Please sign in to comment.