Skip to content

Commit dfb5a13

Browse files
committed
chore: Bump version to 0.11.1 and enhance install badge styling for better visibility
1 parent ad446cc commit dfb5a13

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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

apps/web/components/skill-card-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)