Commit 26e7cffa90b for woocommerce
commit 26e7cffa90bdc61436b39cf51f497822b5002c08
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date: Wed Apr 29 09:55:40 2026 -0400
Prepare Packages for Release (#64489)
Automated change: Prep @woocommerce/email-editor for release.
Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>
diff --git a/packages/js/email-editor/CHANGELOG.md b/packages/js/email-editor/CHANGELOG.md
index 486a9cbc989..a123e93a882 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,6 +2,15 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.0.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.0.0) - 2026-04-29
+
+- Minor - Add full-width alignment support for product image block [#63839]
+- Major [ **BREAKING CHANGE** ] - Remove block-editor, editor, and core-data augmentation blocks from wordpress-modules.ts (now covered by native types). Remove unused @ts-expect-error directives for newly exported symbols. [#64114]
+- Major [ **BREAKING CHANGE** ] - Update @wordpress/* dependencies to wp-6.8 minimum. Remove @types/wordpress__editor and @types/wordpress__media-utils (native types at wp-6.8). [#64114]
+- Minor - Improve build time for email-editor by using webpack filesystem cache. [#64082]
+- Minor - Let consumers replace the `__i18n_text_domain__` identifier at bundle time (e.g. via `webpack.DefinePlugin`) so translation strings extract and translate under the consumer's own text domain. Falls back to `'woocommerce'` at runtime when the identifier isn't substituted, preserving the package's pre-1.11 behaviour. [#64356]
+- Patch - Monorepo: refresh DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup. [#64111]
+
## [1.10.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/1.10.1) - 2026-04-06
- Patch - Disable Real-time Collaboration in the email editor [#63770]
diff --git a/packages/js/email-editor/changelog/64111-dev-fix-admin-webpack-cache-misses b/packages/js/email-editor/changelog/64111-dev-fix-admin-webpack-cache-misses
deleted file mode 100644
index 13e547f58b4..00000000000
--- a/packages/js/email-editor/changelog/64111-dev-fix-admin-webpack-cache-misses
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: refresh DependencyExtractionWebpackPlugin for compatibility with filesystem cache, admin build cleanup.
\ No newline at end of file
diff --git a/packages/js/email-editor/changelog/add-product-image-full-width-alignment b/packages/js/email-editor/changelog/add-product-image-full-width-alignment
deleted file mode 100644
index ee8109caea0..00000000000
--- a/packages/js/email-editor/changelog/add-product-image-full-width-alignment
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add full-width alignment support for product image block
diff --git a/packages/js/email-editor/changelog/add-text-domain-replacement-support b/packages/js/email-editor/changelog/add-text-domain-replacement-support
deleted file mode 100644
index 3121acdb7a3..00000000000
--- a/packages/js/email-editor/changelog/add-text-domain-replacement-support
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Let consumers replace the `__i18n_text_domain__` identifier at bundle time (e.g. via `webpack.DefinePlugin`) so translation strings extract and translate under the consumer's own text domain. Falls back to `'woocommerce'` at runtime when the identifier isn't substituted, preserving the package's pre-1.11 behaviour.
diff --git a/packages/js/email-editor/changelog/build-webpack-filesystem-cache b/packages/js/email-editor/changelog/build-webpack-filesystem-cache
deleted file mode 100644
index 48ab74b99fa..00000000000
--- a/packages/js/email-editor/changelog/build-webpack-filesystem-cache
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Improve build time for email-editor by using webpack filesystem cache.
diff --git a/packages/js/email-editor/changelog/update-wp-68-editor-types b/packages/js/email-editor/changelog/update-wp-68-editor-types
deleted file mode 100644
index 691816f5324..00000000000
--- a/packages/js/email-editor/changelog/update-wp-68-editor-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: update
-
-Remove block-editor, editor, and core-data augmentation blocks from wordpress-modules.ts (now covered by native types). Remove unused @ts-expect-error directives for newly exported symbols.
diff --git a/packages/js/email-editor/changelog/update-wp-68-packages b/packages/js/email-editor/changelog/update-wp-68-packages
deleted file mode 100644
index 1c7529fcfd8..00000000000
--- a/packages/js/email-editor/changelog/update-wp-68-packages
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: update
-
-Update @wordpress/* dependencies to wp-6.8 minimum. Remove @types/wordpress__editor and @types/wordpress__media-utils (native types at wp-6.8).
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 951f454d1d0..760781856ba 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.10.1",
+ "version": "2.0.0",
"description": "Gutenberg based email editor that is used in WooCommerce emails.",
"author": "Automattic",
"license": "GPL-2.0-or-later",