From 1aeb4d711a938e5c158d6d3d5002f3f1f3c188a1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 18 Dec 2025 20:36:48 +0100 Subject: [PATCH] chore: release v0.0.2 ## Summary This releases fixes all currently known issues and ships dozens of new icons, bringing the user experience of the modern theme closer to parity with the classic theme. ### Highlights - Add GitHub repository in drawer on mobile in modern theme - Add 132 new icons (and delete 44 icons, as Simple icons removed them) - Fix issues related to keyboard shortcuts (printing and search input) - Fix language selector escaping viewport on mobile when too wide 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 230a67f7..70f92a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 2ffccef1..448ed216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.1", + "version": "0.0.2", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",