Commit 87c00a681a for woocommerce

commit 87c00a681ae2feb4c32655dd9cbf4a072a4da5bf
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Dec 4 10:25:39 2025 +0100

    Prepare Packages for Release (#62248)

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

    Co-authored-by: costasovo <1082140+costasovo@users.noreply.github.com>
    Co-authored-by: Rostislav Wolny <rosta.wolny@automattic.com>

diff --git a/packages/js/email-editor/CHANGELOG.md b/packages/js/email-editor/CHANGELOG.md
index 8b8de5a527..5743fc4a0b 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.4.2](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.4.2) - 2025-12-04
+
+-   Patch - Handle missing layout settings in the editor settings [#62237]
+
 ## [1.4.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.4.1) - 2025-11-25

 -   Patch - Remove unnecessary hook for media library [#62127]
@@ -9,7 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
 ## [1.4.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.4.0) - 2025-11-12

 -   Patch - Prevent crashes with Gutenberg 22.0 [#61925]
--   Minor [ **BREAKING CHANGE** ] - Updated all PHP dependencies. [#61753]
+-   Updated all PHP dependencies. [#61753]

 ## [1.3.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.3.0) - 2025-11-05

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/package.json b/packages/js/email-editor/package.json
index 6097f94b9e..0e21ec1679 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.1",
+	"version": "1.4.2",
 	"description": "Gutenberg based email editor that is used in WooCommerce emails.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",