mirror of
https://github.com/strapi/strapi.git
synced 2025-08-01 05:17:14 +00:00

* chore: migrate bulk publish & unpublish to v5 * chore: change findLocales type to accept arrays * chore: fix lint error * chore: migrate bulkDelete to v5 (#20161) * chore: migrate bulkDelete to v5 * chore: change findLocales type to accept strings array * fix: docs prettier styles * chore: remove console.log * enhancement: migrate countManyDraftRelations to v5 * only publish not published entries * use strapi query directly on bulkPublish * fix api tests for bulk publish * apply jamie feedback