From 6a28bcc0e540b1b76d754fe1085613e0798fa992 Mon Sep 17 00:00:00 2001 From: empathy/x Date: Tue, 8 Feb 2022 10:46:48 +0000 Subject: [PATCH] chore(release): publish - @empathyco/x-adapter@7.0.0-alpha.10 - @empathyco/x-types@10.0.0-alpha.15 - @empathyco/x-components@3.0.0-alpha.53 --- packages/search-adapter/CHANGELOG.md | 13 +++++++++++++ packages/search-adapter/package-lock.json | 2 +- packages/search-adapter/package.json | 4 ++-- packages/search-types/CHANGELOG.md | 19 +++++++++++++++++++ packages/search-types/package-lock.json | 2 +- packages/search-types/package.json | 2 +- packages/x-components/CHANGELOG.md | 13 +++++++++++++ packages/x-components/package-lock.json | 2 +- packages/x-components/package.json | 6 +++--- 9 files changed, 54 insertions(+), 9 deletions(-) diff --git a/packages/search-adapter/CHANGELOG.md b/packages/search-adapter/CHANGELOG.md index f86f62b205..5f0bcf95e2 100644 --- a/packages/search-adapter/CHANGELOG.md +++ b/packages/search-adapter/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-adapter@7.0.0-alpha.9...@empathyco/x-adapter@7.0.0-alpha.10) (2022-02-08) + +### Build System + +- Fix colors.js dependency issue + ([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)), + closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [7.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-adapter@7.0.0-alpha.8...@empathyco/x-adapter@7.0.0-alpha.9) (2021-12-29) ### Features diff --git a/packages/search-adapter/package-lock.json b/packages/search-adapter/package-lock.json index f073c30f77..9f0adf0c98 100644 --- a/packages/search-adapter/package-lock.json +++ b/packages/search-adapter/package-lock.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-adapter", - "version": "7.0.0-alpha.9", + "version": "7.0.0-alpha.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/search-adapter/package.json b/packages/search-adapter/package.json index 798c5ab1d3..6fd9b23a0b 100644 --- a/packages/search-adapter/package.json +++ b/packages/search-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-adapter", - "version": "7.0.0-alpha.9", + "version": "7.0.0-alpha.10", "description": "A search client for the Empathy search API ", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "@empathyco/x-get-safe-property-chain": "^1.3.0-alpha.1", "@empathyco/x-logger": "^1.1.0", "@empathyco/x-storage-service": "^2.0.0-alpha.0", - "@empathyco/x-types": "^10.0.0-alpha.14", + "@empathyco/x-types": "^10.0.0-alpha.15", "inversify": "~5.0.1", "reflect-metadata": "~0.1.13", "tslib": "~2.3.0" diff --git a/packages/search-types/CHANGELOG.md b/packages/search-types/CHANGELOG.md index 0fe4a19196..568b769efb 100644 --- a/packages/search-types/CHANGELOG.md +++ b/packages/search-types/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-types@10.0.0-alpha.14...@empathyco/x-types@10.0.0-alpha.15) (2022-02-08) + +### Build System + +- Fix colors.js dependency issue + ([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)), + closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293) + +### Continuous Integration + +- update rollup and plugins version + ([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)), + closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [10.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-types@10.0.0-alpha.13...@empathyco/x-types@10.0.0-alpha.14) (2021-12-29) ### Features diff --git a/packages/search-types/package-lock.json b/packages/search-types/package-lock.json index dbd75fd152..fe0f09436a 100644 --- a/packages/search-types/package-lock.json +++ b/packages/search-types/package-lock.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-types", - "version": "10.0.0-alpha.14", + "version": "10.0.0-alpha.15", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/search-types/package.json b/packages/search-types/package.json index 50a4ae8c47..ae86f07bec 100644 --- a/packages/search-types/package.json +++ b/packages/search-types/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-types", - "version": "10.0.0-alpha.14", + "version": "10.0.0-alpha.15", "description": "Empathy search types", "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 afe6958d60..30851830f2 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08) + +### Continuous Integration + +- update rollup and plugins version + ([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)), + closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [3.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.51...@empathyco/x-components@3.0.0-alpha.52) (2022-02-07) ### Documentation diff --git a/packages/x-components/package-lock.json b/packages/x-components/package-lock.json index aceacd8a4c..9133ed685e 100644 --- a/packages/x-components/package-lock.json +++ b/packages/x-components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "3.0.0-alpha.52", + "version": "3.0.0-alpha.53", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 44a4db2167..2b4bada179 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "3.0.0-alpha.52", + "version": "3.0.0-alpha.53", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -58,11 +58,11 @@ "cypress:open:component": "cypress open-ct" }, "dependencies": { - "@empathyco/x-adapter": "^7.0.0-alpha.9", + "@empathyco/x-adapter": "^7.0.0-alpha.10", "@empathyco/x-deep-merge": "^1.3.0-alpha.1", "@empathyco/x-logger": "^1.2.0-alpha.1", "@empathyco/x-storage-service": "^2.0.0-alpha.0", - "@empathyco/x-types": "^10.0.0-alpha.14", + "@empathyco/x-types": "^10.0.0-alpha.15", "@types/resize-observer-browser": "~0.1.5", "magic-string": "~0.25.7", "nanoid": "~3.1.30",