From 1637ba1478c8353ac0f7f6eb8de299eb122cfc82 Mon Sep 17 00:00:00 2001 From: Voiceflow Date: Wed, 11 Sep 2024 21:36:22 +0000 Subject: [PATCH] chore(release): publish --skip-ci - @voiceflow-example/live-agent@1.2.12 - @voiceflow/react-chat@1.60.0 - @voiceflow/sdk-runtime@1.8.0 --- 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 028f3e66be..5e7d458ab9 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.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 + ## [1.2.11](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-agent@1.2.10...@voiceflow-example/live-agent@1.2.11) (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 edba069037..a05103b126 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.11", + "version": "1.2.12", "private": true, "license": "MIT", "scripts": { diff --git a/packages/react-chat/CHANGELOG.md b/packages/react-chat/CHANGELOG.md index f2f3c206a9..89568b5342 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.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.59.4...@voiceflow/react-chat@1.60.0) (2024-09-11) + +### Features + +* ensure package works in ESM context (DX-2058) ([#166](https://github.com/voiceflow/react-chat/issues/166)) ([6919d71](https://github.com/voiceflow/react-chat/commit/6919d711aec66ad284298ac50e4b469e051e2e76)) + ## [1.59.4](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@1.59.3...@voiceflow/react-chat@1.59.4) (2024-09-11) ### Bug Fixes diff --git a/packages/react-chat/package.json b/packages/react-chat/package.json index f11d22616c..4efadb0f88 100644 --- a/packages/react-chat/package.json +++ b/packages/react-chat/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow/react-chat", - "version": "1.59.4", + "version": "1.60.0", "description": "voiceflow chat ui kit", "keywords": [ "chat widget", diff --git a/packages/sdk-runtime/CHANGELOG.md b/packages/sdk-runtime/CHANGELOG.md index 682a18032f..23754ec2c8 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.0 (2024-09-11) + +### Features + +* ensure package works in ESM context (DX-2058) ([#166](https://github.com/voiceflow/react-chat/issues/166)) ([6919d71](https://github.com/voiceflow/react-chat/commit/6919d711aec66ad284298ac50e4b469e051e2e76)) + # [1.7.0](https://github.com/voiceflow/adapters/compare/@voiceflow/sdk-runtime@1.5.28...@voiceflow/sdk-runtime@1.7.0) (2023-06-06) ### Bug Fixes diff --git a/packages/sdk-runtime/package.json b/packages/sdk-runtime/package.json index 918ff0a85e..2a42bad671 100644 --- a/packages/sdk-runtime/package.json +++ b/packages/sdk-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voiceflow/sdk-runtime", - "version": "1.7.0", + "version": "1.8.0", "exports": { ".": { "import": "./build/esm/main.js",