Commit f6ebf18c45e for woocommerce

commit f6ebf18c45e68b19a51a81a4df69992a321be2ff
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Fri Jul 24 20:13:56 2026 +0530

    Prepare Packages for Release (#66985)

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

    Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>

diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 572bb0779ee..b2bb6ea43a7 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,16 @@

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

+## [2.14.2](https://github.com/woocommerce/email-editor/releases/tag/2.14.2) - 2026-07-24
+
+-   Patch - Clamp an oversized raw image width in email galleries down to the cell it renders in (scaling height to keep the aspect ratio), so wide originals no longer blow out the layout in Outlook, and drop the web-only class the sanitizer preserves. [#66824]
+-   Patch - Ensure emails render global font weight, style, and letter spacing. [#66620]
+-   Patch - For image blocks without a set width, only detect the width for local uploads images and fall back to the max width for external images. [#66729]
+-   Patch - Keep email galleries in normal document flow so the block after a gallery (e.g. a heading) keeps its vertical spacing. The gallery wrapper table's align="left" rendered as a float in email clients, pulling the gallery out of flow so the following block failed to clear it. Alignment is preserved via the existing text-align CSS. [#66833]
+-   Patch - Limit the front end email preview to published emails or users who can read the post, so unpublished emails are no longer shown to logged out visitors. [#66727]
+-   Patch - Wrap overflowing button/navigation rows in emails instead of stretching the layout. When auto-width buttons don't fit on one line, they now wrap (Gmail, Apple Mail, webmail) or stack vertically (Outlook) rather than pushing the email past its content width. [#66891]
+-   Patch - Render email galleries with the same number of columns the block author chose (up to 8) instead of clamping to 5. Clamping wide galleries forced extra partial rows whose trailing images stretched to a size the author never set. [#66801]
+
 ## [2.14.1](https://github.com/woocommerce/email-editor/releases/tag/2.14.1) - 2026-07-16

 -   Patch - Fix email gallery aspect-ratio crop misclassifying images whose src contains a query-string ampersand (e.g. CDN URLs) as server-cropped, which stamped distorting fixed dimensions on uncropped images. The renderer now detects a server crop by comparing the filter result to the original URL before escaping. [#66739]
diff --git a/packages/php/email-editor/changelog/fix-global-email-typography-rendering b/packages/php/email-editor/changelog/fix-global-email-typography-rendering
deleted file mode 100644
index 51edfcb7a93..00000000000
--- a/packages/php/email-editor/changelog/fix-global-email-typography-rendering
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Ensure emails render global font weight, style, and letter spacing.
diff --git a/packages/php/email-editor/changelog/fix-nl-737-flex-layout-wrap-email b/packages/php/email-editor/changelog/fix-nl-737-flex-layout-wrap-email
deleted file mode 100644
index bfda5030185..00000000000
--- a/packages/php/email-editor/changelog/fix-nl-737-flex-layout-wrap-email
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Wrap overflowing button/navigation rows in emails instead of stretching the layout. When auto-width buttons don't fit on one line, they now wrap (Gmail, Apple Mail, webmail) or stack vertically (Outlook) rather than pushing the email past its content width.
diff --git a/packages/php/email-editor/changelog/fix-nl-739-gallery-columns-clamp b/packages/php/email-editor/changelog/fix-nl-739-gallery-columns-clamp
deleted file mode 100644
index e4cdb41ed2c..00000000000
--- a/packages/php/email-editor/changelog/fix-nl-739-gallery-columns-clamp
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Render email galleries with the same number of columns the block author chose (up to 8) instead of clamping to 5. Clamping wide galleries forced extra partial rows whose trailing images stretched to a size the author never set.
diff --git a/packages/php/email-editor/changelog/fix-nl-740-gallery-image-hardening b/packages/php/email-editor/changelog/fix-nl-740-gallery-image-hardening
deleted file mode 100644
index d2d79cbd8ac..00000000000
--- a/packages/php/email-editor/changelog/fix-nl-740-gallery-image-hardening
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Clamp an oversized raw image width in email galleries down to the cell it renders in (scaling height to keep the aspect ratio), so wide originals no longer blow out the layout in Outlook, and drop the web-only class the sanitizer preserves.
diff --git a/packages/php/email-editor/changelog/fix-nl-742-gallery-float-spacing b/packages/php/email-editor/changelog/fix-nl-742-gallery-float-spacing
deleted file mode 100644
index 36d79de7b01..00000000000
--- a/packages/php/email-editor/changelog/fix-nl-742-gallery-float-spacing
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Keep email galleries in normal document flow so the block after a gallery (e.g. a heading) keeps its vertical spacing. The gallery wrapper table's align="left" rendered as a float in email clients, pulling the gallery out of flow so the following block failed to clear it. Alignment is preserved via the existing text-align CSS.
diff --git a/packages/php/email-editor/changelog/wooprd-3572-any-user-can-read-unpublished-emails-via-post-on-the-front b/packages/php/email-editor/changelog/wooprd-3572-any-user-can-read-unpublished-emails-via-post-on-the-front
deleted file mode 100644
index 37e079541c7..00000000000
--- a/packages/php/email-editor/changelog/wooprd-3572-any-user-can-read-unpublished-emails-via-post-on-the-front
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Limit the front end email preview to published emails or users who can read the post, so unpublished emails are no longer shown to logged out visitors.
diff --git a/packages/php/email-editor/changelog/wooprd-3573-email-editor-image-block-can-make-the-server-fetch-any-url b/packages/php/email-editor/changelog/wooprd-3573-email-editor-image-block-can-make-the-server-fetch-any-url
deleted file mode 100644
index e54dbd5c24c..00000000000
--- a/packages/php/email-editor/changelog/wooprd-3573-email-editor-image-block-can-make-the-server-fetch-any-url
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-For image blocks without a set width, only detect the width for local uploads images and fall back to the max width for external images.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index bc4cd368313..f9e63da8e80 100644
--- a/packages/php/email-editor/composer.json
+++ b/packages/php/email-editor/composer.json
@@ -5,7 +5,7 @@
 	"license": "GPL-2.0-or-later",
 	"prefer-stable": true,
 	"minimum-stability": "dev",
-	"version": "2.14.1",
+	"version": "2.14.2",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 463d6982dde..64acade0297 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.14.1",
+            "version": "2.14.2",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "725624ebc250c07d174693dc7f8bd5b46c5c32e0"
+                "reference": "f7f2be52a0c8121a2c91464c906b919192f2f375"
             },
             "require": {
                 "php": ">=7.4"