Commit 7199ecc94b for woocommerce

commit 7199ecc94bb1158ed314c023fdde764979ba3a13
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Wed Feb 4 16:11:25 2026 +0000

    Prepare Packages for Release (#63119)

    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 afdbccd464..14fa0c14dd 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.6.0](https://github.com/woocommerce/email-editor/releases/tag/2.6.0) - 2026-02-04
+
+-   Minor - Add post_id parameter and action hook for context-aware personalization tags [#63103]
+
 ## [2.5.0](https://github.com/woocommerce/email-editor/releases/tag/2.5.0) - 2026-01-29

 -   Minor - Fix image alignment by adding alignment to the inner cell when rendered.  Fix image border alignment by adding a border wrapper. [#62899]
diff --git a/packages/php/email-editor/changelog/add-post-id-context-personalization-tags b/packages/php/email-editor/changelog/add-post-id-context-personalization-tags
deleted file mode 100644
index 971b17e306..0000000000
--- a/packages/php/email-editor/changelog/add-post-id-context-personalization-tags
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add post_id parameter and action hook for context-aware personalization tags
diff --git a/packages/php/email-editor/composer.json b/packages/php/email-editor/composer.json
index e063b88d1e..20afc408f3 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.5.0",
+	"version": "2.6.0",
 	"autoload": {
 		"classmap": [
 			"src/",
diff --git a/plugins/woocommerce/composer.lock b/plugins/woocommerce/composer.lock
index 46129f1d8d..5bb295fa28 100644
--- a/plugins/woocommerce/composer.lock
+++ b/plugins/woocommerce/composer.lock
@@ -1178,11 +1178,11 @@
         },
         {
             "name": "woocommerce/email-editor",
-            "version": "2.5.0",
+            "version": "2.6.0",
             "dist": {
                 "type": "path",
                 "url": "../../packages/php/email-editor",
-                "reference": "50132d52d42942a3cd86fde61964f850160dc1af"
+                "reference": "087cd00b3f83b643f7d6acce246482294d9bed5d"
             },
             "require": {
                 "php": ">=7.4"