Skip to content

Commit

Permalink
fix/changelog-query-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
herrardo committed Sep 18, 2023
1 parent a24a7e2 commit 077fae6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/x-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,10 +5,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

## [3.0.0-alpha.410](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2023-09-15)

### ⚠ BREAKING CHANGES

- **queries-preview**: the `QueryPreviewList` component `queries` prop has changed name to
`queriesPreviewInfo` and the type is an array of `QueryPreviewInfo` as instead of an array of
strings. The QueryPreview component `query` prop has changed name to `queryPreviewInfo` and the
type is `QueryPreviewInfo` instead of `string`. `QueryPreviewInfo` type is now exported from
the module.

EMP-1555

### Features

* query preview components allow adding extra params to the request (#1270) ([84143a2](https://github.com/empathyco/x/commit/84143a2b1ee1b9944ddb431f701b3d27d1c20410))
* **queries-preview**: query preview components allow adding extra params to the request (#1270) ([84143a2](https://github.com/empathyco/x/commit/84143a2b1ee1b9944ddb431f701b3d27d1c20410))



0 comments on commit 077fae6

Please sign in to comment.