Commit ee6863a6aad for woocommerce
commit ee6863a6aadb52510538ab86cd64db7f3f18d3c0
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Wed Aug 12 15:59:34 2026 +0530
Prepare Packages for Release (#67647)
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 0d14aeef46b..a2ad9059851 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,6 +2,13 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [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]
+- Minor - Restore text and background color controls in the styles sidebar on WordPress 7.1+ — text color moves to the typography panel and background color to a new Background screen, matching where WordPress 7.1 places them. [#67467]
+- Minor - Disable the WordPress 7.1 responsive styles feature in the email editor [#67444]
+- Minor - Render the editor back button as a compact chevron on WordPress 7.1+ to match the redesigned header, keeping the fullscreen-style button on older versions [#67470]
+
## [2.2.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.2.1) - 2026-07-30
- Patch - Stop regenerating the global styles stylesheet and re-filtering personalization tags on every render, which made typing in the editor canvas sluggish. [#67031]
diff --git a/packages/js/email-editor/changelog/add-background-and-text-color-controls-wp71 b/packages/js/email-editor/changelog/add-background-and-text-color-controls-wp71
deleted file mode 100644
index a8248949d10..00000000000
--- a/packages/js/email-editor/changelog/add-background-and-text-color-controls-wp71
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Restore text and background color controls in the styles sidebar on WordPress 7.1+ — text color moves to the typography panel and background color to a new Background screen, matching where WordPress 7.1 places them.
diff --git a/packages/js/email-editor/changelog/update-back-button-wp71 b/packages/js/email-editor/changelog/update-back-button-wp71
deleted file mode 100644
index c2d9be93b8a..00000000000
--- a/packages/js/email-editor/changelog/update-back-button-wp71
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Render the editor back button as a compact chevron on WordPress 7.1+ to match the redesigned header, keeping the fullscreen-style button on older versions
diff --git a/packages/js/email-editor/changelog/update-disable-responsive-editing b/packages/js/email-editor/changelog/update-disable-responsive-editing
deleted file mode 100644
index 548d5cccd21..00000000000
--- a/packages/js/email-editor/changelog/update-disable-responsive-editing
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Disable the WordPress 7.1 responsive styles feature in the email editor
diff --git a/packages/js/email-editor/changelog/wooplug-6171-custom-save-button b/packages/js/email-editor/changelog/wooplug-6171-custom-save-button
deleted file mode 100644
index c44313c6335..00000000000
--- a/packages/js/email-editor/changelog/wooplug-6171-custom-save-button
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-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.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 989a0f5abc5..8619bb1e0bd 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.2.1",
+ "version": "2.3.0",
"description": "Gutenberg based email editor that is used in WooCommerce emails.",
"author": "Automattic",
"license": "GPL-2.0-or-later",