Commit d424f7a267 for woocommerce

commit d424f7a267815f7e66f470cbb4ce293561d645a3
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Nov 4 11:00:29 2025 +0100

    Prepare Packages for Release (#61794)

    Automated change: Prep @woocommerce/email-editor for release.

    Co-authored-by: triple0t <30554163+triple0t@users.noreply.github.com>

diff --git a/packages/js/email-editor/CHANGELOG.md b/packages/js/email-editor/CHANGELOG.md
index f2b93c8946..c7ce7d6531 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,6 +2,10 @@

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

+## [1.2.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.2.1) - 2025-11-04
+
+-   Patch - Export the personalization tags RichTextWithButton component and other email editor methods. [#61748]
+
 ## [1.2.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.2.0) - 2025-10-31

 -   Patch - Ensure the Command palette is functional in WordPress 6.9 beta and above. [#61672]
diff --git a/packages/js/email-editor/changelog/export-email-editor-components b/packages/js/email-editor/changelog/export-email-editor-components
deleted file mode 100644
index 77964fb876..0000000000
--- a/packages/js/email-editor/changelog/export-email-editor-components
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Export the personalization tags RichTextWithButton component and other email editor methods.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 333aadd217..86b913ee27 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.2.0",
+	"version": "1.2.1",
 	"description": "Gutenberg based email editor that is used in WooCommerce emails.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",