From d9a16ab46529038261f8dd5841ffb961e2286fea Mon Sep 17 00:00:00 2001 From: empathy/x Date: Wed, 20 Sep 2023 10:02:39 +0000 Subject: [PATCH] chore(release): publish - @empathyco/x-components@3.0.0-alpha.413 --- packages/x-components/CHANGELOG.md | 10 ++++++++++ packages/x-components/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index cc358d8fed..28459610bb 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0-alpha.413](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.412...@empathyco/x-components@3.0.0-alpha.413) (2023-09-20) + + +### Features + +* add filters to the query preview request (#1292) ([7f20022](https://github.com/empathyco/x/commit/7f20022eee593460681bfb1c4d574162f325cc05)) +* **query-preview:** use deep equal to compare request (#1291) ([cf3c3e7](https://github.com/empathyco/x/commit/cf3c3e7c738d8b2281183c42f00048b3bff918ea)) + + + ## [3.0.0-alpha.412](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.411...@empathyco/x-components@3.0.0-alpha.412) (2023-09-18) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 232a06f335..242a30a0b7 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "3.0.0-alpha.412", + "version": "3.0.0-alpha.413", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",