diff --git a/examples/live-agent/CHANGELOG.md b/examples/live-agent/CHANGELOG.md index 5e7d458ab9..e1943e1cc3 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.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 + ## [1.2.12](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-agent@1.2.11...@voiceflow-example/live-agent@1.2.12) (2024-09-11) **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 a05103b126..a8addf3ec5 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.12", + "version": "1.2.13", "private": true, "license": "MIT", "scripts": { diff --git a/packages/react-chat/CHANGELOG.md b/packages/react-chat/CHANGELOG.md index 89568b5342..4114ee3d17 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.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 + +* ensure all sessionIDs are encoded (SOS-52) ([#168](https://github.com/voiceflow/react-chat/issues/168)) ([4109987](https://github.com/voiceflow/react-chat/commit/410998718dbcce665aa266d9280e5b6cdac42b6b)) + # [1.60.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.59.4...@voiceflow/react-chat@1.60.0) (2024-09-11) ### Features diff --git a/packages/react-chat/package.json b/packages/react-chat/package.json index 4efadb0f88..2d3f70a074 100644 --- a/packages/react-chat/package.json +++ b/packages/react-chat/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow/react-chat", - "version": "1.60.0", + "version": "1.60.1", "description": "voiceflow chat ui kit", "keywords": [ "chat widget",