From 5ae12c2ce8bcb4ebd20c6b81c3341de7eb3d9758 Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Fri, 12 Jun 2026 07:54:38 +0500 Subject: [PATCH] fix: update changesets "fixed" group for the trigger-* rename The Release workflow's fixed-group verifier requires the group to match the public workspace exactly; swap the renamed trigger package names. Co-Authored-By: Claude Fable 5 --- .changeset/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5ebfaca322..7276793021 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -43,8 +43,8 @@ "@objectstack/plugin-security", "@objectstack/plugin-sharing", "@objectstack/plugin-webhooks", - "@objectstack/plugin-trigger-record-change", - "@objectstack/plugin-trigger-schedule", + "@objectstack/trigger-record-change", + "@objectstack/trigger-schedule", "@objectstack/connector-mcp", "@objectstack/connector-rest", "@objectstack/connector-slack",