From 0f768662bc6698ecb3cadf3829f307610deca06a Mon Sep 17 00:00:00 2001 From: telleroutlook Date: Wed, 29 Jul 2026 21:53:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20decouple=20changeset=20versions=20?= =?UTF-8?q?=E2=80=94=20remove=20linked,=20each=20package=20versions=20inde?= =?UTF-8?q?pendently?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/config.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index f873df4..98fc25b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,18 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": [ - "@changesets/changelog-github", - { - "repo": "WasmAgent/open-agent-audit" - } - ], + "changelog": "@changesets/changelog-git", "commit": false, "fixed": [], - "linked": [ - [ - "@openagentaudit/*" - ] - ], + "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", @@ -21,4 +12,4 @@ "@openagentaudit/cli", "@openagentaudit/dashboard" ] -} \ No newline at end of file +}