From 72a4b6aadfdd37d5e0f0a1f6c39c9a21172caf97 Mon Sep 17 00:00:00 2001
From: empathy/x <x@empathy.co>
Date: Fri, 19 Apr 2024 08:39:39 +0000
Subject: [PATCH] chore(release): publish

 - vue3-migration-test@0.1.0-alpha.0
 - @empathyco/x-components@4.1.0-alpha.44
---
 packages/_vue3-migration-test/CHANGELOG.md | 28 ++++++++++++++++++++++
 packages/_vue3-migration-test/package.json |  2 +-
 packages/x-components/CHANGELOG.md         | 15 ++++++++++++
 packages/x-components/package.json         |  2 +-
 4 files changed, 45 insertions(+), 2 deletions(-)
 create mode 100644 packages/_vue3-migration-test/CHANGELOG.md

diff --git a/packages/_vue3-migration-test/CHANGELOG.md b/packages/_vue3-migration-test/CHANGELOG.md
new file mode 100644
index 0000000000..54a1ae0679
--- /dev/null
+++ b/packages/_vue3-migration-test/CHANGELOG.md
@@ -0,0 +1,28 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## 0.1.0-alpha.0 (2024-04-19)
+
+
+### Features
+
+* Add VUE_COMPAT_MODE env variable ([759e8ef](https://github.com/empathyco/x/commit/759e8ef221ef2159dd46faf816dc5f00b5919dc4))
+* EMP-3849 Create vue3-migration-test package ([399fe51](https://github.com/empathyco/x/commit/399fe5176b8c0a5206ed7da4edf9c54c1219f70b))
+* Improve vue3-migration-test playground ([8ebe98e](https://github.com/empathyco/x/commit/8ebe98e6e8ba57bfc471a21ef67a24aa6adc8dc0))
+
+
+### Bug Fixes
+
+* Fix @vue/compat alias for x-components imports ([d6d7e2f](https://github.com/empathyco/x/commit/d6d7e2f26e6944af7453c213b8d0a1d28ff359eb))
+
+
+### Build System
+
+* Exclude x-components from pre-bundling in vue3-migration-test ([37b9bcb](https://github.com/empathyco/x/commit/37b9bcbc83bc51132708997497493d71be40ec21))
+
+
+### Code Refactoring
+
+* Use script setup ([89ceb6f](https://github.com/empathyco/x/commit/89ceb6f12971596bc1d4c2baa6fe85e7dc2f4dc4))
diff --git a/packages/_vue3-migration-test/package.json b/packages/_vue3-migration-test/package.json
index ee1a6e4207..289615e91a 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.0.0",
+  "version": "0.1.0-alpha.0",
   "scripts": {
     "dev": "vite",
     "preview": "vite preview",
diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md
index f037fb5cee..a133619e8a 100644
--- a/packages/x-components/CHANGELOG.md
+++ b/packages/x-components/CHANGELOG.md
@@ -3,6 +3,21 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [4.1.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.43...@empathyco/x-components@4.1.0-alpha.44) (2024-04-19)
+
+
+### Features
+
+* EMP-3849 Create vue3-migration-test package ([399fe51](https://github.com/empathyco/x/commit/399fe5176b8c0a5206ed7da4edf9c54c1219f70b))
+
+
+### Bug Fixes
+
+* Fix @vue/compat alias for x-components imports ([d6d7e2f](https://github.com/empathyco/x/commit/d6d7e2f26e6944af7453c213b8d0a1d28ff359eb))
+* Fix Vue alias for Cypress component testing ([6a71960](https://github.com/empathyco/x/commit/6a71960ffeef4c4b964084c924feac76e25850b5))
+
+
+
 ## [4.1.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.42...@empathyco/x-components@4.1.0-alpha.43) (2024-04-08)
 
 
diff --git a/packages/x-components/package.json b/packages/x-components/package.json
index 52bb080170..79ddb93c4e 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.43",
+  "version": "4.1.0-alpha.44",
   "description": "Empathy X Components",
   "author": "Empathy Systems Corporation S.L.",
   "license": "Apache-2.0",