diff --git a/examples/live-agent/CHANGELOG.md b/examples/live-agent/CHANGELOG.md index ece1646643..8b9b24345a 100644 --- a/examples/live-agent/CHANGELOG.md +++ b/examples/live-agent/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.2.1](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-agent@1.2.0...@voiceflow-example/live-agent@1.2.1) (2024-05-15) + +### Bug Fixes + +* malformed request payloads (PL-1037) ([#141](https://github.com/voiceflow/react-chat/issues/141)) ([9c30fdb](https://github.com/voiceflow/react-chat/commit/9c30fdba9d41660aeb735a41bdda0b58040b54b0)) + # [1.2.0](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-agent@1.1.0...@voiceflow-example/live-agent@1.2.0) (2024-04-23) ### Features diff --git a/examples/live-agent/package.json b/examples/live-agent/package.json index 6bf17bc69e..7bd484608a 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.0", + "version": "1.2.1", "private": true, "license": "MIT", "scripts": { diff --git a/packages/react-chat/CHANGELOG.md b/packages/react-chat/CHANGELOG.md index 1c3374bb88..831ab0a020 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.58.1](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.58.0...@voiceflow/react-chat@1.58.1) (2024-05-15) + +### Bug Fixes + +* malformed request payloads (PL-1037) ([#141](https://github.com/voiceflow/react-chat/issues/141)) ([9c30fdb](https://github.com/voiceflow/react-chat/commit/9c30fdba9d41660aeb735a41bdda0b58040b54b0)) + # [1.58.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.57.0...@voiceflow/react-chat@1.58.0) (2024-04-23) ### Features diff --git a/packages/react-chat/package.json b/packages/react-chat/package.json index 9596b5029e..ba2c788315 100644 --- a/packages/react-chat/package.json +++ b/packages/react-chat/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow/react-chat", - "version": "1.58.0", + "version": "1.58.1", "description": "voiceflow chat ui kit", "keywords": [ "chat widget",