From d8396c32738fd96ab0c4d506e63bc7d5fb076e20 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Fri, 17 Jul 2026 17:03:57 -0700 Subject: [PATCH] fix(changesets): correct invalid release bump types --- .changeset/pg-monitor-trait-agent-wake.md | 2 +- .changeset/pg-signal-ingestion.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/pg-monitor-trait-agent-wake.md b/.changeset/pg-monitor-trait-agent-wake.md index 9dc309bbd1..e1ad95bde2 100644 --- a/.changeset/pg-monitor-trait-agent-wake.md +++ b/.changeset/pg-monitor-trait-agent-wake.md @@ -1,5 +1,5 @@ --- -"@runfusion/fusion": fix +"@runfusion/fusion": patch --- summary: Regression storm-guard and agent wake-on-message work on the PostgreSQL backend. diff --git a/.changeset/pg-signal-ingestion.md b/.changeset/pg-signal-ingestion.md index be0dc0ab72..7a32380627 100644 --- a/.changeset/pg-signal-ingestion.md +++ b/.changeset/pg-signal-ingestion.md @@ -1,5 +1,5 @@ --- -"@runfusion/fusion": fix +"@runfusion/fusion": patch --- summary: Incident-signal ingestion records incidents on the PostgreSQL backend instead of being skipped.