From fdb2033b5ae73405a26894667711f0cab20da4a0 Mon Sep 17 00:00:00 2001 From: Logan McAnsh Date: Mon, 18 Sep 2023 12:33:27 -0400 Subject: [PATCH] chore: reset version back to last stable Signed-off-by: Logan McAnsh --- example/package.json | 2 +- packages/remix-fastify/package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index d50f9fb1..30d6efaf 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@mcansh/remix-fastify": "0.0.0-experimental-c6eaa54", + "@mcansh/remix-fastify": "2.8.1", "@remix-run/css-bundle": "^2.0.0", "@remix-run/node": "^2.0.0", "@remix-run/react": "^2.0.0", diff --git a/packages/remix-fastify/package.json b/packages/remix-fastify/package.json index 0bffd578..d997dacd 100644 --- a/packages/remix-fastify/package.json +++ b/packages/remix-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@mcansh/remix-fastify", - "version": "0.0.0-experimental-c6eaa54", + "version": "2.8.1", "description": "Fastify server request handler for Remix", "repository": "mcansh/remix-fastify", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c03a8781..832133d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,7 +57,7 @@ importers: example: dependencies: '@mcansh/remix-fastify': - specifier: 0.0.0-experimental-c6eaa54 + specifier: 2.8.1 version: link:../packages/remix-fastify '@remix-run/css-bundle': specifier: ^2.0.0