diff --git a/packages/js/data/changelog/dev-migrate-woo-data-options-to-ts b/packages/js/data/changelog/dev-migrate-woo-data-options-to-ts new file mode 100644 index 0000000000000..2e02faba716e8 --- /dev/null +++ b/packages/js/data/changelog/dev-migrate-woo-data-options-to-ts @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Migrate options store to TS diff --git a/plugins/woocommerce/changelog/dev-migrate-woo-data-options-to-ts b/plugins/woocommerce/changelog/dev-migrate-woo-data-options-to-ts new file mode 100644 index 0000000000000..47875185b01b0 --- /dev/null +++ b/plugins/woocommerce/changelog/dev-migrate-woo-data-options-to-ts @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Fix type errors in ./client after migrating options store to TS