Skip to content

Commit

Permalink
chore: Update version for release (#197)
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 21, 2023
1 parent 40b7454 commit a72b9c0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-teachers-march.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/pre.json

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-pre.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 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-pre.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 Down
2 changes: 1 addition & 1 deletion packages/remix-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @mcansh/remix-fastify

## 3.2.0-pre.0
## 3.2.0

### Minor Changes

Expand Down
6 changes: 1 addition & 5 deletions packages/remix-fastify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Use [Remix](https://remix.run) with [Fastify](http://fastify.io)

## Quick Start

There are currently three examples you can get jump started with:
These are the currently available templates that you can get jump started with:

- The basic example using `remix dev`
```sh
Expand All @@ -14,10 +14,6 @@ There are currently three examples you can get jump started with:
```sh
npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/unstable-vite
```
- The kitchen sink with loaders, actions, and nested routes
```sh
npx create-remix@latest --template https://github.com/mcansh/remix-fastify/tree/main/examples/playground
```

## Manual Installation

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-pre.0",
"version": "3.2.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 a72b9c0

Please sign in to comment.