Commit e5f7598343 for woocommerce

commit e5f759834332b5d724ec28e6a8e7bc974fc9ac1a
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Fri Feb 20 17:28:23 2026 +0000

    Prepare Packages for Release (#63392)

    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 776fca5ca0..379d4727cb 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,12 +2,16 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [1.7.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.7.1) - 2026-02-20
+
+-   Patch - Export EditTemplateModal and SelectTemplateModal from the email editor package for extensibility. [#63374]
+
 ## [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 - Add EmailActionsFill allowing extenders to add custom email actions to the sidebar [#63269]
 -   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
diff --git a/packages/js/email-editor/changelog/add-export-template-modals b/packages/js/email-editor/changelog/add-export-template-modals
deleted file mode 100644
index d5b0307d48..0000000000
--- a/packages/js/email-editor/changelog/add-export-template-modals
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Export EditTemplateModal and SelectTemplateModal from the email editor package for extensibility.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index dfb8042a41..3ee87a452a 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.7.0",
+	"version": "1.7.1",
 	"description": "Gutenberg based email editor that is used in WooCommerce emails.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",