diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index 97d1b08d4..1db9ab1dc 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.417](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.416...@empathyco/x-components@3.0.0-alpha.417) (2023-10-05) + + +### Features + +* utils for the mutation of states with config (#1313) ([97dfb3e](https://github.com/empathyco/x/commit/97dfb3e2d37f6ec037f55ccc3279b9427d90d1c5)) + + + ## [3.0.0-alpha.416](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.415...@empathyco/x-components@3.0.0-alpha.416) (2023-10-05) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index f5f73633f..55e3f303c 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.416", + "version": "3.0.0-alpha.417", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",