From eb7d377f0da3d09b78bc964de90529326889eb62 Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Thu, 5 Sep 2024 16:48:18 +0200 Subject: [PATCH] feat: bump packages versions (#1611) BREAKING CHANGE: @empathyco/x-components v6 and @empathyco/x-archetype-utils v2 are only compatible with Vue 3 and if you are looking for the Vue 2 versions, take look at the main brach. --- packages/x-archetype-utils/package.json | 2 +- packages/x-components/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x-archetype-utils/package.json b/packages/x-archetype-utils/package.json index 0df5f753b..90db258d6 100644 --- a/packages/x-archetype-utils/package.json +++ b/packages/x-archetype-utils/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-archetype-utils", - "version": "1.1.0-alpha.2", + "version": "2.0.0-alpha.0", "description": "Utilities for x-archetype", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 55ba512ed..a721399ba 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.81", + "version": "6.0.0-alpha.0", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",