From fc675e971bcf2699fa13e5be01fc0a76fe4c479e Mon Sep 17 00:00:00 2001 From: empathy/x Date: Tue, 18 Jun 2024 12:02:35 +0000 Subject: [PATCH] chore(release): publish - vue3-migration-test@1.0.0-alpha.32 - @empathyco/x-components@5.0.0-alpha.49 --- packages/_vue3-migration-test/CHANGELOG.md | 9 +++++++++ packages/_vue3-migration-test/package.json | 2 +- packages/x-components/CHANGELOG.md | 9 +++++++++ packages/x-components/package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/packages/_vue3-migration-test/CHANGELOG.md b/packages/_vue3-migration-test/CHANGELOG.md index d36bb48638..953dbef7ba 100644 --- a/packages/_vue3-migration-test/CHANGELOG.md +++ b/packages/_vue3-migration-test/CHANGELOG.md @@ -3,6 +3,15 @@ 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.32](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.31...vue3-migration-test@1.0.0-alpha.32) (2024-06-18) + + +### Features + +* add next-queries to the playground ([74efb22](https://github.com/empathyco/x/commit/74efb221aa34c5d52dfa808559933dac12a906cd)) + + + ## [1.0.0-alpha.31](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.30...vue3-migration-test@1.0.0-alpha.31) (2024-06-18) diff --git a/packages/_vue3-migration-test/package.json b/packages/_vue3-migration-test/package.json index c047e8a494..681f02e6dd 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.31", + "version": "1.0.0-alpha.32", "scripts": { "dev": "vite", "preview": "vite preview", diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index f5f25d8f32..d0e50dc52e 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,15 @@ 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.49](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.48...@empathyco/x-components@5.0.0-alpha.49) (2024-06-18) + + +### Features + +* migrate `next-queries` module to composition API ([324d5d8](https://github.com/empathyco/x/commit/324d5d866167352b9ad5e1b2858853ce197fe7fe)) + + + ## [5.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.47...@empathyco/x-components@5.0.0-alpha.48) (2024-06-18) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 8fc943e410..b07bdbd3c7 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.48", + "version": "5.0.0-alpha.49", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",