From 3cba95231eaa16e94c638046ab2655ba666993a5 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 15 Jan 2026 14:47:17 +0100 Subject: [PATCH] chore: release v0.0.4 ## Summary This version fixes an issue where `&` characters appear as `&` in the search input field, as well as the appearance of icons from the Lucide icon set when used with social links. Signed-off-by: squidfunk --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfe61f57..30d7cbc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 652cc582..de80cd59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.3", + "version": "0.0.4", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",