From 7794866c855e3c681dbdbaae7b637ac7cae77ec5 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 24 Sep 2025 09:07:46 +1000 Subject: [PATCH] [Release] v1.26.14 (#5740) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What's Changed ### 🐛 Bug Fixes - Fix overlapping elements in desktop installer - regression from Tailwind v4 upgrade (#5736) **Full Changelog**: https://github.com/Comfy-Org/ComfyUI_frontend/compare/v1.26.13...v1.26.14 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5740-Release-v1-26-14-2776d73d365081e4bc99c1b40ab4ca37) by [Unito](https://www.unito.io) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a75e93ddf..8f89bb43d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.26.13", + "version": "1.26.14", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org",