diff --git a/packages/x-adapter-platform/CHANGELOG.md b/packages/x-adapter-platform/CHANGELOG.md index d06021a4f6..e8eeb3f36f 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.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.78...@empathyco/x-adapter-platform@1.0.0-alpha.79) (2023-06-15) + + +### Features + +* **tagging:** add fallback for displayId (#1235) ([8fa9512](https://github.com/empathyco/x/commit/8fa95120b7fdccaf430824ab9570c7ad43cd0539)) + + + ## [1.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-adapter-platform@1.0.0-alpha.77...@empathyco/x-adapter-platform@1.0.0-alpha.78) (2023-06-14) diff --git a/packages/x-adapter-platform/package.json b/packages/x-adapter-platform/package.json index bdad28473e..1da451ee79 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.78", + "version": "1.0.0-alpha.79", "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 2eb6a183e6..64fcf4b21c 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.389](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.388...@empathyco/x-components@3.0.0-alpha.389) (2023-06-15) + +**Note:** Version bump only for package @empathyco/x-components + + + + + ## [3.0.0-alpha.388](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.387...@empathyco/x-components@3.0.0-alpha.388) (2023-06-14) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 49dbfd5746..a971fedc51 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.388", + "version": "3.0.0-alpha.389", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", @@ -68,7 +68,7 @@ }, "dependencies": { "@empathyco/x-adapter": "^8.0.0-alpha.31", - "@empathyco/x-adapter-platform": "^1.0.0-alpha.78", + "@empathyco/x-adapter-platform": "^1.0.0-alpha.79", "@empathyco/x-bus": "^1.0.0-alpha.2", "@empathyco/x-deep-merge": "^2.0.0-alpha.1", "@empathyco/x-logger": "^1.2.0-alpha.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4239ff4272..bdc01678b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -383,7 +383,7 @@ importers: specifier: ^8.0.0-alpha.31 version: link:../x-adapter '@empathyco/x-adapter-platform': - specifier: ^1.0.0-alpha.78 + specifier: ^1.0.0-alpha.79 version: link:../x-adapter-platform '@empathyco/x-bus': specifier: ^1.0.0-alpha.2