From 65879c7b4ec818abeb4ae96259acc42f57c0ce6c Mon Sep 17 00:00:00 2001 From: Vedant Chainani Date: Thu, 1 Feb 2024 00:51:30 +0530 Subject: [PATCH] fix: remove demo from changesets config --- .changeset/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 95f06ad..ec1969c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,6 +6,5 @@ "linked": [], "access": "public", "updateInternalDependencies": "patch", - "ignore": ["atomic-toolkit-demo"], "baseBranch": "main" }