Commit ec4b39a964 for woocommerce
commit ec4b39a964876c4f37ddd2df2df0bb64d26642e6
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Tue Feb 17 11:11:30 2026 +0000
Prepare Packages for Release (#63337)
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 899ce961f2..776fca5ca0 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,6 +2,14 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.7.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.7.0) - 2026-02-17
+
+- Patch - Add memoization for the getEmailTemplates selector [#63200]
+- Patch - Fix blank modal when using swap template action in email editor [#63229]
+- Minor - Add EmailActionsFill allowing extenders to add custom email actions to the sidebar [#63269]
+- Patch - Add `customSavePanel` prop to the Email Editor component and pass it down to the Gutenberg Editor component [#63323]
+- Minor - Move TemplateSelection to EmailActionsFill slot and export TemplateSelection component for extensibility [#63277]
+
## [1.6.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.6.0) - 2026-02-04
- Minor - Ensure reset template action for email templates [#62984]
diff --git a/packages/js/email-editor/changelog/add-template-selection-to-email-actions-fill b/packages/js/email-editor/changelog/add-template-selection-to-email-actions-fill
deleted file mode 100644
index 467ee62ee5..0000000000
--- a/packages/js/email-editor/changelog/add-template-selection-to-email-actions-fill
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Move TemplateSelection to EmailActionsFill slot and export TemplateSelection component for extensibility
diff --git a/packages/js/email-editor/changelog/fix-memoize-get-email-templates-selector b/packages/js/email-editor/changelog/fix-memoize-get-email-templates-selector
deleted file mode 100644
index 48bd2ade4c..0000000000
--- a/packages/js/email-editor/changelog/fix-memoize-get-email-templates-selector
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Add memoization for the getEmailTemplates selector
diff --git a/packages/js/email-editor/changelog/fix-swap-template-blank-modal b/packages/js/email-editor/changelog/fix-swap-template-blank-modal
deleted file mode 100644
index 64a333671b..0000000000
--- a/packages/js/email-editor/changelog/fix-swap-template-blank-modal
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix blank modal when using swap template action in email editor
diff --git a/packages/js/email-editor/changelog/stomail-7602-implement-design-for-the-email-post-summary-panel-v2 b/packages/js/email-editor/changelog/stomail-7602-implement-design-for-the-email-post-summary-panel-v2
deleted file mode 100644
index c1f5946a52..0000000000
--- a/packages/js/email-editor/changelog/stomail-7602-implement-design-for-the-email-post-summary-panel-v2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add EmailActionsFill allowing extenders to add custom email actions to the sidebar
diff --git a/packages/js/email-editor/changelog/stomail-7603-implement-review-email-campaign-sidebar-panels b/packages/js/email-editor/changelog/stomail-7603-implement-review-email-campaign-sidebar-panels
deleted file mode 100644
index 0ab162a669..0000000000
--- a/packages/js/email-editor/changelog/stomail-7603-implement-review-email-campaign-sidebar-panels
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Add `customSavePanel` prop to the Email Editor component and pass it down to the Gutenberg Editor component
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 9123449c17..dfb8042a41 100644
--- a/packages/js/email-editor/package.json
+++ b/packages/js/email-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/email-editor",
- "version": "1.6.0",
+ "version": "1.7.0",
"description": "Gutenberg based email editor that is used in WooCommerce emails.",
"author": "Automattic",
"license": "GPL-2.0-or-later",