From 6ea6b3b6c83d52d47c5b2b173b9d44eb43375f8e Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 1 Apr 2026 13:07:10 +0200 Subject: [PATCH] chore: release v0.0.12 ## Summary This version includes breaking changes for icons, as Lucide has been updated to v1, which includes the [removal of 19 brand icons]. 166 new icons are added, most of them brand icons in [SimpleIcons] and [FontAwesome]. Additionally, there are bug fixes related to the latest changes of the table of contents in the modern theme and instant navigation on anchor links. In case you were using any of the removed icons, we recommend switching to the equivalent icon from the SimpleIcons or FontAwesome icon sets. [removal of 19 brand icons]: https://lucide.dev/guide/version-1 [SimpleIcons]: https://simpleicons.org/ [FontAwesome]: https://fontawesome.com/ 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 b7b7e7af..8b5f25ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 42fcd1be..5cddb76e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.11", + "version": "0.0.12", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",