diff --git a/packages/deep-merge/CHANGELOG.md b/packages/deep-merge/CHANGELOG.md index 0632343992..95aca5b2c1 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.3](https://github.com/empathyco/x/compare/@empathyco/x-deep-merge@2.0.0-alpha.2...@empathyco/x-deep-merge@2.0.0-alpha.3) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-deep-merge + + + + + ## [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 diff --git a/packages/deep-merge/package.json b/packages/deep-merge/package.json index 12aa299c5d..ca8c0daeff 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.2", + "version": "2.0.0-alpha.3", "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.22", + "@empathyco/x-utils": "^1.0.0-alpha.23", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-adapter-platform/CHANGELOG.md b/packages/x-adapter-platform/CHANGELOG.md index e2fce6a73e..0e5bce1fe7 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.85](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.84...@empathyco/x-adapter-platform@1.0.0-alpha.85) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-adapter-platform + + + + + ## [1.0.0-alpha.84](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.83...@empathyco/x-adapter-platform@1.0.0-alpha.84) (2023-09-07) diff --git a/packages/x-adapter-platform/package.json b/packages/x-adapter-platform/package.json index 5b3c0f0f38..ec68719ee5 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.84", + "version": "1.0.0-alpha.85", "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.33", - "@empathyco/x-types": "^10.0.0-alpha.72", - "@empathyco/x-utils": "^1.0.0-alpha.22", + "@empathyco/x-adapter": "^8.0.0-alpha.34", + "@empathyco/x-types": "^10.0.0-alpha.73", + "@empathyco/x-utils": "^1.0.0-alpha.23", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-adapter/CHANGELOG.md b/packages/x-adapter/CHANGELOG.md index ad88201fae..42bba3e4e9 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.34](https://github.com/empathyco/x/compare/@empathyco/x-adapter@8.0.0-alpha.33...@empathyco/x-adapter@8.0.0-alpha.34) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-adapter + + + + + ## [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) diff --git a/packages/x-adapter/package.json b/packages/x-adapter/package.json index b1cfaf9e30..8d8a171021 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.33", + "version": "8.0.0-alpha.34", "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.2", - "@empathyco/x-utils": "^1.0.0-alpha.22", + "@empathyco/x-deep-merge": "^2.0.0-alpha.3", + "@empathyco/x-utils": "^1.0.0-alpha.23", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-archetype-utils/CHANGELOG.md b/packages/x-archetype-utils/CHANGELOG.md index 861f0618c4..635eb8273c 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.4](https://github.com/empathyco/x/compare/@empathyco/x-archetype-utils@1.0.0-alpha.3...@empathyco/x-archetype-utils@1.0.0-alpha.4) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-archetype-utils + + + + + ## [1.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-archetype-utils@1.0.0-alpha.2...@empathyco/x-archetype-utils@1.0.0-alpha.3) (2023-08-09) diff --git a/packages/x-archetype-utils/package.json b/packages/x-archetype-utils/package.json index 4ab3012c96..b794828229 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.3", + "version": "1.0.0-alpha.4", "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.2", + "@empathyco/x-deep-merge": "^2.0.0-alpha.3", "tslib": "~2.5.0", "vue-i18n": "~8.28.2" }, "devDependencies": { - "@empathyco/x-utils": "^1.0.0-alpha.22", + "@empathyco/x-utils": "^1.0.0-alpha.23", "@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 8fd9956165..a787b193e0 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.4](https://github.com/empathyco/x/compare/@empathyco/x-bus@1.0.0-alpha.3...@empathyco/x-bus@1.0.0-alpha.4) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-bus + + + + + ## [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 diff --git a/packages/x-bus/package.json b/packages/x-bus/package.json index 5b4207e7d0..d7b9656d58 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.3", + "version": "1.0.0-alpha.4", "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.3", - "@empathyco/x-utils": "^1.0.0-alpha.22", + "@empathyco/x-priority-queue": "^1.0.0-alpha.4", + "@empathyco/x-utils": "^1.0.0-alpha.23", "rxjs": "~7.8.0", "tslib": "~2.5.0" }, diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index 383589692c..cc358d8fed 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.412](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.411...@empathyco/x-components@3.0.0-alpha.412) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-components + + + + + ## [3.0.0-alpha.411](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.410...@empathyco/x-components@3.0.0-alpha.411) (2023-09-18) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index bfad2c834b..232a06f335 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.411", + "version": "3.0.0-alpha.412", "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.33", - "@empathyco/x-adapter-platform": "^1.0.0-alpha.84", - "@empathyco/x-bus": "^1.0.0-alpha.3", - "@empathyco/x-deep-merge": "^2.0.0-alpha.2", + "@empathyco/x-adapter": "^8.0.0-alpha.34", + "@empathyco/x-adapter-platform": "^1.0.0-alpha.85", + "@empathyco/x-bus": "^1.0.0-alpha.4", + "@empathyco/x-deep-merge": "^2.0.0-alpha.3", "@empathyco/x-logger": "^1.2.0-alpha.11", "@empathyco/x-storage-service": "^2.0.0-alpha.15", - "@empathyco/x-types": "^10.0.0-alpha.72", - "@empathyco/x-utils": "^1.0.0-alpha.22", + "@empathyco/x-types": "^10.0.0-alpha.73", + "@empathyco/x-utils": "^1.0.0-alpha.23", "@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.34", + "@empathyco/x-tailwindcss": "^1.0.0-alpha.35", "@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 61e64656e2..d7c2769e41 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.4](https://github.com/empathyco/x/compare/@empathyco/x-priority-queue@1.0.0-alpha.3...@empathyco/x-priority-queue@1.0.0-alpha.4) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-priority-queue + + + + + ## [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 diff --git a/packages/x-priority-queue/package.json b/packages/x-priority-queue/package.json index cd72ae449e..f40c31e5a5 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.3", + "version": "1.0.0-alpha.4", "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.22", + "@empathyco/x-utils": "^1.0.0-alpha.23", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-tailwindcss/CHANGELOG.md b/packages/x-tailwindcss/CHANGELOG.md index 8e0d3cab03..b2c27da6ae 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.35](https://github.com/empathyco/x/compare/@empathyco/x-tailwindcss@1.0.0-alpha.34...@empathyco/x-tailwindcss@1.0.0-alpha.35) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-tailwindcss + + + + + ## [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 diff --git a/packages/x-tailwindcss/package.json b/packages/x-tailwindcss/package.json index 9c84e9bc47..62ed16e4ba 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.34", + "version": "1.0.0-alpha.35", "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.2", - "@empathyco/x-utils": "^1.0.0-alpha.22", + "@empathyco/x-deep-merge": "^2.0.0-alpha.3", + "@empathyco/x-utils": "^1.0.0-alpha.23", "tslib": "~2.5.0" }, "peerDependencies": { diff --git a/packages/x-translations/CHANGELOG.md b/packages/x-translations/CHANGELOG.md index ade6bfc251..5b13c1d163 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.3](https://github.com/empathyco/x/compare/@empathyco/x-translations@2.0.0-alpha.2...@empathyco/x-translations@2.0.0-alpha.3) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-translations + + + + + ## [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 diff --git a/packages/x-translations/package.json b/packages/x-translations/package.json index f52f72a99c..aeed83052f 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.2", + "version": "2.0.0-alpha.3", "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.2" + "@empathyco/x-deep-merge": "^2.0.0-alpha.3" }, "devDependencies": { "@types/jest": "~27.5.0", diff --git a/packages/x-types/CHANGELOG.md b/packages/x-types/CHANGELOG.md index 951d81d632..461a1e07b6 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.73](https://github.com/empathyco/x/compare/@empathyco/x-types@10.0.0-alpha.72...@empathyco/x-types@10.0.0-alpha.73) (2023-09-18) + +**Note:** Version bump only for package @empathyco/x-types + + + + + ## [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 diff --git a/packages/x-types/package.json b/packages/x-types/package.json index 8b30a7c64f..4b478f53fd 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.72", + "version": "10.0.0-alpha.73", "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.33", + "@empathyco/x-adapter": "^8.0.0-alpha.34", "tslib": "~2.5.0" }, "devDependencies": { diff --git a/packages/x-utils/CHANGELOG.md b/packages/x-utils/CHANGELOG.md index 38fc773b55..b7c907bdb1 100644 --- a/packages/x-utils/CHANGELOG.md +++ b/packages/x-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. +## [1.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-utils@1.0.0-alpha.22...@empathyco/x-utils@1.0.0-alpha.23) (2023-09-18) + + +### Features + +* deep comparator for objects (#1287) ([fff4f07](https://github.com/empathyco/x/commit/fff4f0759cc751b639124ac17c21ce30ce22d96e)) + + + ## [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 diff --git a/packages/x-utils/package.json b/packages/x-utils/package.json index c7ba36a658..5de275acc3 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.22", + "version": "1.0.0-alpha.23", "description": "A utility package for Empathy search", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98869a5790..1765b55ae3 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.22 + specifier: ^1.0.0-alpha.23 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.2 + specifier: ^2.0.0-alpha.3 version: link:../deep-merge '@empathyco/x-utils': - specifier: ^1.0.0-alpha.22 + specifier: ^1.0.0-alpha.23 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.33 + specifier: ^8.0.0-alpha.34 version: link:../x-adapter '@empathyco/x-types': - specifier: ^10.0.0-alpha.72 + specifier: ^10.0.0-alpha.73 version: link:../x-types '@empathyco/x-utils': - specifier: ^1.0.0-alpha.22 + specifier: ^1.0.0-alpha.23 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.2 + specifier: ^2.0.0-alpha.3 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.22 + specifier: ^1.0.0-alpha.23 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.3 + specifier: ^1.0.0-alpha.4 version: link:../x-priority-queue '@empathyco/x-utils': - specifier: ^1.0.0-alpha.22 + specifier: ^1.0.0-alpha.23 version: link:../x-utils rxjs: specifier: ~7.8.0 @@ -380,16 +380,16 @@ importers: packages/x-components: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.33 + specifier: ^8.0.0-alpha.34 version: link:../x-adapter '@empathyco/x-adapter-platform': - specifier: ^1.0.0-alpha.84 + specifier: ^1.0.0-alpha.85 version: link:../x-adapter-platform '@empathyco/x-bus': - specifier: ^1.0.0-alpha.3 + specifier: ^1.0.0-alpha.4 version: link:../x-bus '@empathyco/x-deep-merge': - specifier: ^2.0.0-alpha.2 + specifier: ^2.0.0-alpha.3 version: link:../deep-merge '@empathyco/x-logger': specifier: ^1.2.0-alpha.11 @@ -398,10 +398,10 @@ importers: specifier: ^2.0.0-alpha.15 version: link:../storage-service '@empathyco/x-types': - specifier: ^10.0.0-alpha.72 + specifier: ^10.0.0-alpha.73 version: link:../x-types '@empathyco/x-utils': - specifier: ^1.0.0-alpha.22 + specifier: ^1.0.0-alpha.23 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.34 + specifier: ^1.0.0-alpha.35 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.22 + specifier: ^1.0.0-alpha.23 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.2 + specifier: ^2.0.0-alpha.3 version: link:../deep-merge '@empathyco/x-utils': - specifier: ^1.0.0-alpha.22 + specifier: ^1.0.0-alpha.23 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.2 + specifier: ^2.0.0-alpha.3 version: link:../deep-merge devDependencies: '@types/jest': @@ -712,7 +712,7 @@ importers: packages/x-types: dependencies: '@empathyco/x-adapter': - specifier: ^8.0.0-alpha.33 + specifier: ^8.0.0-alpha.34 version: link:../x-adapter tslib: specifier: ~2.5.0