Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Oct 2, 2024
1 parent b7e62a1 commit 86486f8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .changeset/dull-spies-love.md
Original file line number Diff line number Diff line change
@@ -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'
```

0 comments on commit 86486f8

Please sign in to comment.