Commit 529185dd2ef for woocommerce

commit 529185dd2eff8f40c4dc5c0a50a8b1064a678607
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Mon Apr 6 14:36:22 2026 +0000

    Prepare Packages for Release (#64028)

    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 3049cc7862b..486a9cbc989 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).

+## [1.10.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.10.1) - 2026-04-06
+
+-   Patch - Disable Real-time Collaboration in the email editor [#63770]
+-   Patch - Fix template-select modal not appearing on WordPress 7.0 due to hasEdits() returning true on fresh posts [#64026]
+-   Patch - Fix useSelect instability warning for notices in the email editor [#63943]
+-   Patch - Replaced patched `@wordpress/data` types with opt-in internal package types. [#63483]
+
 ## [1.10.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.10.0) - 2026-03-18

 -   Minor - Add `woocommerce_email_editor_send_button_disabled` filter to allow overriding the send button disabled state [#63722]
diff --git a/packages/js/email-editor/changelog/63483-add-62921-shared-monorepo-ts-config b/packages/js/email-editor/changelog/63483-add-62921-shared-monorepo-ts-config
deleted file mode 100644
index 03e468e5a6e..00000000000
--- a/packages/js/email-editor/changelog/63483-add-62921-shared-monorepo-ts-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Replaced patched `@wordpress/data` types with opt-in internal package types.
\ No newline at end of file
diff --git a/packages/js/email-editor/changelog/fix-email-editor-console-log-notices b/packages/js/email-editor/changelog/fix-email-editor-console-log-notices
deleted file mode 100644
index 860bb7839db..00000000000
--- a/packages/js/email-editor/changelog/fix-email-editor-console-log-notices
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix useSelect instability warning for notices in the email editor
diff --git a/packages/js/email-editor/changelog/fix-template-selection-hasedits-wp7 b/packages/js/email-editor/changelog/fix-template-selection-hasedits-wp7
deleted file mode 100644
index 23cee276a1c..00000000000
--- a/packages/js/email-editor/changelog/fix-template-selection-hasedits-wp7
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix template-select modal not appearing on WordPress 7.0 due to hasEdits() returning true on fresh posts
diff --git a/packages/js/email-editor/changelog/stomail-7892-turn-off-real-time-collaboration-in-email-editor b/packages/js/email-editor/changelog/stomail-7892-turn-off-real-time-collaboration-in-email-editor
deleted file mode 100644
index 73268d3b3bf..00000000000
--- a/packages/js/email-editor/changelog/stomail-7892-turn-off-real-time-collaboration-in-email-editor
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Disable Real-time Collaboration in the email editor
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index e62def1dc08..75d499454df 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.10.0",
+	"version": "1.10.1",
 	"description": "Gutenberg based email editor that is used in WooCommerce emails.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",