From a816a16e5f28039f2f99257ba5258625d6df5c80 Mon Sep 17 00:00:00 2001 From: Voiceflow Date: Thu, 12 Sep 2024 20:14:27 +0000 Subject: [PATCH] chore(release): publish --skip-ci - @voiceflow-example/live-agent@1.2.14 - @voiceflow/react-chat@1.60.2 - @voiceflow/sdk-runtime@1.8.1 --- examples/live-agent/CHANGELOG.md | 4 ++++ examples/live-agent/package.json | 2 +- packages/react-chat/CHANGELOG.md | 6 ++++++ packages/react-chat/package.json | 2 +- packages/sdk-runtime/CHANGELOG.md | 6 ++++++ packages/sdk-runtime/package.json | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/examples/live-agent/CHANGELOG.md b/examples/live-agent/CHANGELOG.md index e1943e1cc3..8db494ff31 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 a8addf3ec5..8f4ce4b94a 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 4114ee3d17..7ffa5c7345 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 c88bca4fc0..adc894fce0 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 23754ec2c8..57581f887f 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 ab3359b234..d76757233f 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",