Commit 6264aa7566 for woocommerce
commit 6264aa7566b39913d8c54b56e77b39cf1f52a3c2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri Jan 16 12:03:48 2026 +0100
Prepare Packages for Release (#62835)
Automated change: Prep @woocommerce/email-editor for release.
Co-authored-by: lysyjan <13644846+lysyjan@users.noreply.github.com>
diff --git a/packages/js/email-editor/CHANGELOG.md b/packages/js/email-editor/CHANGELOG.md
index 75fc26332f..ccca7bc3ac 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,12 +2,17 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.5.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.5.1) - 2026-01-16
+
+- Patch - Fix buttons block layout controls initialization [#62708]
+- Patch - Unify loading indicator with the site editor [#62729]
+
## [1.5.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.5.0) - 2025-12-15
- Patch - Handle missing layout settings in the editor settings [#61471]
-- Minor - Add category tabs navigation to email template selection modal. The TemplateCategory type is now a string to support dynamic categories loaded from block patterns. [#62441]
- Patch - Add optional createCoupon URL to EmailEditorUrls type for coupon creation integration
- Patch - Improve UX for tax-inclusive pricing configuration by adding validation notice and clearer setting description when base tax rate is not configured. [#61471]
+- Minor - Add category tabs navigation to email template selection modal. The TemplateCategory type is now a string to support dynamic categories loaded from block patterns. [#62441]
## [1.4.3](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.4.3) - 2025-12-11
diff --git a/packages/js/email-editor/changelog/wooprd-1630-unify-loading-indicato b/packages/js/email-editor/changelog/wooprd-1630-unify-loading-indicato
deleted file mode 100644
index 07fa04a32d..0000000000
--- a/packages/js/email-editor/changelog/wooprd-1630-unify-loading-indicato
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Unify loading indicator with the site editor
diff --git a/packages/js/email-editor/changelog/wooprd-997-buttons-alignment-control-fix b/packages/js/email-editor/changelog/wooprd-997-buttons-alignment-control-fix
deleted file mode 100644
index 290b6f2b80..0000000000
--- a/packages/js/email-editor/changelog/wooprd-997-buttons-alignment-control-fix
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix buttons block layout controls initialization
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index c885b61204..b0ebce3741 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.5.0",
+ "version": "1.5.1",
"description": "Gutenberg based email editor that is used in WooCommerce emails.",
"author": "Automattic",
"license": "GPL-2.0-or-later",