From c14702b86f6e67def6363eed76995b984b0db7f0 Mon Sep 17 00:00:00 2001 From: Laura Martinez Garcia Date: Mon, 10 Jun 2024 13:55:53 +0200 Subject: [PATCH] chore: fix 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 7ebd8196f1..1609758b3a 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.36](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.35...@empathyco/x-components@5.0.0-alpha.36) (2024-06-10) + +**Note:** Version bump only for package @empathyco/x-components + ## [5.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.35) (2024-06-07) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 5e1119a9fc..7dff1eca75 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.35", + "version": "5.0.0-alpha.36", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",