Commit 6ffbf733d84 for woocommerce
commit 6ffbf733d84ac9d43a681de5e2d06f097f734656
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Fri Mar 20 16:38:31 2026 -0100
Prepare Packages for Release (#63775)
Automated change: Prep @woocommerce/email-editor-config for release.
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index bd7fdc68812..95e1b7a59fc 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.10.0](https://github.com/woocommerce/email-editor/releases/tag/2.10.0) - 2026-03-20
+
+- Patch - Apply root horizontal padding uniformly to all blocks in the email rendering pipeline, fixing missing padding for blocks using render_email_callback without Abstract_Block_Renderer. [#63682]
+- Patch - Prevent hook accumulation in email editor Initializer by guarding against duplicate hook registration. [#63666]
+- Minor - Add rendering support for full-width blocks to break out of template group padding in emails, distributing container padding per-block so alignfull blocks can span the full contentSize. [#63752]
+
## [2.9.2](https://github.com/woocommerce/email-editor/releases/tag/2.9.2) - 2026-03-12
- Patch - Add rich cards for WordPress embeds in emails with excerpt, site icon, and a performance cap of 5 per email. [#63542]
diff --git a/packages/php/email-editor/changelog/add-email-editor-fullwidth-block-rendering-support b/packages/php/email-editor/changelog/add-email-editor-fullwidth-block-rendering-support
deleted file mode 100644
index 15e36292706..00000000000
--- a/packages/php/email-editor/changelog/add-email-editor-fullwidth-block-rendering-support
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add rendering support for full-width blocks to break out of template group padding in emails, distributing container padding per-block so alignfull blocks can span the full contentSize.
diff --git a/packages/php/email-editor/changelog/fix-email-editor-uniform-root-padding b/packages/php/email-editor/changelog/fix-email-editor-uniform-root-padding
deleted file mode 100644
index e65435224d5..00000000000
--- a/packages/php/email-editor/changelog/fix-email-editor-uniform-root-padding
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Apply root horizontal padding uniformly to all blocks in the email rendering pipeline, fixing missing padding for blocks using render_email_callback without Abstract_Block_Renderer.
diff --git a/packages/php/email-editor/changelog/fix-render-hook-leak-initializer b/packages/php/email-editor/changelog/fix-render-hook-leak-initializer
deleted file mode 100644
index a4972ee1be8..00000000000
--- a/packages/php/email-editor/changelog/fix-render-hook-leak-initializer
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Prevent hook accumulation in email editor Initializer by guarding against duplicate hook registration.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 1cfc5f90cdc..51d1cf52663 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.9.2",
+ "version": "2.10.0",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 233f442163e..8b76379e652 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.9.2",
+ "version": "2.10.0",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "21f68f6d11c9596d22da402cfa489f71609524e3"
+ "reference": "4e01d8f7f968089147984e823eaa1d0da0174b11"
},
"require": {
"php": ">=7.4"