diff --git a/.changeset/fix-badge-positioning.md b/.changeset/fix-badge-positioning.md index a6d3e50c..55bb41b5 100644 --- a/.changeset/fix-badge-positioning.md +++ b/.changeset/fix-badge-positioning.md @@ -1,5 +1,5 @@ --- -'default': patch +default: patch --- Fix badge positioning and alignment across all sidebar components diff --git a/.changeset/fix-notification-handling.md b/.changeset/fix-notification-handling.md index 537a1d52..4fda39cd 100644 --- a/.changeset/fix-notification-handling.md +++ b/.changeset/fix-notification-handling.md @@ -1,5 +1,5 @@ --- -'default': patch +default: patch --- Fix notification handling with null safety and improved logic diff --git a/.changeset/fix-ui-bugs.md b/.changeset/fix-ui-bugs.md index 63ae872a..52b14d1d 100644 --- a/.changeset/fix-ui-bugs.md +++ b/.changeset/fix-ui-bugs.md @@ -1,5 +1,5 @@ --- -'default': patch +default: patch --- Fix reaction clicks, zoom persistence, and empty message rendering diff --git a/.changeset/perf-sliding-sync.md b/.changeset/perf-sliding-sync.md index 48dd8aa3..9554a206 100644 --- a/.changeset/perf-sliding-sync.md +++ b/.changeset/perf-sliding-sync.md @@ -1,5 +1,5 @@ --- -'default': minor +default: minor --- Optimize sliding sync with progressive loading and improved timeline management