Skip to content

Commit

Permalink
✨ release: v5.2.6 - fully responsive design
Browse files Browse the repository at this point in the history
  • Loading branch information
xandemon committed Feb 1, 2025
1 parent b335da3 commit a6323e4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "developer-icons",
"description": "A collection of well-optimized SVG tech logos for developers and designers—customizable, scalable, and free.",
"version": "5.2.5",
"version": "5.2.6",
"type": "module",
"homepage": "https://xandemon.github.io/developer-icons",
"repository": {
Expand Down
14 changes: 7 additions & 7 deletions showcase/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"astro": "^4.8.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"developer-icons": "^5.2.5",
"developer-icons": "^5.2.6",
"lucide-react": "^0.378.0",
"moment": "^2.30.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion showcase/src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { publicBaseUrl } from "@/config";
class="flex lg:items-center flex-col lg:flex-row lg:justify-between gap-6 lg:gap-4 w-full py-4"
>
<div class="flex flex-col gap-4">
<Badge className="tracking-widest pointer-events-none">🚀 v5.2.5</Badge>
<Badge className="tracking-widest pointer-events-none">🚀 v5.2.6</Badge>
<p
class="text-2xl md:text-4xl lg:text-5xl font-bold leading-tight text-zinc-900 dark:text-zinc-100"
>
Expand Down

0 comments on commit a6323e4

Please sign in to comment.