From 60f66bd73bc83162755646dddee3f163f93b5e55 Mon Sep 17 00:00:00 2001 From: patricklafrance Date: Mon, 9 Sep 2024 12:35:08 -0400 Subject: [PATCH] chore: Removing getting started templates from changeset ignore list --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 427e85e4f..d6f3e8c35 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,7 +10,7 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@basic/*", "@endpoints/*", "@getting-started/*"], + "ignore": ["@basic/*", "@endpoints/*"], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "onlyUpdatePeerDependentsWhenOutOfRange": true }