Commit 22f4fa91ebe for woocommerce

commit 22f4fa91ebe169c2e61830b5c38f6eec20c9208d
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Thu Jul 16 21:09:28 2026 +0100

    Prepare Packages for Release (#66740)

    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 ec572f6bd16..572bb0779ee 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,11 +2,19 @@

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

+## [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]
+-   Patch - Honor the gallery block aspect ratio (crop) when rendering emails. Cropped images now fall back to CSS cropping and expose the `woocommerce_email_editor_gallery_cropped_image_url` filter so integrations can serve server-side-cropped images that render the crop in every email client. [#66570]
+-   Patch - Improve email editor layout rendering for better parity with the editor: include padding and borders in inner (e.g. image) width calculations so bordered columns no longer overflow, nest a padded group's root and container padding instead of stacking them on each block, and stop using the global vertical block spacing as a horizontal gap between columns. [#66165]
+-   Patch - Preserve percentage widths for email editor columns in previews and rendered emails. [#65868]
+-   Patch - Update Composer dev dependencies. [#65999]
+
 ## [2.14.0](https://github.com/woocommerce/email-editor/releases/tag/2.14.0) - 2026-06-15

 -   Patch - Block email editor: render every child block of a quote, render the citation only once, and stop emitting a quote-within-a-quote. [#64746]
--   Minor - Add support for Vimeo, TikTok, and Dailymotion embeds in the Email Editor package. [#65502]
 -   Patch - Email Editor: fix media-text RTL renderer test assertion. [#65215]
+-   Minor - Add support for Vimeo, TikTok, and Dailymotion embeds in the Email Editor package. [#65502]

 ## [2.13.0](https://github.com/woocommerce/email-editor/releases/tag/2.13.0) - 2026-05-04

diff --git a/packages/php/email-editor/changelog/66097-bump-wp-env-and-playwright b/packages/php/email-editor/changelog/66097-bump-wp-env-and-playwright
deleted file mode 100644
index 94d555e5db3..00000000000
--- a/packages/php/email-editor/changelog/66097-bump-wp-env-and-playwright
+++ /dev/null
@@ -1,3 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Bump @wordpress/env to 11.9.0 and @playwright/test to 1.61.1 (dev dependencies; no merchant-facing change).
diff --git a/packages/php/email-editor/changelog/fix-email-editor-layout-rendering-parity b/packages/php/email-editor/changelog/fix-email-editor-layout-rendering-parity
deleted file mode 100644
index 88312ea8afc..00000000000
--- a/packages/php/email-editor/changelog/fix-email-editor-layout-rendering-parity
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Improve email editor layout rendering for better parity with the editor: include padding and borders in inner (e.g. image) width calculations so bordered columns no longer overflow, nest a padded group's root and container padding instead of stacking them on each block, and stop using the global vertical block spacing as a horizontal gap between columns.
diff --git a/packages/php/email-editor/changelog/fix-nl-738-gallery-aspect-ratio-crop b/packages/php/email-editor/changelog/fix-nl-738-gallery-aspect-ratio-crop
deleted file mode 100644
index e7228c84576..00000000000
--- a/packages/php/email-editor/changelog/fix-nl-738-gallery-aspect-ratio-crop
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Honor the gallery block aspect ratio (crop) when rendering emails. Cropped images now fall back to CSS cropping and expose the `woocommerce_email_editor_gallery_cropped_image_url` filter so integrations can serve server-side-cropped images that render the crop in every email client.
diff --git a/packages/php/email-editor/changelog/fix-nl-738-gallery-crop-server-detect-encoding b/packages/php/email-editor/changelog/fix-nl-738-gallery-crop-server-detect-encoding
deleted file mode 100644
index a2647ee4369..00000000000
--- a/packages/php/email-editor/changelog/fix-nl-738-gallery-crop-server-detect-encoding
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-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.
diff --git a/packages/php/email-editor/changelog/resync-composer-locks b/packages/php/email-editor/changelog/resync-composer-locks
deleted file mode 100644
index 9ba0907c640..00000000000
--- a/packages/php/email-editor/changelog/resync-composer-locks
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update Composer dev dependencies.
diff --git a/packages/php/email-editor/changelog/stomail-8193-column-width-doesnt-work-in-the-alpha-block-editor b/packages/php/email-editor/changelog/stomail-8193-column-width-doesnt-work-in-the-alpha-block-editor
deleted file mode 100644
index 261640d2137..00000000000
--- a/packages/php/email-editor/changelog/stomail-8193-column-width-doesnt-work-in-the-alpha-block-editor
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Preserve percentage widths for email editor columns in previews and rendered emails.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 0904de0b279..bc4cd368313 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.0",
+	"version": "2.14.1",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index aed60c2eaf8..463d6982dde 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "1c20aca790b18695041de2d8063e9858",
+    "content-hash": "7a6afec806289ea14cef6c4f425151de",
     "packages": [
         {
             "name": "automattic/block-delimiter",
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.14.0",
+            "version": "2.14.1",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "c73d7ed3745213cfe0b2b09289be5846d4dc0fe0"
+                "reference": "725624ebc250c07d174693dc7f8bd5b46c5c32e0"
             },
             "require": {
                 "php": ">=7.4"