Commit 40f43755b4 for woocommerce

commit 40f43755b4bb1b49aaf777c313664fbc41c571fc
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Dec 12 12:54:16 2025 +0100

    Prepare Packages for Release (#62400)

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

    * Update info about @wordpress/global-styles-engine package in readme.md

    ---------

    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 5743fc4a0b..f7102e1e11 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.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]
+
 ## [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]
@@ -13,7 +17,6 @@ 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]
--   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/README.md b/packages/js/email-editor/README.md
index 81be22a88f..0cc4c35a10 100644
--- a/packages/js/email-editor/README.md
+++ b/packages/js/email-editor/README.md
@@ -76,7 +76,7 @@ If your WordPress installation does not use the Gutenberg plugin or does not inc

 #### Global Styles Engine

-The email editor depends on `@wordpress/global-styles-engine`, which is **not enqueued by WordPress core**. Unlike most `@wordpress/*` packages, this package is not available globally in WordPress environments and must be bundled.
+A of 1.4.3 the email editor package depends on `@wordpress/global-styles-engine`, which is **not enqueued by WordPress core**. Unlike most `@wordpress/*` packages, this package is not available globally in WordPress environments and must be bundled.

 **Impact**: If your build configuration marks all `@wordpress/*` packages as externals (common in webpack configs), you will encounter runtime errors: `"Cannot find module '@wordpress/global-styles-engine'"`.

diff --git a/packages/js/email-editor/changelog/wooprd-1278-compatibility-with-gutenberg-220 b/packages/js/email-editor/changelog/wooprd-1278-compatibility-with-gutenberg-220
deleted file mode 100644
index 9cb01e9fa3..0000000000
--- a/packages/js/email-editor/changelog/wooprd-1278-compatibility-with-gutenberg-220
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Compatibility update for Gutenberg 22.0. useEmailCss now returns styles correctly with Gutenberg 22.0+.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index a9fa99f997..8d6d7e7608 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.2",
+	"version": "1.4.3",
 	"description": "Gutenberg based email editor that is used in WooCommerce emails.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",