From 99d4d0a8395d42af1ba70308b9062935d37f6a8d Mon Sep 17 00:00:00 2001 From: empathy/x Date: Mon, 28 Oct 2024 15:39:51 +0000 Subject: [PATCH] chore(release): publish - vue3-migration-test@1.0.0-alpha.54 - @empathyco/x-adapter-platform@1.1.0-alpha.5 - @empathyco/x-components@6.0.0-alpha.7 --- packages/_vue3-migration-test/CHANGELOG.md | 8 ++++++++ packages/_vue3-migration-test/package.json | 4 ++-- packages/x-adapter-platform/CHANGELOG.md | 9 +++++++++ packages/x-adapter-platform/package.json | 2 +- packages/x-components/CHANGELOG.md | 8 ++++++++ packages/x-components/package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 7 files changed, 32 insertions(+), 7 deletions(-) diff --git a/packages/_vue3-migration-test/CHANGELOG.md b/packages/_vue3-migration-test/CHANGELOG.md index b08b65da83..2d9dd6bfb3 100644 --- a/packages/_vue3-migration-test/CHANGELOG.md +++ b/packages/_vue3-migration-test/CHANGELOG.md @@ -3,6 +3,14 @@ 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.54](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.53...vue3-migration-test@1.0.0-alpha.54) (2024-10-28) + +**Note:** Version bump only for package vue3-migration-test + + + + + ## [1.0.0-alpha.53](https://github.com/empathyco/x/compare/vue3-migration-test@1.0.0-alpha.52...vue3-migration-test@1.0.0-alpha.53) (2024-10-28) **Note:** Version bump only for package vue3-migration-test diff --git a/packages/_vue3-migration-test/package.json b/packages/_vue3-migration-test/package.json index 256449eec1..e51761714a 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.53", + "version": "1.0.0-alpha.54", "scripts": { "dev": "vite", "preview": "vite preview", @@ -9,7 +9,7 @@ "build": "vue-tsc && vite build" }, "dependencies": { - "@empathyco/x-adapter-platform": "^1.1.0-alpha.4", + "@empathyco/x-adapter-platform": "^1.1.0-alpha.5", "@empathyco/x-bus": "^1.0.3-alpha.1", "@empathyco/x-types": "^10.1.0-alpha.4", "@empathyco/x-utils": "^1.0.3-alpha.1", diff --git a/packages/x-adapter-platform/CHANGELOG.md b/packages/x-adapter-platform/CHANGELOG.md index d8cb88fdb3..ad8a762d48 100644 --- a/packages/x-adapter-platform/CHANGELOG.md +++ b/packages/x-adapter-platform/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.1.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.1.0-alpha.4...@empathyco/x-adapter-platform@1.1.0-alpha.5) (2024-10-28) + + +### Features + +* add adapter for related prompts (#1641) ([8066983](https://github.com/empathyco/x/commit/80669835142a5e8d3823d42d599adb51ffc5849a)) + + + ## [1.1.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.1.0-alpha.3...@empathyco/x-adapter-platform@1.1.0-alpha.4) (2024-10-28) diff --git a/packages/x-adapter-platform/package.json b/packages/x-adapter-platform/package.json index fcd7e163c8..13afc2a4f8 100644 --- a/packages/x-adapter-platform/package.json +++ b/packages/x-adapter-platform/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-adapter-platform", - "version": "1.1.0-alpha.4", + "version": "1.1.0-alpha.5", "description": "A search client for the Empathy Platform API", "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 2133ddb91b..a72afae710 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,14 @@ 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.7](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.6...@empathyco/x-components@6.0.0-alpha.7) (2024-10-28) + +**Note:** Version bump only for package @empathyco/x-components + + + + + ## [6.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.5...@empathyco/x-components@6.0.0-alpha.6) (2024-10-28) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 0df81d50ce..96e533c1bf 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.6", + "version": "6.0.0-alpha.7", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -70,7 +70,7 @@ }, "dependencies": { "@empathyco/x-adapter": "^8.1.0-alpha.0", - "@empathyco/x-adapter-platform": "^1.1.0-alpha.4", + "@empathyco/x-adapter-platform": "^1.1.0-alpha.5", "@empathyco/x-bus": "^1.0.3-alpha.1", "@empathyco/x-deep-merge": "^2.0.3-alpha.1", "@empathyco/x-logger": "^1.2.0-alpha.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff886cb088..f67a9c5ca7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,7 +40,7 @@ importers: packages/_vue3-migration-test: dependencies: '@empathyco/x-adapter-platform': - specifier: ^1.1.0-alpha.4 + specifier: ^1.1.0-alpha.5 version: link:../x-adapter-platform '@empathyco/x-bus': specifier: ^1.0.3-alpha.1 @@ -431,7 +431,7 @@ importers: specifier: ^8.1.0-alpha.0 version: link:../x-adapter '@empathyco/x-adapter-platform': - specifier: ^1.1.0-alpha.4 + specifier: ^1.1.0-alpha.5 version: link:../x-adapter-platform '@empathyco/x-bus': specifier: ^1.0.3-alpha.1