diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index fd2c23c7c0..513dc1611b 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,15 @@ 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.373](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.372...@empathyco/x-components@3.0.0-alpha.373) (2023-05-24) + + +### Bug Fixes + +* watch `props.result.images` directly (#1204) ([4ac9190](https://github.com/empathyco/x/commit/4ac9190754deb34ddd3eed7dc1913230e18a3040)) + + + ## [3.0.0-alpha.372](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.371...@empathyco/x-components@3.0.0-alpha.372) (2023-05-22) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 07bbcaadd4..2c22d9dfcd 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.372", + "version": "3.0.0-alpha.373", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",