Commit 57a4744f5ca for woocommerce
commit 57a4744f5ca0ad269498881f815cbdf02bb3e9be
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Thu Sep 3 14:49:20 2026 +0100
Prepare Packages for Release (#68336)
Automated change: Prep @woocommerce/email-editor for release.
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/packages/js/email-editor/CHANGELOG.md b/packages/js/email-editor/CHANGELOG.md
index e454c4fea60..cfa5ae96061 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,6 +2,11 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.4.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.4.1) - 2026-09-03
+
+- Patch - Render the compact back button on WordPress 7.1 again, where the header sizes the back button column by its content [#68017]
+- Patch - Restore the Personalization Tags toolbar button on the Button block by registering the shortcode format as non-interactive [#68217]
+
## [2.4.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.4.0) - 2026-08-21
- Minor - Add the `woocommerce_email_editor_recent_emails_query` filter so integrations can change which emails the "Recent" category of the template selection modal lists. [#67859]
diff --git a/packages/js/email-editor/changelog/fix-back-button-wp71-detection b/packages/js/email-editor/changelog/fix-back-button-wp71-detection
deleted file mode 100644
index 47fe336fb8b..00000000000
--- a/packages/js/email-editor/changelog/fix-back-button-wp71-detection
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Render the compact back button on WordPress 7.1 again, where the header sizes the back button column by its content
diff --git a/packages/js/email-editor/changelog/fix-button-block-personalization-tags-toolbar b/packages/js/email-editor/changelog/fix-button-block-personalization-tags-toolbar
deleted file mode 100644
index 3cdd541384e..00000000000
--- a/packages/js/email-editor/changelog/fix-button-block-personalization-tags-toolbar
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Restore the Personalization Tags toolbar button on the Button block by registering the shortcode format as non-interactive
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 99c64558345..7f7c3183a62 100644
--- a/packages/js/email-editor/package.json
+++ b/packages/js/email-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/email-editor",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "Gutenberg based email editor that is used in WooCommerce emails.",
"author": "Automattic",
"license": "GPL-2.0-or-later",