Commit f9c2a2eedb2 for woocommerce

commit f9c2a2eedb2c3dc505fae1ecc6af23ccc14a4634
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Mon Apr 27 15:36:02 2026 +0530

    Prepare Packages for Release (#64416)

    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 6e74e336470..aba9d921e11 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,14 @@

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

+## [2.12.0](https://github.com/woocommerce/email-editor/releases/tag/2.12.0) - 2026-04-27
+
+-   Patch - Fix button border-radius mismatch between email editor preview and rendered output. [#64060]
+-   Patch - Fix email editor styling regressions: logo/title font competition, inconsistent bold in order totals, and incorrect content indentation in block emails. [#63974]
+-   Patch - Resolve preset variable references in Spacing_Preprocessor container padding to fix padding mismatch for template-level blocks in email previews. Extract shared Preset_Variable_Resolver utility to eliminate duplicated resolution logic across Content_Renderer, Blocks_Width_Preprocessor, Spacing_Preprocessor, and Theme_Controller. [#64071]
+-   Minor - Add auto-generation mode to the coupon code email block, allowing users to configure coupon rules that generate unique codes at send time. [#64342]
+-   Minor - Add full-width alignment support for product image block, enable wide/full alignment options in editor settings, and fix invalid align="full" HTML attribute in image renderers [#63839]
+
 ## [2.11.0](https://github.com/woocommerce/email-editor/releases/tag/2.11.0) - 2026-04-06

 -   Patch - Fix double margin-top applied to buttons and list blocks in rendered emails. [#63790]
diff --git a/packages/php/email-editor/changelog/63974-fix-email-editor-styling-regressions b/packages/php/email-editor/changelog/63974-fix-email-editor-styling-regressions
deleted file mode 100644
index 382c39536c0..00000000000
--- a/packages/php/email-editor/changelog/63974-fix-email-editor-styling-regressions
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix email editor styling regressions: logo/title font competition, inconsistent bold in order totals, and incorrect content indentation in block emails.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/64342-add-coupon-code-block-auto-generation b/packages/php/email-editor/changelog/64342-add-coupon-code-block-auto-generation
deleted file mode 100644
index 9de4b9dd56a..00000000000
--- a/packages/php/email-editor/changelog/64342-add-coupon-code-block-auto-generation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add auto-generation mode to the coupon code email block, allowing users to configure coupon rules that generate unique codes at send time.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/add-product-image-full-width-alignment b/packages/php/email-editor/changelog/add-product-image-full-width-alignment
deleted file mode 100644
index bf97fc3bcff..00000000000
--- a/packages/php/email-editor/changelog/add-product-image-full-width-alignment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add full-width alignment support for product image block, enable wide/full alignment options in editor settings, and fix invalid align="full" HTML attribute in image renderers
diff --git a/packages/php/email-editor/changelog/fix-email-editor-button-border-radius b/packages/php/email-editor/changelog/fix-email-editor-button-border-radius
deleted file mode 100644
index 925c89392a7..00000000000
--- a/packages/php/email-editor/changelog/fix-email-editor-button-border-radius
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix button border-radius mismatch between email editor preview and rendered output.
diff --git a/packages/php/email-editor/changelog/fix-email-editor-preset-padding-resolution b/packages/php/email-editor/changelog/fix-email-editor-preset-padding-resolution
deleted file mode 100644
index 99f9e6d2ab3..00000000000
--- a/packages/php/email-editor/changelog/fix-email-editor-preset-padding-resolution
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Resolve preset variable references in Spacing_Preprocessor container padding to fix padding mismatch for template-level blocks in email previews. Extract shared Preset_Variable_Resolver utility to eliminate duplicated resolution logic across Content_Renderer, Blocks_Width_Preprocessor, Spacing_Preprocessor, and Theme_Controller.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 1d06fc7758b..727ff987286 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.11.0",
+	"version": "2.12.0",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index fe6f99f2b90..ec6a91d2b33 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.11.0",
+            "version": "2.12.0",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "fee475d4f80a8a469c1c34fddea89e301adcb963"
+                "reference": "cb255266fec1c3ac8c2841ab36ac08d19aa12412"
             },
             "require": {
                 "php": ">=7.4"
@@ -5596,5 +5596,5 @@
     "platform-overrides": {
         "php": "7.4"
     },
-    "plugin-api-version": "2.6.0"
+    "plugin-api-version": "2.9.0"
 }