From a0573cb462268e010e23a606b44b52854030ee29 Mon Sep 17 00:00:00 2001 From: empathy/x Date: Mon, 6 May 2024 14:48:45 +0000 Subject: [PATCH] chore(release): publish - vue3-migration-test@1.0.0-alpha.4 - @empathyco/x-components@5.0.0-alpha.7 --- packages/_vue3-migration-test/CHANGELOG.md | 19 +++++++++++++++++++ packages/_vue3-migration-test/package.json | 2 +- packages/x-components/CHANGELOG.md | 19 +++++++++++++++++++ packages/x-components/package.json | 2 +- 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/packages/_vue3-migration-test/CHANGELOG.md b/packages/_vue3-migration-test/CHANGELOG.md index 5d6f6f4227..ed6684f43c 100644 --- a/packages/_vue3-migration-test/CHANGELOG.md +++ b/packages/_vue3-migration-test/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.4](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.3...vue3-migration-test@1.0.0-alpha.4) (2024-05-06) + + +### ⚠ BREAKING CHANGES + +* **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` prop for the selected columns was renamed from `value` to `modelValue`. + +`ColumnPickerMixin` has been removed. + +### Code Refactoring + +* **ColumnPickerMixin:** get rid of `ColumnPickerMixin` and refactor components which use it (#1461) ([c5b84da](https://github.com/empathyco/x/commit/c5b84da32b75a37d028e91b64220016a2cfb3037)) + + + ## [1.0.0-alpha.3](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.2...vue3-migration-test@1.0.0-alpha.3) (2024-05-03) **Note:** Version bump only for package vue3-migration-test diff --git a/packages/_vue3-migration-test/package.json b/packages/_vue3-migration-test/package.json index a41e318cbe..3a69593937 100644 --- a/packages/_vue3-migration-test/package.json +++ b/packages/_vue3-migration-test/package.json @@ -1,7 +1,7 @@ { "name": "vue3-migration-test", "private": "true", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "scripts": { "dev": "vite", "preview": "vite preview", diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index 96f56bef51..26f48ceeb2 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,25 @@ 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.7](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.6...@empathyco/x-components@5.0.0-alpha.7) (2024-05-06) + + +### ⚠ BREAKING CHANGES + +* **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` prop for the selected columns was renamed from `value` to `modelValue`. + +`ColumnPickerMixin` has been removed. + +### Code Refactoring + +* **ColumnPickerMixin:** get rid of `ColumnPickerMixin` and refactor components which use it (#1461) ([c5b84da](https://github.com/empathyco/x/commit/c5b84da32b75a37d028e91b64220016a2cfb3037)) + + + ## [5.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.5...@empathyco/x-components@5.0.0-alpha.6) (2024-05-03) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index a8799c2350..a1db541388 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.6", + "version": "5.0.0-alpha.7", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",