From bafeabb2d542a8199380c00846dc82b8210aa332 Mon Sep 17 00:00:00 2001 From: Voiceflow Date: Mon, 8 Apr 2024 16:07:12 +0000 Subject: [PATCH] chore(release): publish --skip-ci - @voiceflow-example/live-agent@1.1.0 - @voiceflow/react-chat@1.57.0 --- examples/live-agent/CHANGELOG.md | 10 ++++++++++ examples/live-agent/package.json | 2 +- packages/react-chat/CHANGELOG.md | 6 ++++++ packages/react-chat/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 examples/live-agent/CHANGELOG.md diff --git a/examples/live-agent/CHANGELOG.md b/examples/live-agent/CHANGELOG.md new file mode 100644 index 000000000..7f8fce352 --- /dev/null +++ b/examples/live-agent/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2024-04-08) + +### Features + +* add live agent example (DX-1623) ([#133](https://github.com/voiceflow/react-chat/issues/133)) ([68cdf62](https://github.com/voiceflow/react-chat/commit/68cdf626a3a6acf3624e43cbc107fe7f0f9ea7f1)) diff --git a/examples/live-agent/package.json b/examples/live-agent/package.json index e836374e4..a63641ee6 100644 --- a/examples/live-agent/package.json +++ b/examples/live-agent/package.json @@ -1,7 +1,7 @@ { "name": "@voiceflow-example/live-agent", "private": true, - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "scripts": { "build": "yarn g:tsc -p tsconfig.json --noEmit", diff --git a/packages/react-chat/CHANGELOG.md b/packages/react-chat/CHANGELOG.md index f9104a1f7..b97d781ce 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.57.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.56.5...@voiceflow/react-chat@1.57.0) (2024-04-08) + +### Features + +* add live agent example (DX-1623) ([#133](https://github.com/voiceflow/react-chat/issues/133)) ([68cdf62](https://github.com/voiceflow/react-chat/commit/68cdf626a3a6acf3624e43cbc107fe7f0f9ea7f1)) + ## [1.56.5](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.56.4...@voiceflow/react-chat@1.56.5) (2024-03-22) ### Bug Fixes diff --git a/packages/react-chat/package.json b/packages/react-chat/package.json index 07913c8a9..579fadbde 100644 --- a/packages/react-chat/package.json +++ b/packages/react-chat/package.json @@ -1,7 +1,7 @@ { "name": "@voiceflow/react-chat", "description": "voiceflow chat ui kit", - "version": "1.56.5", + "version": "1.57.0", "author": "Ben Teichman, Tyler Han", "bugs": { "url": "https://github.com/voiceflow/react-chat/issues"