From b0575e47b4c172bb30f20737009f8ed19f79dc19 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 8 Jul 2026 19:17:49 +0200 Subject: [PATCH] chore: release v0.0.21 ## Summary This version improves Pyodide-powered code execution and fixes a few issues around rendered code fences. The `min-lines` and `max-lines` options are now correctly recognized, Pyodide output is written more safely, and ANSI color styles are included for `markdown-exec`. It also fixes a search crash that could occur with specific queries and switches the Pyodide CDN to `unpkg.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 bb8aadc9..df41d63f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.0.20", + "version": "0.0.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.0.20", + "version": "0.0.21", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index e5bb8c55..0cda0072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.0.20", + "version": "0.0.21", "description": "Zensical user interface", "bugs": { "url": "https://github.com/zensical/ui/issues",