From e977a597bc5442be5341d324c23f290660721d16 Mon Sep 17 00:00:00 2001 From: empathy/x Date: Thu, 21 Nov 2024 10:26:46 +0000 Subject: [PATCH] chore(release): publish - @empathyco/x-components@6.0.0-alpha.17 --- packages/x-components/CHANGELOG.md | 14 ++++++++++++++ packages/x-components/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index 69b42349f9..534ef0061c 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.16...@empathyco/x-components@6.0.0-alpha.17) (2024-11-21) + + +### Features + +* add selection state to related prompts module (#1659) ([220c449](https://github.com/empathyco/x/commit/220c44926709378ebee87a21e06c6f188c5d3cd1)) + + +### Bug Fixes + +* **animation-prop:** decommission old animation-prop.ts and generalize the new one (#1660) ([493b6bd](https://github.com/empathyco/x/commit/493b6bd1e8a9de2731b582bb60fac6e29a1a0a47)) + + + ## [6.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.15...@empathyco/x-components@6.0.0-alpha.16) (2024-11-21) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 69bc9499f5..cafc14eb45 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "6.0.0-alpha.16", + "version": "6.0.0-alpha.17", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",