From 6f8288990b05364d1b5046aa16e2b249efd274a3 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 29 Oct 2024 18:45:33 -0400 Subject: [PATCH] Add new packages to changesets config --- .changeset/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.changeset/config.json b/.changeset/config.json index b27a1919e6a..ec26afca268 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -15,8 +15,11 @@ "@remix-run/dev", "@remix-run/eslint-config", "@remix-run/express", + "@remix-run/fs-routes", "@remix-run/node", "@remix-run/react", + "@remix-run/route-config", + "@remix-run/routes-option-adapter", "@remix-run/serve", "@remix-run/server-runtime", "@remix-run/testing"