Commit 934a8646b2 for woocommerce
commit 934a8646b2a3138be18f9e90f1d18a7a502064fa
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun Nov 30 13:25:44 2025 +0100
Prepare Packages for Release (#62180)
* Automated change: Prep @woocommerce/email-editor-config for release.
* Fix Email Editor changelog
---------
Co-authored-by: lysyjan <13644846+lysyjan@users.noreply.github.com>
Co-authored-by: Jan Lysý <jan.lysy@automattic.com>
diff --git a/packages/php/email-editor/changelog.md b/packages/php/email-editor/changelog.md
index 1e8996a824..5124513fc2 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.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]
+
## [2.0.1](https://github.com/woocommerce/email-editor/releases/tag/2.0.1) - 2025-11-25
- Patch - Swap core/post-content render callback only during email rendering to prevent conflicts with other plugins like MailPoet. [#61874]
diff --git a/packages/php/email-editor/changelog/62118-fix-email-editor-image-rendering-lag b/packages/php/email-editor/changelog/62118-fix-email-editor-image-rendering-lag
deleted file mode 100644
index b95a47303d..0000000000
--- a/packages/php/email-editor/changelog/62118-fix-email-editor-image-rendering-lag
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Email Editor: retrieve image width in a more efficient manner.
\ No newline at end of file
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index 0ad005ebf0..6147afb4d7 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.0.1",
+ "version": "2.1.0",
"autoload": {
"classmap": [
"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 0351b4d6a1..0dbfd928b8 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
},
{
"name": "woocommerce/email-editor",
- "version": "2.0.1",
+ "version": "2.1.0",
"dist": {
"type": "path",
"url": "../../packages/php/email-editor",
- "reference": "36d431f7edcecb4be6e48559cf3192938169751d"
+ "reference": "0576a30fedd84f0dbcec4b08228f94ea2bb020de"
},
"require": {
"php": ">=7.4"