Commit ca0c6376cd for woocommerce
commit ca0c6376cdd314145a4b175bc36bcd0cc9e6926d
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon Dec 15 22:47:28 2025 +0100
Prepare Packages for Release (#62457)
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 f7102e1e11..75fc26332f 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.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]
+
## [1.4.3](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.4.3) - 2025-12-11
- Patch - Compatibility update for Gutenberg 22.0. useEmailCss now returns styles correctly with Gutenberg 22.0+. [#61964]
diff --git a/packages/js/email-editor/changelog/61471-wooplug-5511-product-prices-entered-inclusive-of-tax-are-displayed b/packages/js/email-editor/changelog/61471-wooplug-5511-product-prices-entered-inclusive-of-tax-are-displayed
deleted file mode 100644
index 257b4b41de..0000000000
--- a/packages/js/email-editor/changelog/61471-wooplug-5511-product-prices-entered-inclusive-of-tax-are-displayed
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Improve UX for tax-inclusive pricing configuration by adding validation notice and clearer setting description when base tax rate is not configured.
\ No newline at end of file
diff --git a/packages/js/email-editor/changelog/add-create-coupon-url-type b/packages/js/email-editor/changelog/add-create-coupon-url-type
deleted file mode 100644
index df38e020b8..0000000000
--- a/packages/js/email-editor/changelog/add-create-coupon-url-type
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Add optional createCoupon URL to EmailEditorUrls type for coupon creation integration
diff --git a/packages/js/email-editor/changelog/fix-layout-settings-not-initialized b/packages/js/email-editor/changelog/fix-layout-settings-not-initialized
deleted file mode 100644
index a36fb2f63d..0000000000
--- a/packages/js/email-editor/changelog/fix-layout-settings-not-initialized
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Handle missing layout settings in the editor settings
diff --git a/packages/js/email-editor/changelog/wooprd-1118-add-category-tabs-navigation b/packages/js/email-editor/changelog/wooprd-1118-add-category-tabs-navigation
deleted file mode 100644
index 3f985d8fd0..0000000000
--- a/packages/js/email-editor/changelog/wooprd-1118-add-category-tabs-navigation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add category tabs navigation to email template selection modal. The TemplateCategory type is now a string to support dynamic categories loaded from block patterns.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 8d6d7e7608..c885b61204 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.4.3",
+ "version": "1.5.0",
"description": "Gutenberg based email editor that is used in WooCommerce emails.",
"author": "Automattic",
"license": "GPL-2.0-or-later",