Commit e17f34f7b65 for woocommerce

commit e17f34f7b651eba3a81ee7e435e884ea0b067a69
Author: woocommercebot <30233865+woocommercebot@users.noreply.github.com>
Date:   Tue Jun 2 08:12:37 2026 +0530

    Prepare Packages for Release (#65455)

    Automated change: Prep @automattic/woocommerce-analytics for release.

    Co-authored-by: woocommercebot <woocommercebot@users.noreply.github.com>

diff --git a/packages/php/woocommerce-analytics/CHANGELOG.md b/packages/php/woocommerce-analytics/CHANGELOG.md
index e63e6f18600..7e412f90937 100644
--- a/packages/php/woocommerce-analytics/CHANGELOG.md
+++ b/packages/php/woocommerce-analytics/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

+## 0.16.5 - 2026-06-02
+### Fixed
+- Guard cart hook handlers against missing cart item data to prevent PHP warnings. [#64963]
+
 ## 0.16.4 - 2026-05-11
 ### Changed
 - Update package dependencies. [#64040]
diff --git a/packages/php/woocommerce-analytics/changelog/fix-cart-item-warnings b/packages/php/woocommerce-analytics/changelog/fix-cart-item-warnings
deleted file mode 100644
index dd67075060f..00000000000
--- a/packages/php/woocommerce-analytics/changelog/fix-cart-item-warnings
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fixed
-
-Guard cart hook handlers against missing cart item data to prevent PHP warnings.
diff --git a/packages/php/woocommerce-analytics/composer.json b/packages/php/woocommerce-analytics/composer.json
index 469536b01cb..2aa6a7d3e18 100644
--- a/packages/php/woocommerce-analytics/composer.json
+++ b/packages/php/woocommerce-analytics/composer.json
@@ -3,7 +3,7 @@
 	"description": "Enhanced analytics for WooCommerce users.",
 	"type": "jetpack-library",
 	"license": "GPL-2.0-or-later",
-	"version": "0.16.4",
+	"version": "0.16.5",
 	"require": {
 		"php": ">=7.2",
 		"automattic/jetpack-assets": "^4.3",