diff --git a/apps/documentation/CHANGELOG.md b/apps/documentation/CHANGELOG.md index 15dce310d..ca9498238 100644 --- a/apps/documentation/CHANGELOG.md +++ b/apps/documentation/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. +## [0.30.10](https://github.com/voiceflow/react-chat/compare/documentation@0.30.9...documentation@0.30.10) (2024-11-25) + +**Note:** Version bump only for package documentation + ## [0.30.9](https://github.com/voiceflow/react-chat/compare/documentation@0.30.8...documentation@0.30.9) (2024-11-21) **Note:** Version bump only for package documentation diff --git a/apps/documentation/package.json b/apps/documentation/package.json index 1a64f91ea..ffabf7e81 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "0.30.9", + "version": "0.30.10", "private": true, "scripts": { "build": "yarn g:turbo run build:cmd --filter=documentation...", diff --git a/examples/live-chat/CHANGELOG.md b/examples/live-chat/CHANGELOG.md index 070152747..5c73f33b6 100644 --- a/examples/live-chat/CHANGELOG.md +++ b/examples/live-chat/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. +## [0.3.10](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-chat@0.3.9...@voiceflow-example/live-chat@0.3.10) (2024-11-25) + +**Note:** Version bump only for package @voiceflow-example/live-chat + ## [0.3.9](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-chat@0.3.8...@voiceflow-example/live-chat@0.3.9) (2024-11-21) **Note:** Version bump only for package @voiceflow-example/live-chat diff --git a/examples/live-chat/package.json b/examples/live-chat/package.json index 4044c1af8..3d4d0fc7c 100644 --- a/examples/live-chat/package.json +++ b/examples/live-chat/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow-example/live-chat", - "version": "0.3.9", + "version": "0.3.10", "private": true, "license": "MIT", "scripts": { diff --git a/packages/chat/CHANGELOG.md b/packages/chat/CHANGELOG.md index df25d265d..38b9515ff 100644 --- a/packages/chat/CHANGELOG.md +++ b/packages/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. +# [2.4.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@2.3.1...@voiceflow/react-chat@2.4.0) (2024-11-25) + +### Features + +* pass chat window prop to chat widget component to render custom chat window ([#348](https://github.com/voiceflow/react-chat/issues/348)) ([41f00ed](https://github.com/voiceflow/react-chat/commit/41f00ed7c0ce17d896d89edcd3c33a9e94fa1a6e)) + ## [2.3.1](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@2.3.0...@voiceflow/react-chat@2.3.1) (2024-11-21) ### Bug Fixes diff --git a/packages/chat/package.json b/packages/chat/package.json index 2b457da28..d682dfdfe 100644 --- a/packages/chat/package.json +++ b/packages/chat/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow/react-chat", - "version": "2.3.1", + "version": "2.4.0", "description": "voiceflow chat ui", "keywords": [ "chat",