From 6d33ef6727023f1c4f75eb01b86084d290a38c6f Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Sat, 22 Jun 2024 11:12:25 +0100 Subject: [PATCH] chore(all): ignore child packages from release --- .changeset/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index d7fdcdbce..fca77d967 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,10 +12,11 @@ "updateInternalDependencies": "minor", "ignore": [ "@devtools/*", - "docusaurus-plugin-typedoc", - "typedoc-github-wiki-theme", "typedoc-plugin-frontmatter", "typedoc-plugin-remark", - "typedoc-vitepress-theme" + "typedoc-github-wiki-theme", + "typedoc-gitlab-wiki-theme", + "typedoc-vitepress-theme", + "docusaurus-plugin-typedoc" ] }