From 22b42b09b1862b64a4bc639d9ae4a610c412dcf5 Mon Sep 17 00:00:00 2001 From: empathy/x Date: Wed, 2 Aug 2023 13:37:15 +0000 Subject: [PATCH] chore(release): publish - @empathyco/x-adapter-platform@1.0.0-alpha.83 - @empathyco/x-adapter@8.0.0-alpha.33 - @empathyco/x-components@3.0.0-alpha.400 - @empathyco/x-types@10.0.0-alpha.72 --- packages/x-adapter-platform/CHANGELOG.md | 8 ++++++++ packages/x-adapter-platform/package.json | 6 +++--- packages/x-adapter/CHANGELOG.md | 9 +++++++++ packages/x-adapter/package.json | 2 +- packages/x-components/CHANGELOG.md | 8 ++++++++ packages/x-components/package.json | 8 ++++---- packages/x-types/CHANGELOG.md | 8 ++++++++ packages/x-types/package.json | 4 ++-- pnpm-lock.yaml | 12 ++++++------ 9 files changed, 49 insertions(+), 16 deletions(-) diff --git a/packages/x-adapter-platform/CHANGELOG.md b/packages/x-adapter-platform/CHANGELOG.md index 6681184217..1269fe1963 100644 --- a/packages/x-adapter-platform/CHANGELOG.md +++ b/packages/x-adapter-platform/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.83](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.82...@empathyco/x-adapter-platform@1.0.0-alpha.83) (2023-08-02) + +**Note:** Version bump only for package @empathyco/x-adapter-platform + + + + + ## [1.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.81...@empathyco/x-adapter-platform@1.0.0-alpha.82) (2023-07-25) diff --git a/packages/x-adapter-platform/package.json b/packages/x-adapter-platform/package.json index d35fdb8525..6e5eea95e8 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.0.0-alpha.82", + "version": "1.0.0-alpha.83", "description": "A search client for the Empathy Platform API", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -41,8 +41,8 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-adapter": "^8.0.0-alpha.32", - "@empathyco/x-types": "^10.0.0-alpha.71", + "@empathyco/x-adapter": "^8.0.0-alpha.33", + "@empathyco/x-types": "^10.0.0-alpha.72", "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.5.0" }, diff --git a/packages/x-adapter/CHANGELOG.md b/packages/x-adapter/CHANGELOG.md index 3de40075be..ad88201fae 100644 --- a/packages/x-adapter/CHANGELOG.md +++ b/packages/x-adapter/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. +## [8.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-adapter@8.0.0-alpha.32...@empathyco/x-adapter@8.0.0-alpha.33) (2023-08-02) + + +### Features + +* make empty string point to live env ([1d20789](https://github.com/empathyco/x/commit/1d2078941a616bfa7bd8a0e7119f21fd11e511d9)) + + + ## [8.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-adapter@8.0.0-alpha.31...@empathyco/x-adapter@8.0.0-alpha.32) (2023-06-27) **Note:** Version bump only for package @empathyco/x-adapter diff --git a/packages/x-adapter/package.json b/packages/x-adapter/package.json index b7848a2315..b1cfaf9e30 100644 --- a/packages/x-adapter/package.json +++ b/packages/x-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-adapter", - "version": "8.0.0-alpha.32", + "version": "8.0.0-alpha.33", "description": "A utils library to create a client for any 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 216c73e230..f59527f4f8 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. +## [3.0.0-alpha.400](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.399...@empathyco/x-components@3.0.0-alpha.400) (2023-08-02) + +**Note:** Version bump only for package @empathyco/x-components + + + + + ## [3.0.0-alpha.399](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.398...@empathyco/x-components@3.0.0-alpha.399) (2023-07-31) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 504dd2087e..e80f23c9a6 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.399", + "version": "3.0.0-alpha.400", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -67,13 +67,13 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-adapter": "^8.0.0-alpha.32", - "@empathyco/x-adapter-platform": "^1.0.0-alpha.82", + "@empathyco/x-adapter": "^8.0.0-alpha.33", + "@empathyco/x-adapter-platform": "^1.0.0-alpha.83", "@empathyco/x-bus": "^1.0.0-alpha.3", "@empathyco/x-deep-merge": "^2.0.0-alpha.2", "@empathyco/x-logger": "^1.2.0-alpha.11", "@empathyco/x-storage-service": "^2.0.0-alpha.15", - "@empathyco/x-types": "^10.0.0-alpha.71", + "@empathyco/x-types": "^10.0.0-alpha.72", "@empathyco/x-utils": "^1.0.0-alpha.22", "@vue/devtools-api": "~6.5.0", "@vueuse/core": "~10.1.0", diff --git a/packages/x-types/CHANGELOG.md b/packages/x-types/CHANGELOG.md index bc39111d78..951d81d632 100644 --- a/packages/x-types/CHANGELOG.md +++ b/packages/x-types/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. +## [10.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-types@10.0.0-alpha.71...@empathyco/x-types@10.0.0-alpha.72) (2023-08-02) + +**Note:** Version bump only for package @empathyco/x-types + + + + + ## [10.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-types@10.0.0-alpha.70...@empathyco/x-types@10.0.0-alpha.71) (2023-06-27) **Note:** Version bump only for package @empathyco/x-types diff --git a/packages/x-types/package.json b/packages/x-types/package.json index f9cd64335b..8b30a7c64f 100644 --- a/packages/x-types/package.json +++ b/packages/x-types/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-types", - "version": "10.0.0-alpha.71", + "version": "10.0.0-alpha.72", "description": "Empathy search types", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -37,7 +37,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@empathyco/x-adapter": "^8.0.0-alpha.32", + "@empathyco/x-adapter": "^8.0.0-alpha.33", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 880f4a155a..161c9b3847 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -254,10 +254,10 @@ importers: packages/x-adapter-platform: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.32 + specifier: ^8.0.0-alpha.33 version: link:../x-adapter '@empathyco/x-types': - specifier: ^10.0.0-alpha.71 + specifier: ^10.0.0-alpha.72 version: link:../x-types '@empathyco/x-utils': specifier: ^1.0.0-alpha.22 @@ -380,10 +380,10 @@ importers: packages/x-components: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.32 + specifier: ^8.0.0-alpha.33 version: link:../x-adapter '@empathyco/x-adapter-platform': - specifier: ^1.0.0-alpha.82 + specifier: ^1.0.0-alpha.83 version: link:../x-adapter-platform '@empathyco/x-bus': specifier: ^1.0.0-alpha.3 @@ -398,7 +398,7 @@ importers: specifier: ^2.0.0-alpha.15 version: link:../storage-service '@empathyco/x-types': - specifier: ^10.0.0-alpha.71 + specifier: ^10.0.0-alpha.72 version: link:../x-types '@empathyco/x-utils': specifier: ^1.0.0-alpha.22 @@ -712,7 +712,7 @@ importers: packages/x-types: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.32 + specifier: ^8.0.0-alpha.33 version: link:../x-adapter tslib: specifier: ~2.5.0