From 66304a6c736a03791d36634a54f411690aeb7943 Mon Sep 17 00:00:00 2001 From: Brion Date: Thu, 28 Dec 2023 15:52:47 +0530 Subject: [PATCH] chore: update changeset config --- .changeset/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 1312fc4..8b3d920 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,9 +7,9 @@ "fixed": [], "ignore": [], "linked": [], - "updateInternalDependencies": "patch", "root": { "packageDir": "." }, - "tagFormat": "medmark@${version}" + "tagFormat": "medmark@${version}", + "updateInternalDependencies": "patch" }