diff --git a/.changeset/dull-spies-love.md b/.changeset/dull-spies-love.md new file mode 100644 index 00000000000..f4c4a4f064c --- /dev/null +++ b/.changeset/dull-spies-love.md @@ -0,0 +1,18 @@ +--- +'@talend/react-faceted-search-query-client': major +'@talend/react-faceted-search': major +--- + +[BREAKING] Move the function createTqlQuery to a dedicated package (@talend/react-faceted-search-query-client). + +You will need to adapt your code to use this lib + +before +``` +import { createTqlQuery } from '@talend/react-faceted-search/lib/queryClient'; +``` + +after +``` +import { createTqlQuery } from '@talend/react-faceted-search-query-client' +```