From 072a25132eb75ab0b3ce5e5e6bc7bc23f1bb7be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oktay=20=C5=9Eenkan?= Date: Sat, 5 Oct 2024 07:29:44 +0300 Subject: [PATCH] chore: ignore svelte-app for versioning --- .changeset/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 9305038..e992182 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -14,6 +14,7 @@ "@oktaytest/rollup-react", "@oktaytest/rspack-react", "@oktaytest/vite-react", - "@oktaytest/vite-vue" + "@oktaytest/vite-vue", + "@oktaytest/svelte-app" ] }