From 86dea9743ca744ecf70c500f882be80b7e9fc367 Mon Sep 17 00:00:00 2001 From: Laura Martinez Garcia Date: Mon, 10 Jun 2024 12:38:20 +0200 Subject: [PATCH] chore: fix packages versions --- packages/x-components/CHANGELOG.md | 10 ++++++---- packages/x-components/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index de9c3099fe..7ebd8196f1 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,12 +3,14 @@ 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.34](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.33...@empathyco/x-components@5.0.0-alpha.34) (2024-06-06) +## [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 +## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.33...@empathyco/x-components@5.0.0-alpha.34) (2024-06-06) +**Note:** Version bump only for package @empathyco/x-components ## [5.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.32...@empathyco/x-components@5.0.0-alpha.33) (2024-06-05) @@ -272,10 +274,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### ⚠ BREAKING CHANGES -* **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead. +* **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead. `BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`. -`BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead. +`BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead. `BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`. `ColumnPickerMixin` has been removed. @@ -344,7 +346,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### ⚠ BREAKING CHANGES -* **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead. +* **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead. base-dropdown prop for the selected item was renamed from `value` to `modelValue`. ### Code Refactoring diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 00dc71b8a6..5e1119a9fc 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.34", + "version": "5.0.0-alpha.35", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",