From d943afda7fb5776332f67f86512c1420f746f467 Mon Sep 17 00:00:00 2001 From: Laura Martinez Garcia Date: Tue, 11 Jun 2024 11:26:03 +0200 Subject: [PATCH] chore: update package version --- packages/x-components/CHANGELOG.md | 4 ++++ packages/x-components/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index ad97168f36..cd56830e9a 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.37...@empathyco/x-components@5.0.0-alpha.38) (2024-06-11) + +**Note:** Version bump only for package @empathyco/x-components + ## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.36...@empathyco/x-components@5.0.0-alpha.37) (2024-06-10) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 211478c71e..c16f9a24c5 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "5.0.0-alpha.37", + "version": "5.0.0-alpha.38", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",