From 3a24a7dde25c9d04aa633b91484d253d6d542c27 Mon Sep 17 00:00:00 2001 From: wuyiping0628 <1106773985@qq.com> Date: Thu, 23 Jul 2026 18:29:01 -0700 Subject: [PATCH] chore: release v4.1.2 --- packages/fluent-editor/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/fluent-editor/package.json b/packages/fluent-editor/package.json index 14cb1cb2..e11b981c 100644 --- a/packages/fluent-editor/package.json +++ b/packages/fluent-editor/package.json @@ -1,7 +1,7 @@ { "name": "@opentiny/fluent-editor", "type": "module", - "version": "4.1.1", + "version": "4.1.2", "description": "A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.", "author": "OpenTiny Team", "license": "MIT", @@ -37,7 +37,8 @@ "quill": "^2.0.0", "quill-easy-color": "^0.0.10", "quill-i18n": "^0.2.0", - "quill-shortcut-key": "^0.2.1" + "quill-shortcut-key": "^0.2.1", + "quill-table-up": "^3.5.0" }, "devDependencies": { "@emoji-mart/data": "^1.2.1",