File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.11.1] - 2026-02-07
6+
7+ ### Changed
8+ - Enhanced install badge styling with improved visibility and contrast
9+
510## [ 0.11.0] - 2026-01-25
611
712### Added
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export function SkillCardHeader({
2323 </ div >
2424 < div className = "flex items-center gap-1.5 flex-shrink-0 ml-2" >
2525 { installs && installs > 0 && (
26- < Badge variant = "outline" className = "flex items-center gap-1" >
26+ < Badge variant = "outline" className = "flex items-center gap-1 border-2 font-semibold bg-white text-foreground dark:bg-white dark:text-black " >
2727 < Activity className = "h-3 w-3" />
2828 { installs }
2929 </ Badge >
Original file line number Diff line number Diff line change 11{
22 "name" : " qa-skills" ,
3- "version" : " 0.11.0 " ,
3+ "version" : " 0.11.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " turbo run dev" ,
You can’t perform that action at this time.
0 commit comments