Commit d35d586d48a for woocommerce
commit d35d586d48a920d48c363607a028e523467d0cd7
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Fri Aug 21 15:22:12 2026 +0530
Prepare Packages for Release (#67907)
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 62061a85eac..e454c4fea60 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.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]
+- Patch - Update npm dependencies that resolve high-severity security advisories. [#67844]
+
## [2.3.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.3.0) - 2026-08-12
- Minor - Add optional customSaveButton prop to Editor/ExperimentalEmailEditor (threaded to the Gutenberg editor header, skipped in template mode) and extend the editor-save notice override to also match "Post published." and "Draft saved." for integrations whose save button publishes in the background. [#67025]
diff --git a/packages/js/email-editor/changelog/add-recent-emails-query-filter b/packages/js/email-editor/changelog/add-recent-emails-query-filter
deleted file mode 100644
index fdf68e579fc..00000000000
--- a/packages/js/email-editor/changelog/add-recent-emails-query-filter
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the `woocommerce_email_editor_recent_emails_query` filter so integrations can change which emails the "Recent" category of the template selection modal lists.
diff --git a/packages/js/email-editor/changelog/woo6-108-resolve-high-npm-alerts b/packages/js/email-editor/changelog/woo6-108-resolve-high-npm-alerts
deleted file mode 100644
index a7cf738dc2f..00000000000
--- a/packages/js/email-editor/changelog/woo6-108-resolve-high-npm-alerts
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update npm dependencies that resolve high-severity security advisories.
diff --git a/packages/js/email-editor/changelog/wooplug-7554-add-tooling-catalog b/packages/js/email-editor/changelog/wooplug-7554-add-tooling-catalog
deleted file mode 100644
index 9f377230e05..00000000000
--- a/packages/js/email-editor/changelog/wooplug-7554-add-tooling-catalog
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Use the tooling catalog for shared Babel, PostCSS, and webpack versions.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 9bbd6d8e252..99c64558345 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.3.0",
+ "version": "2.4.0",
"description": "Gutenberg based email editor that is used in WooCommerce emails.",
"author": "Automattic",
"license": "GPL-2.0-or-later",