From 5df037dfc44ab0c45b49adb62c00f8d2b6422595 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Fri, 12 Sep 2025 04:44:02 +0800 Subject: [PATCH] 1.27.3 (#5497) * [release] Increment version to 1.27.3 * fix(i18n): use import attributes for JSON to support Node/Playwright in i18n workflow * Revert "fix(i18n): use import attributes for JSON to support Node/Playwright in i18n workflow" This reverts commit b525242c32f66549d0657e78f0b8cf2d53925390. --------- Co-authored-by: benceruleanlu <162923238+benceruleanlu@users.noreply.github.com> Co-authored-by: Benjamin Lu --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63a28a2dc..49884f34c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.27.2", + "version": "1.27.3", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org",