Version Badge Pattern A reusable UI pattern for displaying application version with build metadata and recent changes. When to Use This Skill | Use this skill when... | Use alternative when... | |------------------------|------------------------| | Adding version display to app header/footer | Just need version in package.json | | Want tooltip with changelog info | Only need static version text | | Need accessible, keyboard-navigable version info | Building a non-interactive display | | Implementing across React/Vue/Svelte | Using server-rendered only (no JS) | Pattern Overview Data Flow Buil…