From 3ee5a44fb2110fa018294a51335e3d12a8b05059 Mon Sep 17 00:00:00 2001 From: Tarun Khanna Date: Tue, 30 Jul 2024 00:03:24 +0530 Subject: [PATCH] fix: i18nify playground release removed from changeset (#165) --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index b7a500e1..da458251 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,5 @@ "access": "restricted", "baseBranch": "master", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["i18nify-playground"] }