From d0cd73dc22f42c3d090d1c1fa5f3b00f6802e778 Mon Sep 17 00:00:00 2001 From: empathy/x Date: Wed, 24 Apr 2024 08:19:41 +0000 Subject: [PATCH] chore(release): publish - vue3-migration-test@1.0.0-alpha.0 - @empathyco/x-components@5.0.0-alpha.0 --- packages/_vue3-migration-test/CHANGELOG.md | 14 ++++++++++++++ packages/_vue3-migration-test/package.json | 2 +- packages/x-components/CHANGELOG.md | 14 ++++++++++++++ packages/x-components/package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/packages/_vue3-migration-test/CHANGELOG.md b/packages/_vue3-migration-test/CHANGELOG.md index 54a1ae067..be4fae732 100644 --- a/packages/_vue3-migration-test/CHANGELOG.md +++ b/packages/_vue3-migration-test/CHANGELOG.md @@ -3,6 +3,20 @@ 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.0](https://github.com/empathyco/x/compare/vue3-migration-test@0.1.0-alpha.0...vue3-migration-test@1.0.0-alpha.0) (2024-04-24) + + +### ⚠ BREAKING CHANGES + +* **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 + +* **sort-mixin:** get rid of SortMixin and refactor components which use it (#1448) ([de0a287](https://github.com/empathyco/x/commit/de0a28754d8fefe8c4db6aa7b7cb5d8407016be2)) + + + ## 0.1.0-alpha.0 (2024-04-19) diff --git a/packages/_vue3-migration-test/package.json b/packages/_vue3-migration-test/package.json index 7d6eac011..61fa12b04 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": "0.1.0-alpha.0", + "version": "1.0.0-alpha.0", "scripts": { "dev": "vite", "preview": "vite preview", diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index c88bd100e..22b6a5cc0 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,20 @@ 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.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.46...@empathyco/x-components@5.0.0-alpha.0) (2024-04-24) + + +### ⚠ BREAKING CHANGES + +* **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 + +* **sort-mixin:** get rid of SortMixin and refactor components which use it (#1448) ([de0a287](https://github.com/empathyco/x/commit/de0a28754d8fefe8c4db6aa7b7cb5d8407016be2)) + + + ## [4.1.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.45...@empathyco/x-components@4.1.0-alpha.46) (2024-04-22) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index f4403cd1f..a73b3e786 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "4.1.0-alpha.46", + "version": "5.0.0-alpha.0", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",