Commit d4240128ba for woocommerce

commit d4240128ba594ce525aa021fddb1b94aec2338e9
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Nov 4 07:45:30 2025 -0800

    Prepare Packages for Release (#61652)

    * Automated change: Prep @woocommerce/data for release.

    * address markdown lint issues

    ---------

    Co-authored-by: bacoords <6867360+bacoords@users.noreply.github.com>
    Co-authored-by: Brian Coords <bacoords@gmail.com>

diff --git a/packages/js/data/CHANGELOG.md b/packages/js/data/CHANGELOG.md
index 97919c8367..747c15123e 100644
--- a/packages/js/data/CHANGELOG.md
+++ b/packages/js/data/CHANGELOG.md
@@ -2,27 +2,178 @@

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

+## [6.0.0](https://www.npmjs.com/package/@woocommerce/data/v/6.0.0) - 2025-10-27
+
+-   Minor - Added pre-API call permission checks for some API calls that were being called on non-admin accessible screens [#51406]
+-   Patch - Changes to support React powered settings page [#52785]
+-   Patch - Fix payment store selector type [#50825]
+-   Patch - Fix review store error type [#48415]
+-   Patch - Fix the deactivatePlugin action to use a plugin file like the WP API expects. [#53577]
+-   Minor - Fix types in profiler api for business info [#52660]
+-   Patch - Fix user capability check for connection data [#55228]
+-   Minor - Improve the copy of the snack bar when one plugin is installed/activated [#54313]
+-   Minor - Notify wc/admin/options store changes after the data is saved in the server and not before [#51819]
+-   Minor - Removed the leftover user meta from the help panel spotlight [#51249]
+-   Patch - Use hasConnectedOwner value to check if jetpack is connected [#48609]
+-   Patch - Use page query param consistently as string for `getReportTableQuery`. [#51396]
+-   Minor - Add a getReview selector and resolver to the reviews data store. [#56332]
+-   Minor - Add categories for other payment suggestions [#53270]
+-   Minor - Add drag & drop offline payment settings [#52888]
+-   Minor - Added functionality for core profiler step completion. [#52525]
+-   Patch - Added support for `install_options` property in the extensions feed. [#56769]
+-   Minor - Add native, in-context onboarding flows for WooPayments. [#56229]
+-   Minor - Add settings options data store for managing WooCommerce settings [#56516]
+-   Minor - Add support for provider reordering in payment settings [#53301]
+-   Minor - Add the payment's new onboarding experience flow to the Launch Your Store process. [#58291]
+-   Minor - Display payment suggestions for each selected country in WooCommerce > Settings > Payments [#53505]
+-   Minor - Add incentives logic to the frontend for payment settings. [#53432]
+-   Minor - Add requires_jpc field to determine plugins that require JPC [#52887]
+-   Patch - Add stripe tax status to task type [#50989]
+-   Minor - Add tags and install_external fields for onboarding [#55775]
+-   Patch - Add timestamp to incentive dismissals in payment settings [#56396]
+-   Patch - Add wooPaymentsIncentiveId to the TaskType additionalData. [#51105]
+-   Minor - Export plugin related data store types for selectors and actions. [#51168]
+-   Minor - Remove deprecated use of select from @wordpress/data-controls, using controls.resolveSelect instead. [#55645]
+-   Patch - Remove euCountries and local_info from wcSettings.admin.onboarding [#55463]
+-   Minor - Restore and deprecate navigation store [#55876]
+-   Minor - Update data types for payment provider states. [#53672]
+-   Patch - Update Payments Settings types with new reset account and test account disable entries. [#60192]
+-   Minor - Updates to types for Payment Gateway updates to better match expected structure [#56985]
+-   Minor - Update the navigation for offline payment methods to avoid unnecessary page refresh [#59163]
+-   Patch - Update user preferences types and logic [#50664]
+-   Patch - Add ellipsis menu action handlers to the React settings page items [#53033]
+-   Patch - Adjust client to use fixed version of providers API [#53150]
+-   Minor - Bump jest package dependency to 29.5.x [#60324]
+-   Patch - Bump wireit dependency version to latest. [#57299]
+-   Patch - CI: liverage composer packages cache in lint monorepo job [#52054]
+-   Patch - dev: clean-up ci-job config options - remove unused cascading keys [#55863]
+-   Patch - Export PaymentSelectors and OnboardingSelectors types. [#54289]
+-   Patch - Export PaymentSettingsSelectors type. [#54348]
+-   Patch - Fix pnpm version to 9.1.3 to avoid dependency installation issues. [#50828]
+-   Patch - Fix skipped test suites after React 18 upgrade [#55582]
+-   Patch - Fix TaskType.level type [#54711]
+-   Patch - Fix the import path for the setting options data store in README.md [#56893]
+-   Patch - Fix TS warnings in plugins/woocommerce/client/admin/client/marketplace [#54033]
+-   Patch - Fix withSettingsHydration and withCurrentUserHydration component types [#54710]
+-   Patch - Migrated notes data store to use register(storeDescriptor) pattern [#55440]
+-   Patch - Migrate EXPERIMENTAL_TAX_CLASSES_STORE_NAME in @woocommerce/data to storeDescriptor object [#55470]
+-   Minor - Migrate options data store to use createReduxStore and register [#55476]
+-   Minor - Migrate orders data store to register(storeDescriptor) [#55469]
+-   Minor - Migrate PAYMENT_SETTINGS_STORE_NAME in @woocommerce/data to storeDescriptor object [#55771]
+-   Minor - Migrate shipping zones data store to use register(storeDescriptor) [#55470]
+-   Patch - Migrate to register(storeDescriptor) for plugins data store [#55426]
+-   Minor - Migrate to register(storeDescriptor) for review data store [#55424]
+-   Minor - Migrate to register(storeDescriptor) for settings data store [#55425]
+-   Minor - Migrate to register(storeDescriptor) for user data store [#55427]
+-   Minor - Migrate to `register(storeDescriptor)` for items data store [#56424]
+-   Minor - Migrate to `register(storeDescriptor)` for reports data store [#56421]
+-   Patch - Minor type annotation addition [#55689]
+-   Patch - Monorepo: build RAM usage optimization. [#58861]
+-   Minor - Monorepo: bump pnpm version to 9.15.0 [#54189]
+-   Patch - Monorepo: consolidate @babel/* dependencies versions across the monorepo. [#56575]
+-   Patch - Monorepo: consolidate packages licenses to `GPL-2.0-or-later`. [#58941]
+-   Patch - Monorepo: consolidate syncpack config around React 17/18 usage. [#52022]
+-   Patch - Monorepo: consolidate TypeScript config files and JS test directories naming. [#52191]
+-   Patch - Monorepo: drop the unused `concurrently` package from dependencies. [#58765]
+-   Patch - Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies. [#55095]
+-   Minor - Patch \@wordpress/data types to add types for metadata selectors, actions, and resolveSelect. Migrate onboarding store and usages to the new register(storeDescriptor) API [#54146]
+-   Patch - Pull data into the react version of the settings page from the new API [#52824]
+-   Minor - Remove wcSettings.admin.isWooPayEligible in favor of a REST endpoint check [#55455]
+-   Patch - Stabilize JS dependency updates [#52815]
+-   Major [ **BREAKING CHANGE** ] - Updated declared dependencies to React 18 and Wordpress 6.6 [#53531]
+-   Patch - Updated shipping methods store import to use the storeDescriptor instead of STORE_NAME_STRING [#55443]
+-   Minor - Update the types for the new payment settings page to include recommended payment methods props. [#53601]
+-   Patch - Update wireit to 0.14.10 [#54996]
+-   Minor - Upgraded Typescript in the monorepo to 5.7.2 [#53165]
+-   Minor - `@woocommerce/data`: Fix types and enable TS check. [#55621]
+-   Patch - @wordpress/data: Improve documentation. [#56067]
+-   Minor - Export the PluginData type. [#55646]
+-   Minor - Fix missing type for `getPluginInstallState` selector. [#54485]
+-   Minor - Fix misspelling in CRUD reducer [#48702]
+-   Minor - Fix typos in inline documentation [#48640]
+-   Minor - Fix typos in resolvers error message [#48646]
+-   Patch - Migrate `Countries` and `Payments Gateways` stores to improve type definitions [#55558]
+-   Patch - Prevent concurrent fetches of WooPayments onboarding data. [#59966]
+-   Patch - Provide better snackbar notices when installing and activating plugins. [#51956]
+-   Patch - Rename Google Listings and Ads with Google for WooCommerce #### Comment <!-- If the changes in this pull request don't warrant a changelog entry, you can alternatively supply a comment here. Note that comments are only accepted with a significance of "Patch" --> [#47614]
+-   Patch - Rename Google Listings and Ads with Google for WooCommerce [#47614]
+-   Minor - Update cash on delivery gateway copy [#53612]
+-   Minor - Verify if the coming soon cache is displayed when launching the store and alerts the user if it is still present. [#48586]
+-   Minor - Adds an 'in progress' state to WooCommerce onboarding tasks, providing visual feedback when tasks are started but not completed. Initially implemented for the Payments setup task. [#59853]
+
 ## [5.0.0](https://www.npmjs.com/package/@woocommerce/data/v/5.0.0) - 2024-06-11

 -   Patch - Added in missing TS definitions in package.json [#34154]
 -   Patch - Add is_plugins_page_skipped parameter to onboarding API [#38764]
 -   Patch - Fix get_option() error that was not being caught properly and rewrite the code using await and async [#48246]
--   Minor - Fix IdQuery selector for getItem selector in CRUD data stores [#36033]
 -   Patch - Fix incorrect usage of dispatch, useSelect, and setState calls in homescreen along with settings and onboarding package [#37641]
--   Minor - Fix linter errors [#37196]
 -   Patch - Fix missing resolver import in data/import [#34054]
--   Minor - Fix up updateItem query in CRUD data store [#36155]
--   Minor - Moved setIsRequesting(false) to the finally block so that it always runs even if an exception is thrown. [#36873]
 -   Patch - Redirect users to WooCommerce Home when Jetpack auth endpoint returns an invalid URL [#38760]
 -   Patch - Removing unused code from ProductForm data store. [#36592]
 -   Patch - Rewrite withCurrentUserHydration to work with Gutenberg 15.5+ [#37908]
 -   Patch - Rewrite withNavigationHydration to work Gutenberg 15.5+ [#37901]
 -   Patch - Rewrote withOptionsHydration to not use dispatch-within-useselect pattern that is broken after gutenberg 15.5 update [#37882]
 -   Patch - Add 'variation' to ProductType [#47762]
--   Minor - Add ability to check CRUD dispatch action status [#36297]
--   Minor - Add ability to make geolocation call to WPCOM API [#38412]
 -   Patch - Add additional type to user preferences config. [#40281]
 -   Patch - Add additional UserPreferences option type. [#39685]
+-   Patch - Add is_store_country_set field to profileItems [#34484]
+-   Patch - Add missing low_stock_amount to product type [#34984]
+-   Patch - Add size properties to product type #34329 [#34856]
+-   Patch - Add tiktok plugin to plugins name mapping [#34953]
+-   Patch - Data: add selector to get related products [#43489]
+-   Patch - Data: introduce optimisticQueryUpdate create item option [#46343]
+-   Patch - Data: reduxify suggested products [#44043]
+-   Patch - Enhanced jetpack connection data [#34653]
+-   Patch - Export ProductShippingClass type [#34684]
+-   Patch - Export WCUser type for consumption in wcadmin [#40869]
+-   Patch - Add new user preference to UserPreferences type. [#39673]
+-   Patch - bump php version in packages/js/*/composer.json [#42020]
+-   Patch - CRUD: introduce organizeItemsById helper function [#47624]
+-   Patch - CRUD: populates items and itemsCount when a new item is created [#47632]
+-   Patch - Data: improve reducer with optimisticQueryUpdate test [#47428]
+-   Patch - Data: sort the items when updating optimistically [#46717]
+-   Patch - Data: Tidy and fix Product Attribute types [#46907]
+-   Patch - Data: update getKey helper function [#47548]
+-   Patch - Removed old inbox notes warning [#37392]
+-   Patch - Set some fields as optional on ProductVariationImage type [#47065]
+-   Patch - Update Payfast title [#38090]
+-   Patch - Update ProductAttributeTerms action types and include it as part of @wordpress/data module [#39620]
+-   Patch - Update TaskItem type to include `badge` prop. [#40034]
+-   Patch - Use products data store for getPermalinkParts selector. [#36706]
+-   Patch - [Product Block Editor]: dismiss AdviceCard by clicking close button [#43124]
+-   Patch - Add codistoconnect to pluginNames [#36766]
+-   Patch - Added types for resolveSelect where applicable. [#38241]
+-   Patch - Add is_installed and plugins_page_skipped type and added async option for installPlugins. [#38405]
+-   Patch - Add missing shipping class property [#35034]
+-   Patch - Add types to plugin response data [#34787]
+-   Patch - Branding rollout
+-   Patch - Dev dependency bump [#35651]
+-   Patch - Lint fixes [#38523]
+-   Patch - Make eslint emit JSON report for annotating PRs. [#39704]
+-   Patch - Merging trunk with local [#34322]
+-   Patch - Migrate navigation store to TS [#34239]
+-   Patch - Migrate notes store to TS [#34220]
+-   Patch - Migrate reports to TS [#35048]
+-   Patch - Migrate setting store to TS [#34184]
+-   Patch - Rewrite usePluginsHydration hook to not dispatch inside useSelect [#37896]
+-   Patch - Update @wordpress/data to ^6.15.0 [#34428]
+-   Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
+-   Patch - Update events that should trigger the test job(s) [#47612]
+-   Patch - Update pnpm to 9.1.0 [#47385]
+-   Patch - Update the Blocks JS tests to React 18 [#47383]
+-   Patch - Correct spelling errors [#37887]
+-   Patch - Fix unintended reset of isRequesting when updating settings, add preemptive set isRequesting when optimistically updating settings [#39613]
+-   Patch - Retrieve product information using edit context [#34961]
+-   Patch - Tweak the product form types and exports. [#36414]
+-   Patch - Update types for update and create product. [#34313]
+-   Patch - [Data]: expose UserPreference TS prop [#43125]
+-   Patch - Use createSelector for getPermalinkParts selector, to cache result. [#36848]
+-   Minor - Fix IdQuery selector for getItem selector in CRUD data stores [#36033]
+-   Minor - Fix linter errors [#37196]
+-   Minor - Fix up updateItem query in CRUD data store [#36155]
+-   Minor - Moved setIsRequesting(false) to the finally block so that it always runs even if an exception is thrown. [#36873]
+-   Minor - Add ability to check CRUD dispatch action status [#36297]
+-   Minor - Add ability to make geolocation call to WPCOM API [#38412]
 -   Minor - Add an attribute to an onboarding task to indicate whether to track a task view. [#35278]
 -   Minor - Add batchUpdate to product variations datastore [#36109]
 -   Minor - Add catalog_visibility property to the Product type [#39477]
@@ -36,109 +187,57 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
 -   Minor - Adding Product Form data store. [#36430]
 -   Minor - Add isGeneratingVariations selector to product variations store. [#39733]
 -   Minor - Add is_read query option for notes data store [#35396]
--   Patch - Add is_store_country_set field to profileItems [#34484]
 -   Minor - Add Jetpack Connection Auth endpoint. [#38674]
 -   Minor - Add manage_stock parent value to product variation type definition [#36234]
 -   Minor - Add meta_data parameter in generateProductVariations [#45953]
 -   Minor - Add meta_data type to Product [#41961]
--   Patch - Add missing low_stock_amount to product type [#34984]
 -   Minor - Add name and parent_id to the ProductVariation type definition [#40672]
 -   Minor - Add new data store for shipping zones. #33830 [#33830]
 -   Minor - Add PartialProductVariation type, where id is required [#44017]
 -   Minor - Add product attribute terms data store [#33721]
 -   Minor - Add product tags data store [#33682]
 -   Minor - Add product variations data store [#35838]
--   Patch - Add size properties to product type #34329 [#34856]
 -   Minor - Add Skip button to OBW steps [#34176]
 -   Minor - Add slug to product and variation attributes [#40978]
 -   Minor - Add support for default_values param in productVariations store [#40343]
 -   Minor - Add tags (or general taxonomy ) block [#39966]
 -   Minor - Add tax classes datastore [#36299]
--   Patch - Add tiktok plugin to plugins name mapping [#34953]
 -   Minor - Add variable_product_tour_shown to UserPreferences type. [#37413]
 -   Minor - Create product categories data store. #33984 [#33984]
--   Patch - Data: add selector to get related products [#43489]
--   Patch - Data: introduce optimisticQueryUpdate create item option [#46343]
--   Patch - Data: reduxify suggested products [#44043]
--   Patch - Enhanced jetpack connection data [#34653]
--   Patch - Export ProductShippingClass type [#34684]
--   Patch - Export WCUser type for consumption in wcadmin [#40869]
 -   Minor - Extend product variations data store with generate variations actions [#36058]
 -   Minor - Modify notice for legacy local attributes #41646 [#41646]
 -   Minor - Move LYS coming soon initialization to core profiler flow [#46708]
 -   Minor - Support force_default_suggestions argument. [#34083]
 -   Minor - Update shipping partner suggestions to use data from API, fix default partners data, replaced hardcoded JS components and added relevant types [#38457]
 -   Minor - Update type definition for ProductForm [#36583]
--   Patch - Add new user preference to UserPreferences type. [#39673]
 -   Minor - Add product attribute types to the Product type. [#34751]
 -   Minor - Bump node version. [#45148]
--   Patch - bump php version in packages/js/*/composer.json [#42020]
--   Patch - CRUD: introduce organizeItemsById helper function [#47624]
--   Patch - CRUD: populates items and itemsCount when a new item is created [#47632]
--   Patch - Data: improve reducer with optimisticQueryUpdate test [#47428]
--   Patch - Data: sort the items when updating optimistically [#46717]
--   Patch - Data: Tidy and fix Product Attribute types [#46907]
--   Patch - Data: update getKey helper function [#47548]
--   Patch - Removed old inbox notes warning [#37392]
--   Major [ **BREAKING CHANGE** ] - Remove `Product` `date_on_sale_from` and `date_on_sale_to` properties. Use `date_on_sale_from_gmt` and `date_on_sale_to_gmt` instead. [#35096]
--   Patch - Set some fields as optional on ProductVariationImage type [#47065]
 -   Minor - Update generateProductVariations action to add support for default_attributes and allowing to disable the product saving. [#39938]
--   Patch - Update Payfast title [#38090]
--   Patch - Update ProductAttributeTerms action types and include it as part of @wordpress/data module [#39620]
 -   Minor - Update product attribute type name and export the product attribute types. [#34999]
--   Patch - Update TaskItem type to include `badge` prop. [#40034]
--   Patch - Use products data store for getPermalinkParts selector. [#36706]
--   Patch - [Product Block Editor]: dismiss AdviceCard by clicking close button [#43124]
 -   Minor - Add auto draft status to product status type [#37770]
--   Patch - Add codistoconnect to pluginNames [#36766]
 -   Minor - Add duplicate product to store #46294 [#46294]
 -   Minor - Added install-and-activate-async to Onboarding and updated related types [#38616]
--   Patch - Added types for resolveSelect where applicable. [#38241]
--   Patch - Add is_installed and plugins_page_skipped type and added async option for installPlugins. [#38405]
 -   Minor - Add missing reviews property to product data [#35592]
--   Patch - Add missing shipping class property [#35034]
 -   Minor - Add new shippping class modal to a shipping class section in product page [#34937]
 -   Minor - Add type definitions for @woocommerce/data reviews [#34844]
--   Patch - Add types to plugin response data [#34787]
 -   Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#34661]
--   Patch - Branding rollout - change WooCommerce Payments to WooPayments [#39188]
 -   Minor - Clean errors when generate variations is successfull #41525 [#41525]
 -   Minor - Deprecate "theme" prop from profileItem type [#37671]
--   Patch - Dev dependency bump [#35651]
 -   Minor - Fix lint issues [#36988]
 -   Minor - Fix node and pnpm versions via engines [#34773]
 -   Minor - Fix onboarding productTypes TS define type [#37725]
--   Patch - Lint fixes [#38523]
--   Patch - Make eslint emit JSON report for annotating PRs. [#39704]
--   Patch - Merging trunk with local [#34322]
--   Patch - Migrate navigation store to TS [#34239]
--   Patch - Migrate notes store to TS [#34220]
--   Patch - Migrate reports to TS [#35048]
--   Patch - Migrate setting store to TS [#34184]
--   Patch - Rewrite usePluginsHydration hook to not dispatch inside useSelect [#37896]
 -   Minor - Sync @wordpress package versions via syncpack. [#37034]
--   Patch - Update @wordpress/data to ^6.15.0 [#34428]
 -   Minor - Update attributes type for product variations data store [#35889]
--   Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
--   Patch - Update events that should trigger the test job(s) [#47612]
 -   Minor - Update IdQuery type on get item selectors [#36085]
 -   Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
 -   Minor - Update pnpm to 8.6.7 [#39245]
--   Patch - Update pnpm to 9.1.0 [#47385]
 -   Minor - Update pnpm to version 8. [#37915]
 -   Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#35007]
 -   Minor - Update task list types and getVisibleTasks logic [#35450]
--   Patch - Update the Blocks JS tests to React 18 [#47383]
 -   Minor - Upgrade TypeScript to 5.1.6 [#39531]
--   Patch - Correct spelling errors [#37887]
--   Patch - Fix unintended reset of isRequesting when updating settings, add preemptive set isRequesting when optimistically updating settings [#39613]
--   Patch - Retrieve product information using edit context [#34961]
--   Patch - Tweak the product form types and exports. [#36414]
--   Patch - Update types for update and create product. [#34313]
--   Patch - [Data]: expose UserPreference TS prop [#43125]
 -   Minor - Update totalCount in crud store to avoid unnecessary requests. [#40343]
--   Patch - Use createSelector for getPermalinkParts selector, to cache result. [#36848]
 -   Minor - Add tracks for plugin actions and handle plugin error properly [#37261]
+-   Remove `Product` `date_on_sale_from` and `date_on_sale_to` properties. Use `date_on_sale_from_gmt` and `date_on_sale_to_gmt` instead. [#35096]

 ## [4.1.0](https://www.npmjs.com/package/@woocommerce/data/v/4.1.0) - 2022-07-08

@@ -154,7 +253,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

 ## [4.0.0](https://www.npmjs.com/package/@woocommerce/data/v/4.0.0) - 2022-06-14

--    - Remove `PaymentMethodsState` type. Use `Plugin` instead. #32683
+-   Remove `PaymentMethodsState` type. Use `Plugin` instead. #32683
 -   Minor - Add create product actions in products data store #33278
 -   Minor - Add new orders data store, for retrieving orders data. #33063
 -   Minor - Add update product actions to product data store #33282
diff --git a/packages/js/data/changelog/34241-react-payment-settings b/packages/js/data/changelog/34241-react-payment-settings
deleted file mode 100644
index 32a7e114ae..0000000000
--- a/packages/js/data/changelog/34241-react-payment-settings
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Changes to support React powered settings page
diff --git a/packages/js/data/changelog/47614-tweak-google-extension-rename b/packages/js/data/changelog/47614-tweak-google-extension-rename
deleted file mode 100644
index 4ac5ec3e8d..0000000000
--- a/packages/js/data/changelog/47614-tweak-google-extension-rename
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Rename Google Listings and Ads with Google for WooCommerce #### Comment <!-- If the changes in this pull request don't warrant a changelog entry, you can alternatively supply a comment here. Note that comments are only accepted with a significance of "Patch" -->
\ No newline at end of file
diff --git a/packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store b/packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
deleted file mode 100644
index 64b1bd1de5..0000000000
--- a/packages/js/data/changelog/48586-update-48516-detect-cache-when-launching-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Verify if the coming soon cache is displayed when launching the store and alerts the user if it is still present.
\ No newline at end of file
diff --git a/packages/js/data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active b/packages/js/data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
deleted file mode 100644
index 10b5dc1868..0000000000
--- a/packages/js/data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: If either the upcoming WooCommerce Shipping or WooCommerce Tax extension is active, don't suggest WooCommerce Shipping & Tax in the "Collect sales tax" Home task.  This only adjusts the extension recommendation merchants receive and does not affect any other functionality.
-
diff --git a/packages/js/data/changelog/50828-dev-constrain-pnpm-version b/packages/js/data/changelog/50828-dev-constrain-pnpm-version
deleted file mode 100644
index fdead95ceb..0000000000
--- a/packages/js/data/changelog/50828-dev-constrain-pnpm-version
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix pnpm version to 9.1.3 to avoid dependency installation issues.
\ No newline at end of file
diff --git a/packages/js/data/changelog/52815-dev-lock-dependencies b/packages/js/data/changelog/52815-dev-lock-dependencies
deleted file mode 100644
index e7c745f692..0000000000
--- a/packages/js/data/changelog/52815-dev-lock-dependencies
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Stabilize JS dependency updates
\ No newline at end of file
diff --git a/packages/js/data/changelog/52824-add-pull-the-data-via-ui b/packages/js/data/changelog/52824-add-pull-the-data-via-ui
deleted file mode 100644
index 0c1bfa976f..0000000000
--- a/packages/js/data/changelog/52824-add-pull-the-data-via-ui
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Pull data into the react version of the settings page from the new API
\ No newline at end of file
diff --git a/packages/js/data/changelog/52887-update-52875-offer-jpc-for-all-eligible-plugins b/packages/js/data/changelog/52887-update-52875-offer-jpc-for-all-eligible-plugins
deleted file mode 100644
index d828799817..0000000000
--- a/packages/js/data/changelog/52887-update-52875-offer-jpc-for-all-eligible-plugins
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Add requires_jpc field to determine plugins that require JPC
\ No newline at end of file
diff --git a/packages/js/data/changelog/53033-add-51448-handle-ellipsis-menu-items b/packages/js/data/changelog/53033-add-51448-handle-ellipsis-menu-items
deleted file mode 100644
index a08ea22b2a..0000000000
--- a/packages/js/data/changelog/53033-add-51448-handle-ellipsis-menu-items
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Add ellipsis menu action handlers to the React settings page items
\ No newline at end of file
diff --git a/packages/js/data/changelog/53165-dev-ts-5-7-2 b/packages/js/data/changelog/53165-dev-ts-5-7-2
deleted file mode 100644
index 81738c8709..0000000000
--- a/packages/js/data/changelog/53165-dev-ts-5-7-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Upgraded Typescript in the monorepo to 5.7.2
\ No newline at end of file
diff --git a/packages/js/data/changelog/53193-dev-53179-adjust-client-to-providers-api b/packages/js/data/changelog/53193-dev-53179-adjust-client-to-providers-api
deleted file mode 100644
index 85146a6c35..0000000000
--- a/packages/js/data/changelog/53193-dev-53179-adjust-client-to-providers-api
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Adjust client to use fixed version of providers API
\ No newline at end of file
diff --git a/packages/js/data/changelog/53270-add-categories-to-setting-page b/packages/js/data/changelog/53270-add-categories-to-setting-page
deleted file mode 100644
index 4f2293370e..0000000000
--- a/packages/js/data/changelog/53270-add-categories-to-setting-page
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add categories for other payment suggestions
\ No newline at end of file
diff --git a/packages/js/data/changelog/53505-add-update-countries-when-dropdown-select b/packages/js/data/changelog/53505-add-update-countries-when-dropdown-select
deleted file mode 100644
index 7a99de96cb..0000000000
--- a/packages/js/data/changelog/53505-add-update-countries-when-dropdown-select
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Display payment suggestions for each selected country in WooCommerce > Settings > Payments
\ No newline at end of file
diff --git a/packages/js/data/changelog/53531-dev-react-18-ghidorah b/packages/js/data/changelog/53531-dev-react-18-ghidorah
deleted file mode 100644
index ce94810061..0000000000
--- a/packages/js/data/changelog/53531-dev-react-18-ghidorah
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: major
-Type: dev
-
-Updated declared dependencies to React 18 and Wordpress 6.6
\ No newline at end of file
diff --git a/packages/js/data/changelog/53612-dev-update-cod-copy b/packages/js/data/changelog/53612-dev-update-cod-copy
deleted file mode 100644
index a7f35e5c07..0000000000
--- a/packages/js/data/changelog/53612-dev-update-cod-copy
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Update cash on delivery gateway copy
\ No newline at end of file
diff --git a/packages/js/data/changelog/53865-dev-pnpm-9-15-0 b/packages/js/data/changelog/53865-dev-pnpm-9-15-0
deleted file mode 100644
index d80286c49b..0000000000
--- a/packages/js/data/changelog/53865-dev-pnpm-9-15-0
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Monorepo: bump pnpm version to 9.15.0
diff --git a/packages/js/data/changelog/54033-fix-wccom-22663-ts-react-warnings b/packages/js/data/changelog/54033-fix-wccom-22663-ts-react-warnings
deleted file mode 100644
index ec0b261843..0000000000
--- a/packages/js/data/changelog/54033-fix-wccom-22663-ts-react-warnings
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix TS warnings in plugins/woocommerce/client/admin/client/marketplace
\ No newline at end of file
diff --git a/packages/js/data/changelog/54146-fix-demo-migrate-onboarding-data b/packages/js/data/changelog/54146-fix-demo-migrate-onboarding-data
deleted file mode 100644
index 333a651d75..0000000000
--- a/packages/js/data/changelog/54146-fix-demo-migrate-onboarding-data
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Patch \@wordpress/data types to add types for metadata selectors, actions, and resolveSelect. Migrate onboarding store and usages to the new register(storeDescriptor) API
\ No newline at end of file
diff --git a/packages/js/data/changelog/54289-fix-ts-errors-pluginswoocommerceclientadminclientpayments b/packages/js/data/changelog/54289-fix-ts-errors-pluginswoocommerceclientadminclientpayments
deleted file mode 100644
index 1cf420f618..0000000000
--- a/packages/js/data/changelog/54289-fix-ts-errors-pluginswoocommerceclientadminclientpayments
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Export PaymentSelectors and OnboardingSelectors types.
diff --git a/packages/js/data/changelog/54313-fix-plural-for-notice-message b/packages/js/data/changelog/54313-fix-plural-for-notice-message
deleted file mode 100644
index a15303f5c6..0000000000
--- a/packages/js/data/changelog/54313-fix-plural-for-notice-message
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Improve the copy of the snack bar when one plugin is installed/activated
\ No newline at end of file
diff --git a/packages/js/data/changelog/54348-fix-ts-errors-pluginswoocommerceclientadminclientsettingspayments b/packages/js/data/changelog/54348-fix-ts-errors-pluginswoocommerceclientadminclientsettingspayments
deleted file mode 100644
index 1942eabb61..0000000000
--- a/packages/js/data/changelog/54348-fix-ts-errors-pluginswoocommerceclientadminclientsettingspayments
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Export PaymentSettingsSelectors type.
diff --git a/packages/js/data/changelog/54996-chore-update-wireit b/packages/js/data/changelog/54996-chore-update-wireit
deleted file mode 100644
index aef524f6c9..0000000000
--- a/packages/js/data/changelog/54996-chore-update-wireit
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Update wireit to 0.14.10
\ No newline at end of file
diff --git a/packages/js/data/changelog/55095-dev-rewrite-wireit-deps-update b/packages/js/data/changelog/55095-dev-rewrite-wireit-deps-update
deleted file mode 100644
index 6815cebd67..0000000000
--- a/packages/js/data/changelog/55095-dev-rewrite-wireit-deps-update
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies.
\ No newline at end of file
diff --git a/packages/js/data/changelog/55426-fix-migrate-plugin-store b/packages/js/data/changelog/55426-fix-migrate-plugin-store
deleted file mode 100644
index 745f09b20e..0000000000
--- a/packages/js/data/changelog/55426-fix-migrate-plugin-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Migrate to register(storeDescriptor) for plugins data store
\ No newline at end of file
diff --git a/packages/js/data/changelog/55440-fix-migrate-notes-store b/packages/js/data/changelog/55440-fix-migrate-notes-store
deleted file mode 100644
index b2e21e4180..0000000000
--- a/packages/js/data/changelog/55440-fix-migrate-notes-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Migrated notes data store to use register(storeDescriptor) pattern
\ No newline at end of file
diff --git a/packages/js/data/changelog/55443-fix-migrate-shipping-methods-store b/packages/js/data/changelog/55443-fix-migrate-shipping-methods-store
deleted file mode 100644
index b4665c1eeb..0000000000
--- a/packages/js/data/changelog/55443-fix-migrate-shipping-methods-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Updated shipping methods store import to use the storeDescriptor instead of STORE_NAME_STRING
\ No newline at end of file
diff --git a/packages/js/data/changelog/55455-fix-is-woopay-elligible b/packages/js/data/changelog/55455-fix-is-woopay-elligible
deleted file mode 100644
index c366162e37..0000000000
--- a/packages/js/data/changelog/55455-fix-is-woopay-elligible
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Remove wcSettings.admin.isWooPayEligible in favor of a REST endpoint check
\ No newline at end of file
diff --git a/packages/js/data/changelog/55463-update-55346-cleanup-onboardingsetupwizard-shared-settings b/packages/js/data/changelog/55463-update-55346-cleanup-onboardingsetupwizard-shared-settings
deleted file mode 100644
index a10a2b3810..0000000000
--- a/packages/js/data/changelog/55463-update-55346-cleanup-onboardingsetupwizard-shared-settings
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Remove euCountries and local_info from wcSettings.admin.onboarding
\ No newline at end of file
diff --git a/packages/js/data/changelog/55495-fix-product-editor-ts-errors-1 b/packages/js/data/changelog/55495-fix-product-editor-ts-errors-1
deleted file mode 100644
index c2f81eb5c1..0000000000
--- a/packages/js/data/changelog/55495-fix-product-editor-ts-errors-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Refining `createCrudDataStore` types.
-
diff --git a/packages/js/data/changelog/55498-fix-product-editor-ts-errors-2 b/packages/js/data/changelog/55498-fix-product-editor-ts-errors-2
deleted file mode 100644
index 4170da5604..0000000000
--- a/packages/js/data/changelog/55498-fix-product-editor-ts-errors-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Product Editor: Migrate `productsStore`.
-
diff --git a/packages/js/data/changelog/55582-fix-react-18-upgrade-todos b/packages/js/data/changelog/55582-fix-react-18-upgrade-todos
deleted file mode 100644
index 24b92028d0..0000000000
--- a/packages/js/data/changelog/55582-fix-react-18-upgrade-todos
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix skipped test suites after React 18 upgrade
\ No newline at end of file
diff --git a/packages/js/data/changelog/55621-fix-product-editor-ts-errors-4 b/packages/js/data/changelog/55621-fix-product-editor-ts-errors-4
deleted file mode 100644
index a7b16a543f..0000000000
--- a/packages/js/data/changelog/55621-fix-product-editor-ts-errors-4
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-`@woocommerce/data`: Fix types and enable TS check.
\ No newline at end of file
diff --git a/packages/js/data/changelog/55771-fix-use-new-store b/packages/js/data/changelog/55771-fix-use-new-store
deleted file mode 100644
index 7c64b70e45..0000000000
--- a/packages/js/data/changelog/55771-fix-use-new-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate PAYMENT_SETTINGS_STORE_NAME in @woocommerce/data to storeDescriptor object
\ No newline at end of file
diff --git a/packages/js/data/changelog/56067-39298-woocommercedata-readmes-example-is-invalid b/packages/js/data/changelog/56067-39298-woocommercedata-readmes-example-is-invalid
deleted file mode 100644
index e6bdb6604a..0000000000
--- a/packages/js/data/changelog/56067-39298-woocommercedata-readmes-example-is-invalid
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-@wordpress/data: Improve documentation.
\ No newline at end of file
diff --git a/packages/js/data/changelog/56229-add-onboarding-modal b/packages/js/data/changelog/56229-add-onboarding-modal
deleted file mode 100644
index 64422657cf..0000000000
--- a/packages/js/data/changelog/56229-add-onboarding-modal
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add native, in-context onboarding flows for WooPayments.
\ No newline at end of file
diff --git a/packages/js/data/changelog/56373-add-56340-support-install-options b/packages/js/data/changelog/56373-add-56340-support-install-options
deleted file mode 100644
index 9ee3dcb6f2..0000000000
--- a/packages/js/data/changelog/56373-add-56340-support-install-options
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: add
-
-Added support for `install_options` property in the extensions feed.
\ No newline at end of file
diff --git a/packages/js/data/changelog/56575-dev-bump-babel-deps b/packages/js/data/changelog/56575-dev-bump-babel-deps
deleted file mode 100644
index 510ab9c2a2..0000000000
--- a/packages/js/data/changelog/56575-dev-bump-babel-deps
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate @babel/* dependencies versions across the monorepo.
\ No newline at end of file
diff --git a/packages/js/data/changelog/56893-fix-setting-option-store-readme b/packages/js/data/changelog/56893-fix-setting-option-store-readme
deleted file mode 100644
index 6b5fff130a..0000000000
--- a/packages/js/data/changelog/56893-fix-setting-option-store-readme
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix the import path for the setting options data store in README.md
\ No newline at end of file
diff --git a/packages/js/data/changelog/57299-fix-wireit-in-ci b/packages/js/data/changelog/57299-fix-wireit-in-ci
deleted file mode 100644
index 10f4279499..0000000000
--- a/packages/js/data/changelog/57299-fix-wireit-in-ci
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Bump wireit dependency version to latest.
\ No newline at end of file
diff --git a/packages/js/data/changelog/58291-add-nox-to-lys b/packages/js/data/changelog/58291-add-nox-to-lys
deleted file mode 100644
index efb96b215c..0000000000
--- a/packages/js/data/changelog/58291-add-nox-to-lys
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add the payment's new onboarding experience flow to the Launch Your Store process.
\ No newline at end of file
diff --git a/packages/js/data/changelog/58765-dev-deps-cleanup-concurrently b/packages/js/data/changelog/58765-dev-deps-cleanup-concurrently
deleted file mode 100644
index 403fe3cc03..0000000000
--- a/packages/js/data/changelog/58765-dev-deps-cleanup-concurrently
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: drop the unused `concurrently` package from dependencies.
\ No newline at end of file
diff --git a/packages/js/data/changelog/58861-dev-build-ram-usage-batch-2 b/packages/js/data/changelog/58861-dev-build-ram-usage-batch-2
deleted file mode 100644
index a9198a4dd7..0000000000
--- a/packages/js/data/changelog/58861-dev-build-ram-usage-batch-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: build RAM usage optimization.
\ No newline at end of file
diff --git a/packages/js/data/changelog/58941-dev-consolidate-packages-license-version b/packages/js/data/changelog/58941-dev-consolidate-packages-license-version
deleted file mode 100644
index 879d15ddab..0000000000
--- a/packages/js/data/changelog/58941-dev-consolidate-packages-license-version
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate packages licenses to `GPL-2.0-or-later`.
\ No newline at end of file
diff --git a/packages/js/data/changelog/59163-update-update-offline-pms-navigation b/packages/js/data/changelog/59163-update-update-offline-pms-navigation
deleted file mode 100644
index eda5f06e45..0000000000
--- a/packages/js/data/changelog/59163-update-update-offline-pms-navigation
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update the navigation for offline payment methods to avoid unnecessary page refresh
\ No newline at end of file
diff --git a/packages/js/data/changelog/59853-add-in-progress-task b/packages/js/data/changelog/59853-add-in-progress-task
deleted file mode 100644
index 4de60ecf61..0000000000
--- a/packages/js/data/changelog/59853-add-in-progress-task
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: enhancement
-
-Adds an 'in progress' state to WooCommerce onboarding tasks, providing visual feedback when tasks are started but not completed. Initially implemented for the Payments setup task.
\ No newline at end of file
diff --git a/packages/js/data/changelog/add-52330-nox-payment-methods-list b/packages/js/data/changelog/add-52330-nox-payment-methods-list
deleted file mode 100644
index d330d15a46..0000000000
--- a/packages/js/data/changelog/add-52330-nox-payment-methods-list
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Update the types for the new payment settings page to include recommended payment methods props.
diff --git a/packages/js/data/changelog/add-54673-tracks-events-new-payment-settings b/packages/js/data/changelog/add-54673-tracks-events-new-payment-settings
deleted file mode 100644
index b2c1ccc7d7..0000000000
--- a/packages/js/data/changelog/add-54673-tracks-events-new-payment-settings
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Export the PluginData type.
diff --git a/packages/js/data/changelog/add-55729-product-review-title-and-rating-blocks b/packages/js/data/changelog/add-55729-product-review-title-and-rating-blocks
deleted file mode 100644
index e9fe82a46e..0000000000
--- a/packages/js/data/changelog/add-55729-product-review-title-and-rating-blocks
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add a getReview selector and resolver to the reviews data store.
diff --git a/packages/js/data/changelog/add-core-profiler-step-completion b/packages/js/data/changelog/add-core-profiler-step-completion
deleted file mode 100644
index 90b4b569a3..0000000000
--- a/packages/js/data/changelog/add-core-profiler-step-completion
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Added functionality for core profiler step completion.
diff --git a/packages/js/data/changelog/add-payment-settings-drag-and-drop-2 b/packages/js/data/changelog/add-payment-settings-drag-and-drop-2
deleted file mode 100644
index 9b2a296af3..0000000000
--- a/packages/js/data/changelog/add-payment-settings-drag-and-drop-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add drag & drop offline payment settings
diff --git a/packages/js/data/changelog/add-react-main-payments-settings-screen b/packages/js/data/changelog/add-react-main-payments-settings-screen
deleted file mode 100644
index 0aa0b00a41..0000000000
--- a/packages/js/data/changelog/add-react-main-payments-settings-screen
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix payment store selector type
diff --git a/packages/js/data/changelog/add-settings-option-store b/packages/js/data/changelog/add-settings-option-store
deleted file mode 100644
index 900a061298..0000000000
--- a/packages/js/data/changelog/add-settings-option-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add settings options data store for managing WooCommerce settings
diff --git a/packages/js/data/changelog/add-stripe-tax-to task b/packages/js/data/changelog/add-stripe-tax-to task
deleted file mode 100644
index 44d5916dff..0000000000
--- a/packages/js/data/changelog/add-stripe-tax-to task
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Add stripe tax status to task type
diff --git a/packages/js/data/changelog/dev-51470-refactor-payment-providers b/packages/js/data/changelog/dev-51470-refactor-payment-providers
deleted file mode 100644
index 2fe4d9582b..0000000000
--- a/packages/js/data/changelog/dev-51470-refactor-payment-providers
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Update the new payments settings page stubs and types to reflect the API changes.
-
-
diff --git a/packages/js/data/changelog/dev-55379-reports-store b/packages/js/data/changelog/dev-55379-reports-store
deleted file mode 100644
index a18d2c22d0..0000000000
--- a/packages/js/data/changelog/dev-55379-reports-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate to `register(storeDescriptor)` for reports data store
diff --git a/packages/js/data/changelog/dev-55380-items-store b/packages/js/data/changelog/dev-55380-items-store
deleted file mode 100644
index 1e19462d0d..0000000000
--- a/packages/js/data/changelog/dev-55380-items-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate to `register(storeDescriptor)` for items data store
diff --git a/packages/js/data/changelog/dev-build-profiling-tweaks-take-1 b/packages/js/data/changelog/dev-build-profiling-tweaks-take-1
deleted file mode 100644
index bb77f6da5f..0000000000
--- a/packages/js/data/changelog/dev-build-profiling-tweaks-take-1
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate TypeScript config files and JS test directories naming.
diff --git a/packages/js/data/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option b/packages/js/data/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
deleted file mode 100644
index d36f953d7b..0000000000
--- a/packages/js/data/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-dev: clean-up ci-job config options - remove unused cascading keys
diff --git a/packages/js/data/changelog/dev-ci-lint-monorepo-job-update b/packages/js/data/changelog/dev-ci-lint-monorepo-job-update
deleted file mode 100644
index 4def83412a..0000000000
--- a/packages/js/data/changelog/dev-ci-lint-monorepo-job-update
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-CI: liverage composer packages cache in lint monorepo job
diff --git a/packages/js/data/changelog/dev-consolidate-syncpack-config b/packages/js/data/changelog/dev-consolidate-syncpack-config
deleted file mode 100644
index 7ab3e6a611..0000000000
--- a/packages/js/data/changelog/dev-consolidate-syncpack-config
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Monorepo: consolidate syncpack config around React 17/18 usage.
diff --git a/packages/js/data/changelog/dev-incentives-updates b/packages/js/data/changelog/dev-incentives-updates
deleted file mode 100644
index 9b3d6672d6..0000000000
--- a/packages/js/data/changelog/dev-incentives-updates
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Update data types for payment provider states.
diff --git a/packages/js/data/changelog/dev-nox-drag-and-drop-updates b/packages/js/data/changelog/dev-nox-drag-and-drop-updates
deleted file mode 100644
index fdbbf892e7..0000000000
--- a/packages/js/data/changelog/dev-nox-drag-and-drop-updates
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: add
-
-Add support for provider reordering in payment settings
diff --git a/packages/js/data/changelog/dev-nox-integrate-incentives b/packages/js/data/changelog/dev-nox-integrate-incentives
deleted file mode 100644
index d1ef8b2205..0000000000
--- a/packages/js/data/changelog/dev-nox-integrate-incentives
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Add incentives logic to the frontend for payment settings.
diff --git a/packages/js/data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments b/packages/js/data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments
deleted file mode 100644
index 9b27929c73..0000000000
--- a/packages/js/data/changelog/dev-nox-refactor-consistent-naming-around-plural-payments
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Refactor the types around payments settings to use plural payments form.
-
-
diff --git a/packages/js/data/changelog/dev-offline-method-updates-take-2 b/packages/js/data/changelog/dev-offline-method-updates-take-2
deleted file mode 100644
index ef105bab46..0000000000
--- a/packages/js/data/changelog/dev-offline-method-updates-take-2
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Updates to types for Payment Gateway updates to better match expected structure
diff --git a/packages/js/data/changelog/dev-type-onboarding-data-store-update-currency b/packages/js/data/changelog/dev-type-onboarding-data-store-update-currency
deleted file mode 100644
index 1c69c4c641..0000000000
--- a/packages/js/data/changelog/dev-type-onboarding-data-store-update-currency
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Minor type annotation addition
diff --git a/packages/js/data/changelog/fix-50907 b/packages/js/data/changelog/fix-50907
deleted file mode 100644
index 6edc38d072..0000000000
--- a/packages/js/data/changelog/fix-50907
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Notify wc/admin/options store changes after the data is saved in the server and not before
diff --git a/packages/js/data/changelog/fix-51395-reporttable-page b/packages/js/data/changelog/fix-51395-reporttable-page
deleted file mode 100644
index 9b02145b01..0000000000
--- a/packages/js/data/changelog/fix-51395-reporttable-page
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Use page query param consistently as string for `getReportTableQuery`.
diff --git a/packages/js/data/changelog/fix-WOOPLUG-4872-jetpack-connection-registration-race-condition b/packages/js/data/changelog/fix-WOOPLUG-4872-jetpack-connection-registration-race-condition
deleted file mode 100644
index e895e427c2..0000000000
--- a/packages/js/data/changelog/fix-WOOPLUG-4872-jetpack-connection-registration-race-condition
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Prevent concurrent fetches of WooPayments onboarding data.
diff --git a/packages/js/data/changelog/fix-WOOPLUG-5250-hard-coded-woopayments-rest-links b/packages/js/data/changelog/fix-WOOPLUG-5250-hard-coded-woopayments-rest-links
deleted file mode 100644
index c41140564c..0000000000
--- a/packages/js/data/changelog/fix-WOOPLUG-5250-hard-coded-woopayments-rest-links
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Update Payments Settings types with new reset account and test account disable entries.
diff --git a/packages/js/data/changelog/fix-core-profiler-api-types b/packages/js/data/changelog/fix-core-profiler-api-types
deleted file mode 100644
index de437d3341..0000000000
--- a/packages/js/data/changelog/fix-core-profiler-api-types
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Fix types in profiler api for business info
diff --git a/packages/js/data/changelog/fix-experimental_role_warning b/packages/js/data/changelog/fix-experimental_role_warning
deleted file mode 100644
index 0c2ac0f8c5..0000000000
--- a/packages/js/data/changelog/fix-experimental_role_warning
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Remove deprecated use of select from @wordpress/data-controls, using controls.resolveSelect instead.
diff --git a/packages/js/data/changelog/fix-homescreen-layout-ts-errors b/packages/js/data/changelog/fix-homescreen-layout-ts-errors
deleted file mode 100644
index f1cb9a61b9..0000000000
--- a/packages/js/data/changelog/fix-homescreen-layout-ts-errors
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix withSettingsHydration and withCurrentUserHydration component types
diff --git a/packages/js/data/changelog/fix-jetpack-connection-data-api-error b/packages/js/data/changelog/fix-jetpack-connection-data-api-error
deleted file mode 100644
index 7271ab0aa2..0000000000
--- a/packages/js/data/changelog/fix-jetpack-connection-data-api-error
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix user capability check for connection data
diff --git a/packages/js/data/changelog/fix-migrate-option-store b/packages/js/data/changelog/fix-migrate-option-store
deleted file mode 100644
index da24043f1f..0000000000
--- a/packages/js/data/changelog/fix-migrate-option-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate options data store to use createReduxStore and register
diff --git a/packages/js/data/changelog/fix-migrate-orders-data-store b/packages/js/data/changelog/fix-migrate-orders-data-store
deleted file mode 100644
index e9edb9243c..0000000000
--- a/packages/js/data/changelog/fix-migrate-orders-data-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate orders data store to register(storeDescriptor)
diff --git a/packages/js/data/changelog/fix-migrate-review-data b/packages/js/data/changelog/fix-migrate-review-data
deleted file mode 100644
index 67cbcce3b9..0000000000
--- a/packages/js/data/changelog/fix-migrate-review-data
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate to register(storeDescriptor) for review data store
diff --git a/packages/js/data/changelog/fix-migrate-settings-store b/packages/js/data/changelog/fix-migrate-settings-store
deleted file mode 100644
index debff1630c..0000000000
--- a/packages/js/data/changelog/fix-migrate-settings-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate to register(storeDescriptor) for settings data store
diff --git a/packages/js/data/changelog/fix-migrate-shipping-zone-store b/packages/js/data/changelog/fix-migrate-shipping-zone-store
deleted file mode 100644
index 98cfd56c63..0000000000
--- a/packages/js/data/changelog/fix-migrate-shipping-zone-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate shipping zones data store to use register(storeDescriptor)
diff --git a/packages/js/data/changelog/fix-migrate-tax-classes-store b/packages/js/data/changelog/fix-migrate-tax-classes-store
deleted file mode 100644
index 261d8656a1..0000000000
--- a/packages/js/data/changelog/fix-migrate-tax-classes-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Migrate EXPERIMENTAL_TAX_CLASSES_STORE_NAME in @woocommerce/data to storeDescriptor object
diff --git a/packages/js/data/changelog/fix-migrate-user-store b/packages/js/data/changelog/fix-migrate-user-store
deleted file mode 100644
index 6aba5fad01..0000000000
--- a/packages/js/data/changelog/fix-migrate-user-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Migrate to register(storeDescriptor) for user data store
diff --git a/packages/js/data/changelog/fix-misspelling-in-crud-reducer b/packages/js/data/changelog/fix-misspelling-in-crud-reducer
deleted file mode 100644
index d67b127d67..0000000000
--- a/packages/js/data/changelog/fix-misspelling-in-crud-reducer
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix misspelling in CRUD reducer
diff --git a/packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js b/packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
deleted file mode 100644
index 4b374755cb..0000000000
--- a/packages/js/data/changelog/fix-misspelling-in-inline-doc-packages-js
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix typos in inline documentation
diff --git a/packages/js/data/changelog/fix-misspelling-in-packages-js-resolvers-error-msgs b/packages/js/data/changelog/fix-misspelling-in-packages-js-resolvers-error-msgs
deleted file mode 100644
index 29dbb025b1..0000000000
--- a/packages/js/data/changelog/fix-misspelling-in-packages-js-resolvers-error-msgs
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix typos in resolvers error message
diff --git a/packages/js/data/changelog/fix-no-permissions-api-error b/packages/js/data/changelog/fix-no-permissions-api-error
deleted file mode 100644
index 0695a289f9..0000000000
--- a/packages/js/data/changelog/fix-no-permissions-api-error
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Added pre-API call permission checks for some API calls that were being called on non-admin accessible screens
diff --git a/packages/js/data/changelog/fix-product-editor-ts-errors-3 b/packages/js/data/changelog/fix-product-editor-ts-errors-3
deleted file mode 100644
index 2a1cbc78a9..0000000000
--- a/packages/js/data/changelog/fix-product-editor-ts-errors-3
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Migrate `Countries` and `Payments Gateways` stores to improve type definitions
diff --git a/packages/js/data/changelog/fix-remove-help-panel-user-meta b/packages/js/data/changelog/fix-remove-help-panel-user-meta
deleted file mode 100644
index 9b1882ac79..0000000000
--- a/packages/js/data/changelog/fix-remove-help-panel-user-meta
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Removed the leftover user meta from the help panel spotlight
diff --git a/packages/js/data/changelog/fix-revert-removal-and-deprecate-navigation-store b/packages/js/data/changelog/fix-revert-removal-and-deprecate-navigation-store
deleted file mode 100644
index 1b8151b635..0000000000
--- a/packages/js/data/changelog/fix-revert-removal-and-deprecate-navigation-store
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Restore and deprecate navigation store
diff --git a/packages/js/data/changelog/fix-tasklist-ts-errors b/packages/js/data/changelog/fix-tasklist-ts-errors
deleted file mode 100644
index abf29f4551..0000000000
--- a/packages/js/data/changelog/fix-tasklist-ts-errors
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: dev
-
-Fix TaskType.level type
diff --git a/packages/js/data/changelog/fix-ts-errors-marketing-page b/packages/js/data/changelog/fix-ts-errors-marketing-page
deleted file mode 100644
index a919807484..0000000000
--- a/packages/js/data/changelog/fix-ts-errors-marketing-page
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix missing type for `getPluginInstallState` selector.
diff --git a/packages/js/data/changelog/fix-unable-to-complete-tax-task b/packages/js/data/changelog/fix-unable-to-complete-tax-task
deleted file mode 100644
index bb157d1a61..0000000000
--- a/packages/js/data/changelog/fix-unable-to-complete-tax-task
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Use hasConnectedOwner value to check if jetpack is connected
diff --git a/packages/js/data/changelog/tweak-google-extension-rename b/packages/js/data/changelog/tweak-google-extension-rename
deleted file mode 100644
index 8a85377cbb..0000000000
--- a/packages/js/data/changelog/tweak-google-extension-rename
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Rename Google Listings and Ads with Google for WooCommerce
diff --git a/packages/js/data/changelog/update-51103-woopayments-incentive-to-tracks-props b/packages/js/data/changelog/update-51103-woopayments-incentive-to-tracks-props
deleted file mode 100644
index c0d87293d0..0000000000
--- a/packages/js/data/changelog/update-51103-woopayments-incentive-to-tracks-props
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Add wooPaymentsIncentiveId to the TaskType additionalData.
diff --git a/packages/js/data/changelog/update-51470-route-onboarding-modes-based-on-context b/packages/js/data/changelog/update-51470-route-onboarding-modes-based-on-context
deleted file mode 100644
index 3a28085709..0000000000
--- a/packages/js/data/changelog/update-51470-route-onboarding-modes-based-on-context
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Include provider onboarding link in types for the new Payments settings page.
-
-
diff --git a/packages/js/data/changelog/update-51955-wcpay-task-install-behavior b/packages/js/data/changelog/update-51955-wcpay-task-install-behavior
deleted file mode 100644
index 471fa5d05b..0000000000
--- a/packages/js/data/changelog/update-51955-wcpay-task-install-behavior
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: tweak
-
-Provide better snackbar notices when installing and activating plugins.
diff --git a/packages/js/data/changelog/update-53563-handle-beta-testing-plugin-installs b/packages/js/data/changelog/update-53563-handle-beta-testing-plugin-installs
deleted file mode 100644
index a69c030b94..0000000000
--- a/packages/js/data/changelog/update-53563-handle-beta-testing-plugin-installs
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix the deactivatePlugin action to use a plugin file like the WP API expects.
diff --git a/packages/js/data/changelog/update-55773-add-ced-commerce-to-marketing-task b/packages/js/data/changelog/update-55773-add-ced-commerce-to-marketing-task
deleted file mode 100644
index e5a5cadb05..0000000000
--- a/packages/js/data/changelog/update-55773-add-ced-commerce-to-marketing-task
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Add tags and install_external fields for onboarding
diff --git a/packages/js/data/changelog/update-56188-improve-switcher-incentive-handling b/packages/js/data/changelog/update-56188-improve-switcher-incentive-handling
deleted file mode 100644
index 321324ab7b..0000000000
--- a/packages/js/data/changelog/update-56188-improve-switcher-incentive-handling
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Add timestamp to incentive dismissals in payment settings
diff --git a/packages/js/data/changelog/update-59804 b/packages/js/data/changelog/update-59804
deleted file mode 100644
index 5a1702a76a..0000000000
--- a/packages/js/data/changelog/update-59804
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: dev
-
-Bump jest package dependency to 29.5.x
diff --git a/packages/js/data/changelog/update-WOOPLUG-4735-switch-nox-endpoints-from-get-to-post b/packages/js/data/changelog/update-WOOPLUG-4735-switch-nox-endpoints-from-get-to-post
deleted file mode 100644
index dee9d66e50..0000000000
--- a/packages/js/data/changelog/update-WOOPLUG-4735-switch-nox-endpoints-from-get-to-post
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Change Payments NOX GET endpoints to POST.
-
-
diff --git a/packages/js/data/changelog/update-lys-tour-meta b/packages/js/data/changelog/update-lys-tour-meta
deleted file mode 100644
index eec09d7e11..0000000000
--- a/packages/js/data/changelog/update-lys-tour-meta
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: update
-
-Update user preferences types and logic
diff --git a/packages/js/data/changelog/update-nox-in-context-onboarding-preload b/packages/js/data/changelog/update-nox-in-context-onboarding-preload
deleted file mode 100644
index ceb8d4d5f0..0000000000
--- a/packages/js/data/changelog/update-nox-in-context-onboarding-preload
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: dev
-Comment: Refactor payment settings types for clearer hierarchy.
-
-
diff --git a/packages/js/data/changelog/update-payments-nox-fill-woopayments-onboarding-tracking-gaps b/packages/js/data/changelog/update-payments-nox-fill-woopayments-onboarding-tracking-gaps
deleted file mode 100644
index ba6b75866c..0000000000
--- a/packages/js/data/changelog/update-payments-nox-fill-woopayments-onboarding-tracking-gaps
+++ /dev/null
@@ -1,5 +0,0 @@
-Significance: patch
-Type: tweak
-Comment: Update Payments Settings data store for better consistency.
-
-
diff --git a/packages/js/data/changelog/update-use-error-boundary-for-panels b/packages/js/data/changelog/update-use-error-boundary-for-panels
deleted file mode 100644
index 53d723964e..0000000000
--- a/packages/js/data/changelog/update-use-error-boundary-for-panels
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: patch
-Type: fix
-
-Fix review store error type
diff --git a/packages/js/data/changelog/upgrade-storybook_and_add_pages_workflow b/packages/js/data/changelog/upgrade-storybook_and_add_pages_workflow
deleted file mode 100644
index f6bdc7a704..0000000000
--- a/packages/js/data/changelog/upgrade-storybook_and_add_pages_workflow
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: update
-
-Export plugin related data store types for selectors and actions.
diff --git a/packages/js/data/package.json b/packages/js/data/package.json
index 819d0861f2..8ebc457ee9 100644
--- a/packages/js/data/package.json
+++ b/packages/js/data/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@woocommerce/data",
-	"version": "5.0.0",
+	"version": "6.0.0",
 	"description": "WooCommerce Admin data store and utilities",
 	"author": "Automattic",
 	"license": "GPL-2.0-or-later",