diff --git a/examples/live-agent/CHANGELOG.md b/examples/live-agent/CHANGELOG.md index e1943e1cc..8db494ff3 100644 --- a/examples/live-agent/CHANGELOG.md +++ b/examples/live-agent/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.14](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-agent@1.2.13...@voiceflow-example/live-agent@1.2.14) (2024-09-12) + +**Note:** Version bump only for package @voiceflow-example/live-agent + ## [1.2.13](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-agent@1.2.12...@voiceflow-example/live-agent@1.2.13) (2024-09-12) **Note:** Version bump only for package @voiceflow-example/live-agent diff --git a/examples/live-agent/package.json b/examples/live-agent/package.json index a8addf3ec..8f4ce4b94 100644 --- a/examples/live-agent/package.json +++ b/examples/live-agent/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow-example/live-agent", - "version": "1.2.13", + "version": "1.2.14", "private": true, "license": "MIT", "scripts": { diff --git a/packages/react-chat/CHANGELOG.md b/packages/react-chat/CHANGELOG.md index 4114ee3d1..7ffa5c734 100644 --- a/packages/react-chat/CHANGELOG.md +++ b/packages/react-chat/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.60.2](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.60.1...@voiceflow/react-chat@1.60.2) (2024-09-12) + +### Bug Fixes + +* use ESM-friendly version of @voiceflow/common (DX-2358) ([#169](https://github.com/voiceflow/react-chat/issues/169)) ([ea7dc8b](https://github.com/voiceflow/react-chat/commit/ea7dc8b042e5dd8e998ea8768da9c3f3d41cff6d)) + ## [1.60.1](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.60.0...@voiceflow/react-chat@1.60.1) (2024-09-12) ### Bug Fixes diff --git a/packages/react-chat/package.json b/packages/react-chat/package.json index c88bca4fc..adc894fce 100644 --- a/packages/react-chat/package.json +++ b/packages/react-chat/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow/react-chat", - "version": "1.60.1", + "version": "1.60.2", "description": "voiceflow chat ui kit", "keywords": [ "chat widget", diff --git a/packages/sdk-runtime/CHANGELOG.md b/packages/sdk-runtime/CHANGELOG.md index 23754ec2c..57581f887 100644 --- a/packages/sdk-runtime/CHANGELOG.md +++ b/packages/sdk-runtime/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.1](https://github.com/voiceflow/react-chat/compare/@voiceflow/sdk-runtime@1.8.0...@voiceflow/sdk-runtime@1.8.1) (2024-09-12) + +### Bug Fixes + +* use ESM-friendly version of @voiceflow/common (DX-2358) ([#169](https://github.com/voiceflow/react-chat/issues/169)) ([ea7dc8b](https://github.com/voiceflow/react-chat/commit/ea7dc8b042e5dd8e998ea8768da9c3f3d41cff6d)) + # 1.8.0 (2024-09-11) ### Features diff --git a/packages/sdk-runtime/package.json b/packages/sdk-runtime/package.json index ab3359b23..d76757233 100644 --- a/packages/sdk-runtime/package.json +++ b/packages/sdk-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow/sdk-runtime", - "version": "1.8.0", + "version": "1.8.1", "exports": { ".": { "import": "./build/esm/main.js",