From 0ffdf24be6a91f26a1ff3f9255f543936bc09273 Mon Sep 17 00:00:00 2001 From: empathy/x Date: Tue, 27 Jun 2023 14:07:35 +0000 Subject: [PATCH] chore(release): publish - @empathyco/x-deep-merge@2.0.0-alpha.2 - @empathyco/x-logger@2.0.0-alpha.6 - @empathyco/x-storage-service@2.0.0-alpha.15 - @empathyco/x-adapter-platform@1.0.0-alpha.81 - @empathyco/x-adapter@8.0.0-alpha.32 - @empathyco/x-archetype-utils@1.0.0-alpha.2 - @empathyco/x-bus@1.0.0-alpha.3 - @empathyco/x-components@3.0.0-alpha.391 - @empathyco/x-priority-queue@1.0.0-alpha.3 - @empathyco/x-svg-converter@1.0.0-alpha.9 - @empathyco/x-tailwindcss@1.0.0-alpha.34 - @empathyco/x-translations@2.0.0-alpha.2 - @empathyco/x-types@10.0.0-alpha.71 - @empathyco/x-utils@1.0.0-alpha.22 --- packages/deep-merge/CHANGELOG.md | 8 ++++ packages/deep-merge/package.json | 4 +- packages/logger/CHANGELOG.md | 8 ++++ packages/logger/package.json | 2 +- packages/storage-service/CHANGELOG.md | 8 ++++ packages/storage-service/package.json | 2 +- packages/x-adapter-platform/CHANGELOG.md | 8 ++++ packages/x-adapter-platform/package.json | 8 ++-- packages/x-adapter/CHANGELOG.md | 8 ++++ packages/x-adapter/package.json | 6 +-- packages/x-archetype-utils/CHANGELOG.md | 8 ++++ packages/x-archetype-utils/package.json | 6 +-- packages/x-bus/CHANGELOG.md | 8 ++++ packages/x-bus/package.json | 6 +-- packages/x-components/CHANGELOG.md | 8 ++++ packages/x-components/package.json | 18 ++++----- packages/x-priority-queue/CHANGELOG.md | 8 ++++ packages/x-priority-queue/package.json | 4 +- packages/x-svg-converter/CHANGELOG.md | 8 ++++ packages/x-svg-converter/package.json | 2 +- packages/x-tailwindcss/CHANGELOG.md | 8 ++++ packages/x-tailwindcss/package.json | 6 +-- packages/x-translations/CHANGELOG.md | 8 ++++ packages/x-translations/package.json | 4 +- packages/x-types/CHANGELOG.md | 8 ++++ packages/x-types/package.json | 4 +- packages/x-utils/CHANGELOG.md | 8 ++++ packages/x-utils/package.json | 4 +- pnpm-lock.yaml | 48 ++++++++++++------------ 29 files changed, 174 insertions(+), 62 deletions(-) diff --git a/packages/deep-merge/CHANGELOG.md b/packages/deep-merge/CHANGELOG.md index 8142713f3c..0632343992 100644 --- a/packages/deep-merge/CHANGELOG.md +++ b/packages/deep-merge/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. +## [2.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-deep-merge@2.0.0-alpha.1...@empathyco/x-deep-merge@2.0.0-alpha.2) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-deep-merge + + + + + ## [2.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-deep-merge@2.0.0-alpha.0...@empathyco/x-deep-merge@2.0.0-alpha.1) (2023-06-06) **Note:** Version bump only for package @empathyco/x-deep-merge diff --git a/packages/deep-merge/package.json b/packages/deep-merge/package.json index 77d275a1a1..12aa299c5d 100644 --- a/packages/deep-merge/package.json +++ b/packages/deep-merge/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-deep-merge", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "Utility for deep cloning objects.", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -38,7 +38,7 @@ "test-unit": "jest" }, "dependencies": { - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 1cc4aa380e..b8d6908865 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/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. +## [2.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-logger@2.0.0-alpha.5...@empathyco/x-logger@2.0.0-alpha.6) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-logger + + + + + ## [2.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-logger@2.0.0-alpha.4...@empathyco/x-logger@2.0.0-alpha.5) (2023-06-06) **Note:** Version bump only for package @empathyco/x-logger diff --git a/packages/logger/package.json b/packages/logger/package.json index 2b88b99d31..c72d3d0ebe 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-logger", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "Empathy simple logger", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/packages/storage-service/CHANGELOG.md b/packages/storage-service/CHANGELOG.md index e8ce3fdc32..77097e0151 100644 --- a/packages/storage-service/CHANGELOG.md +++ b/packages/storage-service/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. +## [2.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-storage-service@2.0.0-alpha.14...@empathyco/x-storage-service@2.0.0-alpha.15) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-storage-service + + + + + ## [2.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-storage-service@2.0.0-alpha.13...@empathyco/x-storage-service@2.0.0-alpha.14) (2023-06-06) **Note:** Version bump only for package @empathyco/x-storage-service diff --git a/packages/storage-service/package.json b/packages/storage-service/package.json index 562ff4016e..f1c702b9f9 100644 --- a/packages/storage-service/package.json +++ b/packages/storage-service/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-storage-service", - "version": "2.0.0-alpha.14", + "version": "2.0.0-alpha.15", "description": "Storage service with TTL", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/packages/x-adapter-platform/CHANGELOG.md b/packages/x-adapter-platform/CHANGELOG.md index b620cb8f8a..298902ee0e 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.81](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.80...@empathyco/x-adapter-platform@1.0.0-alpha.81) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-adapter-platform + + + + + ## [1.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.79...@empathyco/x-adapter-platform@1.0.0-alpha.80) (2023-06-27) diff --git a/packages/x-adapter-platform/package.json b/packages/x-adapter-platform/package.json index 9a5b0c5305..9edbac2435 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.80", + "version": "1.0.0-alpha.81", "description": "A search client for the Empathy Platform API", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -41,9 +41,9 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-adapter": "^8.0.0-alpha.31", - "@empathyco/x-types": "^10.0.0-alpha.70", - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-adapter": "^8.0.0-alpha.32", + "@empathyco/x-types": "^10.0.0-alpha.71", + "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-adapter/CHANGELOG.md b/packages/x-adapter/CHANGELOG.md index 3da9def3d1..3de40075be 100644 --- a/packages/x-adapter/CHANGELOG.md +++ b/packages/x-adapter/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. +## [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 + + + + + ## [8.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-adapter@8.0.0-alpha.30...@empathyco/x-adapter@8.0.0-alpha.31) (2023-06-07) **Note:** Version bump only for package @empathyco/x-adapter diff --git a/packages/x-adapter/package.json b/packages/x-adapter/package.json index 0a3ae1f9d5..b7848a2315 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.31", + "version": "8.0.0-alpha.32", "description": "A utils library to create a client for any API", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -37,8 +37,8 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-deep-merge": "^2.0.0-alpha.1", - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-deep-merge": "^2.0.0-alpha.2", + "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-archetype-utils/CHANGELOG.md b/packages/x-archetype-utils/CHANGELOG.md index 3b25796ed1..c7337aa5b3 100644 --- a/packages/x-archetype-utils/CHANGELOG.md +++ b/packages/x-archetype-utils/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.2](https://github.com/empathyco/x/compare/@empathyco/x-archetype-utils@1.0.0-alpha.1...@empathyco/x-archetype-utils@1.0.0-alpha.2) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-archetype-utils + + + + + ## [1.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-archetype-utils@1.0.0-alpha.0...@empathyco/x-archetype-utils@1.0.0-alpha.1) (2023-06-06) **Note:** Version bump only for package @empathyco/x-archetype-utils diff --git a/packages/x-archetype-utils/package.json b/packages/x-archetype-utils/package.json index 69eef122fd..2e607c4972 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.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Utilities for x-archetype", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -36,12 +36,12 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-deep-merge": "^2.0.0-alpha.1", + "@empathyco/x-deep-merge": "^2.0.0-alpha.2", "tslib": "~2.5.0", "vue-i18n": "~8.28.2" }, "devDependencies": { - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-utils": "^1.0.0-alpha.22", "@types/jest": "~27.5.0", "@types/node": "~18.16.0", "@vue/test-utils": "~1.0.3", diff --git a/packages/x-bus/CHANGELOG.md b/packages/x-bus/CHANGELOG.md index 2fa01401b7..8fd9956165 100644 --- a/packages/x-bus/CHANGELOG.md +++ b/packages/x-bus/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.3](https://github.com/empathyco/x/compare/@empathyco/x-bus@1.0.0-alpha.2...@empathyco/x-bus@1.0.0-alpha.3) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-bus + + + + + ## [1.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-bus@1.0.0-alpha.1...@empathyco/x-bus@1.0.0-alpha.2) (2023-06-07) **Note:** Version bump only for package @empathyco/x-bus diff --git a/packages/x-bus/package.json b/packages/x-bus/package.json index a73c1c21a8..5b4207e7d0 100644 --- a/packages/x-bus/package.json +++ b/packages/x-bus/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-bus", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Event bus to help with events orchestration", "author": "Empathy Systems Corporation S.L.", "homepage": "https://github.com/empathyco/x/tree/main/packages/x-bus#readme", @@ -39,8 +39,8 @@ "url": "https://github.com/empathyco/x/issues" }, "dependencies": { - "@empathyco/x-priority-queue": "^1.0.0-alpha.2", - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-priority-queue": "^1.0.0-alpha.3", + "@empathyco/x-utils": "^1.0.0-alpha.22", "rxjs": "~7.8.0", "tslib": "~2.5.0" }, diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index a58d8f94b1..db075d7a95 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.391](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.390...@empathyco/x-components@3.0.0-alpha.391) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-components + + + + + ## [3.0.0-alpha.390](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.389...@empathyco/x-components@3.0.0-alpha.390) (2023-06-27) diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 2f4c813525..8f45e2c79f 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.390", + "version": "3.0.0-alpha.391", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -67,14 +67,14 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-adapter": "^8.0.0-alpha.31", - "@empathyco/x-adapter-platform": "^1.0.0-alpha.80", - "@empathyco/x-bus": "^1.0.0-alpha.2", - "@empathyco/x-deep-merge": "^2.0.0-alpha.1", + "@empathyco/x-adapter": "^8.0.0-alpha.32", + "@empathyco/x-adapter-platform": "^1.0.0-alpha.81", + "@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.14", - "@empathyco/x-types": "^10.0.0-alpha.70", - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-storage-service": "^2.0.0-alpha.15", + "@empathyco/x-types": "^10.0.0-alpha.71", + "@empathyco/x-utils": "^1.0.0-alpha.22", "@vue/devtools-api": "~6.5.0", "@vueuse/core": "~10.1.0", "rxjs": "~7.8.0", @@ -92,7 +92,7 @@ "@badeball/cypress-cucumber-preprocessor": "~17.2.0", "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0", "@cypress/vue2": "~2.0.1", - "@empathyco/x-tailwindcss": "^1.0.0-alpha.33", + "@empathyco/x-tailwindcss": "^1.0.0-alpha.34", "@microsoft/api-documenter": "~7.22.0", "@microsoft/api-extractor": "~7.35.0", "@rollup/plugin-commonjs": "~25.0.0", diff --git a/packages/x-priority-queue/CHANGELOG.md b/packages/x-priority-queue/CHANGELOG.md index be503c3e3e..61e64656e2 100644 --- a/packages/x-priority-queue/CHANGELOG.md +++ b/packages/x-priority-queue/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.3](https://github.com/empathyco/x/compare/@empathyco/x-priority-queue@1.0.0-alpha.2...@empathyco/x-priority-queue@1.0.0-alpha.3) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-priority-queue + + + + + ## [1.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-priority-queue@1.0.0-alpha.1...@empathyco/x-priority-queue@1.0.0-alpha.2) (2023-06-07) **Note:** Version bump only for package @empathyco/x-priority-queue diff --git a/packages/x-priority-queue/package.json b/packages/x-priority-queue/package.json index 82651e0457..cd72ae449e 100644 --- a/packages/x-priority-queue/package.json +++ b/packages/x-priority-queue/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-priority-queue", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "A priority queue implementation in typescript allowing cancellable elements", "author": "Empathy Systems Corporation S.L.", "homepage": "https://github.com/empathyco/x/tree/main/packages/x-priority-queue#readme", @@ -36,7 +36,7 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-svg-converter/CHANGELOG.md b/packages/x-svg-converter/CHANGELOG.md index 2f4d589caf..1d67fbd13d 100644 --- a/packages/x-svg-converter/CHANGELOG.md +++ b/packages/x-svg-converter/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.9](https://github.com/empathyco/x/compare/@empathyco/x-svg-converter@1.0.0-alpha.8...@empathyco/x-svg-converter@1.0.0-alpha.9) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-svg-converter + + + + + ## [1.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-svg-converter@1.0.0-alpha.7...@empathyco/x-svg-converter@1.0.0-alpha.8) (2023-06-06) **Note:** Version bump only for package @empathyco/x-svg-converter diff --git a/packages/x-svg-converter/package.json b/packages/x-svg-converter/package.json index b30a5a3bda..9941d294b9 100644 --- a/packages/x-svg-converter/package.json +++ b/packages/x-svg-converter/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-svg-converter", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "A project which allows the user to convert SVGs into Vue components formatted to be used with the x-tailwindcss design system.", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/packages/x-tailwindcss/CHANGELOG.md b/packages/x-tailwindcss/CHANGELOG.md index 7e12abdddc..8e0d3cab03 100644 --- a/packages/x-tailwindcss/CHANGELOG.md +++ b/packages/x-tailwindcss/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.34](https://github.com/empathyco/x/compare/@empathyco/x-tailwindcss@1.0.0-alpha.33...@empathyco/x-tailwindcss@1.0.0-alpha.34) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-tailwindcss + + + + + ## [1.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-tailwindcss@1.0.0-alpha.32...@empathyco/x-tailwindcss@1.0.0-alpha.33) (2023-06-06) **Note:** Version bump only for package @empathyco/x-tailwindcss diff --git a/packages/x-tailwindcss/package.json b/packages/x-tailwindcss/package.json index 30a74be8e8..9c84e9bc47 100644 --- a/packages/x-tailwindcss/package.json +++ b/packages/x-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-tailwindcss", - "version": "1.0.0-alpha.33", + "version": "1.0.0-alpha.34", "description": "Empathy X Tailwind plugin", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -36,8 +36,8 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-deep-merge": "^2.0.0-alpha.1", - "@empathyco/x-utils": "^1.0.0-alpha.21", + "@empathyco/x-deep-merge": "^2.0.0-alpha.2", + "@empathyco/x-utils": "^1.0.0-alpha.22", "tslib": "~2.5.0" }, "peerDependencies": { diff --git a/packages/x-translations/CHANGELOG.md b/packages/x-translations/CHANGELOG.md index 5e1695c13e..ade6bfc251 100644 --- a/packages/x-translations/CHANGELOG.md +++ b/packages/x-translations/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. +## [2.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-translations@2.0.0-alpha.1...@empathyco/x-translations@2.0.0-alpha.2) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-translations + + + + + ## [2.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-translations@2.0.0-alpha.0...@empathyco/x-translations@2.0.0-alpha.1) (2023-06-06) **Note:** Version bump only for package @empathyco/x-translations diff --git a/packages/x-translations/package.json b/packages/x-translations/package.json index 209b8216e8..f52f72a99c 100644 --- a/packages/x-translations/package.json +++ b/packages/x-translations/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-translations", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "A project which allows the user to import and export the translations.", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -31,7 +31,7 @@ "test:unit": "jest -i" }, "dependencies": { - "@empathyco/x-deep-merge": "^2.0.0-alpha.1" + "@empathyco/x-deep-merge": "^2.0.0-alpha.2" }, "devDependencies": { "@types/jest": "~27.5.0", diff --git a/packages/x-types/CHANGELOG.md b/packages/x-types/CHANGELOG.md index fffae60cd7..bc39111d78 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.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 + + + + + ## [10.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-types@10.0.0-alpha.69...@empathyco/x-types@10.0.0-alpha.70) (2023-06-07) **Note:** Version bump only for package @empathyco/x-types diff --git a/packages/x-types/package.json b/packages/x-types/package.json index bab48a7d7f..f9cd64335b 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.70", + "version": "10.0.0-alpha.71", "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.31", + "@empathyco/x-adapter": "^8.0.0-alpha.32", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-utils/CHANGELOG.md b/packages/x-utils/CHANGELOG.md index 4477548994..38fc773b55 100644 --- a/packages/x-utils/CHANGELOG.md +++ b/packages/x-utils/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.22](https://github.com/empathyco/x/compare/@empathyco/x-utils@1.0.0-alpha.21...@empathyco/x-utils@1.0.0-alpha.22) (2023-06-27) + +**Note:** Version bump only for package @empathyco/x-utils + + + + + ## [1.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-utils@1.0.0-alpha.20...@empathyco/x-utils@1.0.0-alpha.21) (2023-06-06) **Note:** Version bump only for package @empathyco/x-utils diff --git a/packages/x-utils/package.json b/packages/x-utils/package.json index 96f2f0f6d1..c7ba36a658 100644 --- a/packages/x-utils/package.json +++ b/packages/x-utils/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-utils", - "version": "1.0.0-alpha.21", + "version": "1.0.0-alpha.22", "description": "A utility package for Empathy search", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -34,7 +34,7 @@ "prepublishOnly": "pnpm run build" }, "dependencies": { - "@empathyco/x-storage-service": "^2.0.0-alpha.14", + "@empathyco/x-storage-service": "^2.0.0-alpha.15", "nanoid": "~3.3.0", "tslib": "~2.5.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8af95b4bf7..3eda2991a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,7 +38,7 @@ importers: packages/deep-merge: dependencies: '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils tslib: specifier: ~2.5.0 @@ -223,10 +223,10 @@ importers: packages/x-adapter: dependencies: '@empathyco/x-deep-merge': - specifier: ^2.0.0-alpha.1 + specifier: ^2.0.0-alpha.2 version: link:../deep-merge '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils tslib: specifier: ~2.5.0 @@ -254,13 +254,13 @@ importers: packages/x-adapter-platform: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.31 + specifier: ^8.0.0-alpha.32 version: link:../x-adapter '@empathyco/x-types': - specifier: ^10.0.0-alpha.70 + specifier: ^10.0.0-alpha.71 version: link:../x-types '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils tslib: specifier: ~2.5.0 @@ -294,7 +294,7 @@ importers: packages/x-archetype-utils: dependencies: '@empathyco/x-deep-merge': - specifier: ^2.0.0-alpha.1 + specifier: ^2.0.0-alpha.2 version: link:../deep-merge tslib: specifier: ~2.5.0 @@ -304,7 +304,7 @@ importers: version: 8.28.2(vue@2.7.14) devDependencies: '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils '@types/jest': specifier: ~27.5.0 @@ -346,10 +346,10 @@ importers: packages/x-bus: dependencies: '@empathyco/x-priority-queue': - specifier: ^1.0.0-alpha.2 + specifier: ^1.0.0-alpha.3 version: link:../x-priority-queue '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils rxjs: specifier: ~7.8.0 @@ -380,28 +380,28 @@ importers: packages/x-components: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.31 + specifier: ^8.0.0-alpha.32 version: link:../x-adapter '@empathyco/x-adapter-platform': - specifier: ^1.0.0-alpha.80 + specifier: ^1.0.0-alpha.81 version: link:../x-adapter-platform '@empathyco/x-bus': - specifier: ^1.0.0-alpha.2 + specifier: ^1.0.0-alpha.3 version: link:../x-bus '@empathyco/x-deep-merge': - specifier: ^2.0.0-alpha.1 + specifier: ^2.0.0-alpha.2 version: link:../deep-merge '@empathyco/x-logger': specifier: ^1.2.0-alpha.11 version: 1.2.0-alpha.11 '@empathyco/x-storage-service': - specifier: ^2.0.0-alpha.14 + specifier: ^2.0.0-alpha.15 version: link:../storage-service '@empathyco/x-types': - specifier: ^10.0.0-alpha.70 + specifier: ^10.0.0-alpha.71 version: link:../x-types '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils '@vue/devtools-api': specifier: ~6.5.0 @@ -438,7 +438,7 @@ importers: specifier: ~2.0.1 version: 2.0.1(cypress@12.13.0)(vue@2.7.14) '@empathyco/x-tailwindcss': - specifier: ^1.0.0-alpha.33 + specifier: ^1.0.0-alpha.34 version: link:../x-tailwindcss '@microsoft/api-documenter': specifier: ~7.22.0 @@ -580,7 +580,7 @@ importers: packages/x-priority-queue: dependencies: '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils tslib: specifier: ~2.5.0 @@ -629,10 +629,10 @@ importers: packages/x-tailwindcss: dependencies: '@empathyco/x-deep-merge': - specifier: ^2.0.0-alpha.1 + specifier: ^2.0.0-alpha.2 version: link:../deep-merge '@empathyco/x-utils': - specifier: ^1.0.0-alpha.21 + specifier: ^1.0.0-alpha.22 version: link:../x-utils tslib: specifier: ~2.5.0 @@ -690,7 +690,7 @@ importers: packages/x-translations: dependencies: '@empathyco/x-deep-merge': - specifier: ^2.0.0-alpha.1 + specifier: ^2.0.0-alpha.2 version: link:../deep-merge devDependencies: '@types/jest': @@ -712,7 +712,7 @@ importers: packages/x-types: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.31 + specifier: ^8.0.0-alpha.32 version: link:../x-adapter tslib: specifier: ~2.5.0 @@ -749,7 +749,7 @@ importers: packages/x-utils: dependencies: '@empathyco/x-storage-service': - specifier: ^2.0.0-alpha.14 + specifier: ^2.0.0-alpha.15 version: link:../storage-service nanoid: specifier: ~3.3.0