From f32157a6156b7d0962e712d1730f729d40e2bdcd Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:41:51 +1000 Subject: [PATCH] [Release] v1.26.15 (#5745) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Bug Fixes - Fix desktop troubleshooting screen breakage from Tailwind v4 class change (#5744) **Full Changelog**: https://github.com/Comfy-Org/ComfyUI_frontend/compare/v1.26.14...v1.26.15 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5745-Release-v1-26-15-2786d73d36508116a177ff3373d3c290) 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 8f89bb43d..4bccac004 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.26.14", + "version": "1.26.15", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org",