diff --git a/packages/_vue3-migration-test/CHANGELOG.md b/packages/_vue3-migration-test/CHANGELOG.md index 8003a068f7..30bfcca548 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.52](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.50...vue3-migration-test@1.0.0-alpha.52) (2024-10-24) + + +### Features + +* update x-components and related packages to vue 3 (#1644) ([d590842](https://github.com/empathyco/x/commit/d5908427544b9a65bbc16a860ea6f73270ee7c26)) + + + ## [1.0.0-alpha.51](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.50...vue3-migration-test@1.0.0-alpha.51) (2024-09-05) diff --git a/packages/_vue3-migration-test/package.json b/packages/_vue3-migration-test/package.json index 620805f50e..b8ec7fd0e4 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.51", + "version": "1.0.0-alpha.52", "scripts": { "dev": "vite", "preview": "vite preview", diff --git a/packages/x-archetype-utils/CHANGELOG.md b/packages/x-archetype-utils/CHANGELOG.md index d3884d2e86..dbe82f912d 100644 --- a/packages/x-archetype-utils/CHANGELOG.md +++ b/packages/x-archetype-utils/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. +## [2.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-archetype-utils@1.1.0-alpha.2...@empathyco/x-archetype-utils@2.0.0-alpha.2) (2024-10-24) + + +### Features + +* update x-components and related packages to vue 3 (#1644) ([d590842](https://github.com/empathyco/x/commit/d5908427544b9a65bbc16a860ea6f73270ee7c26)) + + + ## [2.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-archetype-utils@1.1.0-alpha.2...@empathyco/x-archetype-utils@2.0.0-alpha.1) (2024-09-05) diff --git a/packages/x-archetype-utils/package.json b/packages/x-archetype-utils/package.json index 9e5403bd01..47c63d2401 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": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "Utilities for x-archetype", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index d1bc9a83f0..f07ef74d9c 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. +## [6.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.83...@empathyco/x-components@6.0.0-alpha.4) (2024-10-24) + + +### Features + +* update x-components and related packages to vue 3 (#1644) ([d590842](https://github.com/empathyco/x/commit/d5908427544b9a65bbc16a860ea6f73270ee7c26)) + + + ## [6.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.2...@empathyco/x-components@6.0.0-alpha.3) (2024-10-04) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index c7c967bbff..703d7921c7 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "6.0.0-alpha.3", + "version": "6.0.0-alpha.4", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -91,7 +91,7 @@ "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "~20.0.0", "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0", - "@empathyco/x-tailwindcss": "^1.2.0-alpha.6", + "@empathyco/x-tailwindcss": "^1.2.0-alpha.7", "@microsoft/api-documenter": "~7.23.0", "@microsoft/api-extractor": "~7.39.0", "@testing-library/jest-dom": "~5.17.0", diff --git a/packages/x-tailwindcss/CHANGELOG.md b/packages/x-tailwindcss/CHANGELOG.md index 6f1a51e756..eeda3b2eee 100644 --- a/packages/x-tailwindcss/CHANGELOG.md +++ b/packages/x-tailwindcss/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.2.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-tailwindcss@1.2.0-alpha.5...@empathyco/x-tailwindcss@1.2.0-alpha.7) (2024-10-24) + + +### Features + +* update x-components and related packages to vue 3 (#1644) ([d590842](https://github.com/empathyco/x/commit/d5908427544b9a65bbc16a860ea6f73270ee7c26)) + + + ## [1.2.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-tailwindcss@1.2.0-alpha.5...@empathyco/x-tailwindcss@1.2.0-alpha.6) (2024-09-05) **Note:** Version bump only for package @empathyco/x-tailwindcss diff --git a/packages/x-tailwindcss/package.json b/packages/x-tailwindcss/package.json index ba4e0a0310..bc8bc2ec45 100644 --- a/packages/x-tailwindcss/package.json +++ b/packages/x-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-tailwindcss", - "version": "1.2.0-alpha.6", + "version": "1.2.0-alpha.7", "description": "Empathy X Tailwind plugin", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab0a985672..c542b2d76d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -477,7 +477,7 @@ importers: specifier: ~2.2.0 version: 2.2.0(esbuild@0.20.0) '@empathyco/x-tailwindcss': - specifier: ^1.2.0-alpha.6 + specifier: ^1.2.0-alpha.7 version: link:../x-tailwindcss '@microsoft/api-documenter': specifier: ~7.23.0