Commit c96e521688 for woocommerce
commit c96e52168815308cf6e6bda5f40585d25ca6ec5e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri Dec 12 13:13:01 2025 +0100
Prepare Packages for Release (#62395)
* Automated change: Prep @woocommerce/email-editor-config for release.
* Fix automatically stripped breaking change label in changelog
---------
Co-authored-by: costasovo <1082140+costasovo@users.noreply.github.com>
Co-authored-by: Rostislav Wolny <rosta.wolny@automattic.com>
diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 5124513fc2..614ba1fa88 100644
--- a/packages/php/email-editor/changelog.md
+++ b/packages/php/email-editor/changelog.md
@@ -2,6 +2,10 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.1.1](https://github.com/woocommerce/email-editor/releases/tag/2.1.1) - 2025-12-11
+
+- Patch - Update email editor core default styles. [#62051]
+
## [2.1.0](https://github.com/woocommerce/email-editor/releases/tag/2.1.0) - 2025-11-30
- Minor - Email Editor: retrieve image width in a more efficient manner. [#62118]
@@ -16,7 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Patch - Fix core/post-content block rendering empty on second email in batch processing by overriding WordPress render callback with stateless version [#61546]
- Minor - Extend Rendering_Context with email-specific context support (user_id, order_id, recipient_email), add woocommerce_email_editor_rendering_email_context filter [#61546]
-- Major [ **BREAKING CHANGE** ] - Updated all PHP dependencies. [#61753]
+- Major - ** BREAKING CHANGE ** Updated all PHP dependencies. [#61753]
## [1.9.0](https://github.com/woocommerce/email-editor/releases/tag/1.9.0) - 2025-10-31
diff --git a/packages/php/email-editor/changelog/wooprd-968-update-design-of-notification-email-template-and-contents b/packages/php/email-editor/changelog/wooprd-968-update-design-of-notification-email-template-and-contents
deleted file mode 100644
index 30a6028677..0000000000
--- a/packages/php/email-editor/changelog/wooprd-968-update-design-of-notification-email-template-and-contents
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: enhancement
-
-Update email editor core default styles.
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 6147afb4d7..3d8a368396 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.1.0",
+ "version": "2.1.1",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 6285916724..1df67f791b 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.1.0",
+ "version": "2.1.1",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "0576a30fedd84f0dbcec4b08228f94ea2bb020de"
+ "reference": "5fee91cd65f1d9142c0124a42876207665e078bd"
},
"require": {
"php": ">=7.4"