Commit 8a6972d5f40 for woocommerce

commit 8a6972d5f40df59395dd9fabc763e59fcafa3c8c
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Sun Mar 8 13:08:55 2026 +0000

    Prepare Packages for Release (#63592)

    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 510e651a77a..3ab581a1025 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.9.1](https://github.com/woocommerce/email-editor/releases/tag/2.9.1) - 2026-03-08
+
+-   Patch - Add woocommerce_email_editor_send_preview_email_subject filter to allow customizing the preview email subject. [#63504]
+-   Patch - Email Editor: consolidate redundant CSS inlining into a single pass for improved rendering performance. [#63454]
+
 ## [2.9.0](https://github.com/woocommerce/email-editor/releases/tag/2.9.0) - 2026-02-23

 -   Patch - Verify user can edit post in send preview email endpoint permission check [#63413]
diff --git a/packages/php/email-editor/changelog/63454-fix-email-editor-css-inlining-efficiency b/packages/php/email-editor/changelog/63454-fix-email-editor-css-inlining-efficiency
deleted file mode 100644
index 1526f671925..00000000000
--- a/packages/php/email-editor/changelog/63454-fix-email-editor-css-inlining-efficiency
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Email Editor: consolidate redundant CSS inlining into a single pass for improved rendering performance.
\ No newline at end of file
diff --git a/packages/php/email-editor/changelog/add-preview-email-subject-filter b/packages/php/email-editor/changelog/add-preview-email-subject-filter
deleted file mode 100644
index d7a6e8315fc..00000000000
--- a/packages/php/email-editor/changelog/add-preview-email-subject-filter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Add woocommerce_email_editor_send_preview_email_subject filter to allow customizing the preview email subject.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index dd1a6d71526..bddd51ebb19 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.0",
+	"version": "2.9.1",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 428c9bc682c..dd937b6cdf9 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.9.0",
+            "version": "2.9.1",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "99fb68f65ce7d682b40d90aad39ad1f5205aa659"
+                "reference": "ef18269d931b4a7a5e9cfc87edee374f1e3e1ba2"
             },
             "require": {
                 "php": ">=7.4"