Commit d95370cd4dd for woocommerce

commit d95370cd4ddfe5b2583ac54d903c758d62fe561c
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Thu Mar 12 17:20:31 2026 +0000

    Prepare Packages for Release (#63664)

    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 62a28f595c9..011a0a624b0 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,6 +2,11 @@

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

+## [1.9.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.9.0) - 2026-03-12
+
+-   Minor - Add emailBlocks getter to pattern enhancement for inserting dynamic email content blocks [#63612]
+-   Minor - Export registerEntityAction, unregisterEntityAction and PostWithPermissions from the email editor package public API. [#63558]
+
 ## [1.8.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.8.0) - 2026-03-02

 -   Minor - Removed custom RichText package, which was needed for WordPress < 6.8 [#63289]
diff --git a/packages/js/email-editor/changelog/add-email-content-pattern-insertion b/packages/js/email-editor/changelog/add-email-content-pattern-insertion
deleted file mode 100644
index 9fef1b27818..00000000000
--- a/packages/js/email-editor/changelog/add-email-content-pattern-insertion
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add emailBlocks getter to pattern enhancement for inserting dynamic email content blocks
diff --git a/packages/js/email-editor/changelog/wooprd-1019-export-register-entity-action b/packages/js/email-editor/changelog/wooprd-1019-export-register-entity-action
deleted file mode 100644
index 32340cd1c34..00000000000
--- a/packages/js/email-editor/changelog/wooprd-1019-export-register-entity-action
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Export registerEntityAction, unregisterEntityAction and PostWithPermissions from the email editor package public API.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 9ba7314e50e..59194b6f845 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.8.0",
+	"version": "1.9.0",
 	"description": "Gutenberg based email editor that is used in WooCommerce emails.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",