chore(release): v0.2.2

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-25 00:17:20 -07:00
parent f99a082aee
commit f7d6e9f8fc
5 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
---
"@runfusion/fusion": patch
"runfusion.ai": patch
---
Keep the FUSION header from wrapping when the terminal is narrow. The `MiniLogo` and tab pills had Yoga's default `flexShrink: 1`, so the row's collective content overrunning the width was being absorbed by shrinking every child — including FUSION, which then wrapped to two lines. Pin all fixed-content header children to `flexShrink={0}`; the trailing flexGrow filler absorbs slack instead.