Skip to content

Commit

Permalink
chore: Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent a5ee9f1 commit 8d5741f
Show file tree
Hide file tree
Showing 10 changed files with 2,429 additions and 5,759 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-teachers-march.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# basic-example-template

## null

### Patch Changes

- Updated dependencies [a5ee9f1]
- @mcansh/remix-fastify@3.2.0
5 changes: 3 additions & 2 deletions 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.1.0",
"@mcansh/remix-fastify": "3.2.0",
"@remix-run/css-bundle": "^2.2.0",
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
Expand All @@ -33,5 +33,6 @@
},
"engines": {
"node": ">=18.0.0"
}
},
"version": null
}
8 changes: 8 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# playground

## null

### Patch Changes

- Updated dependencies [a5ee9f1]
- @mcansh/remix-fastify@3.2.0
3 changes: 2 additions & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
},
"engines": {
"node": ">=18"
}
},
"version": null
}
8 changes: 8 additions & 0 deletions examples/unstable-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# unstable-vite-template

## null

### Patch Changes

- Updated dependencies [a5ee9f1]
- @mcansh/remix-fastify@3.2.0
5 changes: 3 additions & 2 deletions 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.1.0",
"@mcansh/remix-fastify": "3.2.0",
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"cross-env": "^7.0.3",
Expand All @@ -33,5 +33,6 @@
},
"engines": {
"node": ">=18.0.0"
}
},
"version": null
}
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.0

### Minor Changes

- a5ee9f1: add support for inlining criticalCss when using the vite plugin

## 3.1.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.1.0",
"version": "3.2.0",
"description": "Fastify server request handler for Remix",
"repository": "mcansh/remix-fastify",
"license": "MIT",
Expand Down
Loading

0 comments on commit 8d5741f

Please sign in to comment.