Commit 94ee3ddd76 for woocommerce

commit 94ee3ddd76bae7b6f188b6052fd7bad39ec84cd1
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jan 21 17:27:35 2026 +0100

    Prepare Packages for Release (#62890)

    * Automated change: Prep @woocommerce/email-editor-config for release.

    * Fix markdown formatting issue in the changelog.md

    ---------

    Co-authored-by: costasovo <1082140+costasovo@users.noreply.github.com>
    Co-authored-by: Rostislav Wolny <rosta.wolny@automattic.com>

diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 7de50b3931..24be10a14f 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,12 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [2.4.0](https://github.com/woocommerce/email-editor/releases/tag/2.4.0) - 2026-01-21
+
+-   Minor - Add woocommerce_email_editor_site_theme filter to allow overriding the site theme used when syncing global styles for the email editor. [#62889]
+-   Minor - Email editor: Add support for horizontal blockGap settings on columns. [#62838]
+-   Minor - Prevent rendering of CSS margins in email HTML output [#62794]
+
 ## [2.3.1](https://github.com/woocommerce/email-editor/releases/tag/2.3.1) - 2026-01-16

 -   Patch - Fix personalization tag attributes not being processed in email links [#62822]
@@ -34,7 +40,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

 -   Patch - Fix core/post-content block rendering empty on second email in batch processing by overriding WordPress render callback with stateless version [#61546]
 -   Minor - Extend Rendering_Context with email-specific context support (user_id, order_id, recipient_email), add woocommerce_email_editor_rendering_email_context filter [#61546]
--   Major [ **BREAKING CHANGE** ] - ** BREAKING CHANGE ** Updated all PHP dependencies. [#61753]
+-   ** BREAKING CHANGE ** Updated all PHP dependencies. [#61753]

 ## [1.9.0](https://github.com/woocommerce/email-editor/releases/tag/1.9.0) - 2025-10-31

diff --git a/packages/php/email-editor/changelog/62838-add-column-blockgap-support b/packages/php/email-editor/changelog/62838-add-column-blockgap-support
deleted file mode 100644
index c6857dfb67..0000000000
--- a/packages/php/email-editor/changelog/62838-add-column-blockgap-support
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Email editor: Add support for horizontal blockGap settings on columns.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/add-site-theme-filter b/packages/php/email-editor/changelog/add-site-theme-filter
deleted file mode 100644
index b2d9f68301..0000000000
--- a/packages/php/email-editor/changelog/add-site-theme-filter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add woocommerce_email_editor_site_theme filter to allow overriding the site theme used when syncing global styles for the email editor.
diff --git a/packages/php/email-editor/changelog/fix-disable-email-editor-margin-support b/packages/php/email-editor/changelog/fix-disable-email-editor-margin-support
deleted file mode 100644
index dc8405d421..0000000000
--- a/packages/php/email-editor/changelog/fix-disable-email-editor-margin-support
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Prevent rendering of CSS margins in email HTML output
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 8a46dee9a2..b5d7ca0a5c 100644
--- a/packages/php/email-editor/composer.json
+++ b/packages/php/email-editor/composer.json
@@ -5,7 +5,7 @@
 	"license": "GPL-2.0-or-later",
 	"prefer-stable": true,
 	"minimum-stability": "dev",
-	"version": "2.3.1",
+	"version": "2.4.0",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index c442e0f626..32569c1873 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.3.1",
+            "version": "2.4.0",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "713b1cf29ff29600e36952dca274a96f811c9666"
+                "reference": "3be77c8e104719de10ebf0540914797bd53d0f6f"
             },
             "require": {
                 "php": ">=7.4"