chore(release): @unom/app-ui 0.2.1 #2

Merged
enricobuehler merged 1 commits from release-0.2.1 into main 2026-08-09 14:17:11 +00:00
Owner

Version bump for the StatCard affordance fix merged in #1.

StatCard applied whileHover={{ scale: 1.02 }} unconditionally while having no click handler in its API at all, so every stat card on every dashboard lifted under the cursor and did nothing. It now takes an optional onClick and only looks interactive when it is.

@unom/app-ui@0.2.1 is already published to the registry (latest, verified with npm view) so the Punktfunk rom-manager release could pick it up. Merging this makes main agree with what is published.

Verified before publishing: tsc --noEmit clean, bun run build clean, and the gating logic confirmed present in the built dist/stat-card/index.mjs rather than only in source.

Version bump for the `StatCard` affordance fix merged in #1. `StatCard` applied `whileHover={{ scale: 1.02 }}` unconditionally while having no click handler in its API at all, so every stat card on every dashboard lifted under the cursor and did nothing. It now takes an optional `onClick` and only looks interactive when it is. **`@unom/app-ui@0.2.1` is already published** to the registry (`latest`, verified with `npm view`) so the Punktfunk rom-manager release could pick it up. Merging this makes `main` agree with what is published. Verified before publishing: `tsc --noEmit` clean, `bun run build` clean, and the gating logic confirmed present in the built `dist/stat-card/index.mjs` rather than only in source.
enricobuehler added 1 commit 2026-08-09 14:07:23 +00:00
enricobuehler merged commit 87a313c262 into main 2026-08-09 14:17:11 +00:00
enricobuehler deleted branch release-0.2.1 2026-08-09 14:17:14 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unom/app-ui#2