Skip to content

Commit

Permalink
chore: Update version for release (#328)
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 Apr 25, 2024
1 parent a7fcb6d commit 5b4b3d3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 21 deletions.
13 changes: 0 additions & 13 deletions .changeset/cold-turtles-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-lemons-knock.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.3",
"@mcansh/remix-fastify": "3.3.0",
"@mcansh/remix-fastify": "3.3.1",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
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.0",
"@fastify/static": "^7.0.3",
"@mcansh/remix-fastify": "3.3.0",
"@mcansh/remix-fastify": "3.3.1",
"@remix-run/node": "*",
"@remix-run/react": "*",
"cross-env": "^7.0.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/remix-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @mcansh/remix-fastify

## 3.3.1

### Patch Changes

- a7fcb6d: allows you to customize the cache control for both the files in the build directory as well as your public directory if you need to. using `pretty-cache-header` under the hood so things like `1y` or `30 days` will work

```js
await app.register(remixFastify, {
assetCacheControl: {},
defaultCacheControl: {},
});
```

- a7fcb6d: fix cache control so that build assets are immutable and cached for 1 year instead of everything being cached for 1 hour

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

0 comments on commit 5b4b3d3

Please sign in to comment.