Commit dc74a253e80 for woocommerce

commit dc74a253e80081668715d78d368692b80fb267e5
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Fri Jul 31 17:20:29 2026 +0530

    Prepare Packages for Release (#67146)

    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 8a0eb51426c..0d14aeef46b 100644
--- a/packages/js/email-editor/CHANGELOG.md
+++ b/packages/js/email-editor/CHANGELOG.md
@@ -2,19 +2,23 @@

 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## [2.2.1](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.2.1) - 2026-07-30
+
+-   Patch - Stop regenerating the global styles stylesheet and re-filtering personalization tags on every render, which made typing in the editor canvas sluggish. [#67031]
+
 ## [2.2.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.2.0) - 2026-07-28

 -   Patch - Fix crash when opening the typography styles panel in the email editor for elements without typography styles defined. [#65613]
 -   Patch - Memoize the regularized entity record so the global styles and template selectors return a stable reference, preventing an infinite re-render loop (React error #185) for users who lack the edit_theme_options capability. [#65684]
 -   Patch - Restore the "Preview in new tab" unsaved-changes guard and its telemetry event on WordPress 7.1, which dropped the editor-preview-dropdown__button-external class the code matched on. [#66736]
 -   Patch - Show full-width blocks as full width in the email editor canvas to match the rendered email. [#66235]
--   Minor - Enable the embed block for supported video providers in the email editor and improve embed rendering in emails. [#66968]
 -   Patch - Add void to intentionally-unawaited promises for the new no-floating-promises lint rule [#66795]
 -   Patch - Declare webpack as a devDependency so the bundle build works without relying on hoisted packages. [#64861]
 -   Patch - Move the CommonJS build to prepack so day-to-day development only builds the ESM output. [#64876]
 -   Patch - Move TypeScript type-checking from the build to a new `lint:lang:types` script. Builds now emit types and JS without type-checking. [#65168]
 -   Patch - Replaced wireit + tsc package build pipeline with a per-package esbuild script. [#65210]
 -   Patch - Update the e2e test path in the writing-e2e-tests doc after the core e2e directory rename. [#65844]
+-   Minor - Enable the embed block for supported video providers in the email editor and improve embed rendering in emails. [#66968]

 ## [2.1.0](https://www.npmjs.com/package/@woocommerce/email-editor/v/2.1.0) - 2026-05-15

diff --git a/packages/js/email-editor/changelog/performance-editor-canvas-typing-latency b/packages/js/email-editor/changelog/performance-editor-canvas-typing-latency
deleted file mode 100644
index 58d10e09d77..00000000000
--- a/packages/js/email-editor/changelog/performance-editor-canvas-typing-latency
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: performance
-
-Stop regenerating the global styles stylesheet and re-filtering personalization tags on every render, which made typing in the editor canvas sluggish.
diff --git a/packages/js/email-editor/package.json b/packages/js/email-editor/package.json
index 4a0eaa721a9..989a0f5abc5 100644
--- a/packages/js/email-editor/package.json
+++ b/packages/js/email-editor/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@woocommerce/email-editor",
-	"version": "2.2.0",
+	"version": "2.2.1",
 	"description": "Gutenberg based email editor that is used in WooCommerce emails.",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",