Commit a145c65eee for woocommerce

commit a145c65eee1971998bfc6dd620fc5769e3475d0c
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Jan 5 14:51:28 2026 +0100

    Prepare Packages for Release (#62663)

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

    Co-authored-by: arcangelini <33258733+arcangelini@users.noreply.github.com>

diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 0dc491c2b7..e9b801cd78 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,11 @@

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

+## [2.3.0](https://github.com/woocommerce/email-editor/releases/tag/2.3.0) - 2026-01-05
+
+-   Patch - Email Editor: prevent fatal type errors in Blocks_Width_Preprocessor [#62524]
+-   Minor - Email editor: Add text alignment for has-text-align-* classes. [#62588]
+
 ## [2.2.0](https://github.com/woocommerce/email-editor/releases/tag/2.2.0) - 2025-12-15

 -   Minor - Add category tabs navigation to email template selection modal. [#62441]
@@ -25,7 +30,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 ** Updated all PHP dependencies. [#61753]
+-   Major [ **BREAKING CHANGE** ] - ** 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/62524-fix-block-width-preprocessor b/packages/php/email-editor/changelog/62524-fix-block-width-preprocessor
deleted file mode 100644
index ce040f30a3..0000000000
--- a/packages/php/email-editor/changelog/62524-fix-block-width-preprocessor
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Email Editor: prevent fatal type errors in Blocks_Width_Preprocessor
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/62588-add-text-alignment-by-class b/packages/php/email-editor/changelog/62588-add-text-alignment-by-class
deleted file mode 100644
index 8e8c379ea7..0000000000
--- a/packages/php/email-editor/changelog/62588-add-text-alignment-by-class
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Email editor: Add text alignment for has-text-align-* classes.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/62605-fix-email-editor-classic-content b/packages/php/email-editor/changelog/62605-fix-email-editor-classic-content
deleted file mode 100644
index 2a011eff8e..0000000000
--- a/packages/php/email-editor/changelog/62605-fix-email-editor-classic-content
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-Comment: Email Editor: make Cleanup_Preprocessor only remove truly empty blocks.
-
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index c003875187..b18faab854 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.2.0",
+	"version": "2.3.0",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 362cca44a0..cb9e4f4d04 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.2.0",
+            "version": "2.3.0",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "da6aeda1376537e61639a9fbfe6fb20da9b11b0f"
+                "reference": "47291f4dc0ddd0b30bbc50f89a9f9c12f6e2d579"
             },
             "require": {
                 "php": ">=7.4"