Skip to content

Commit

Permalink
chore(release): publish --skip-ci
Browse files Browse the repository at this point in the history
 - @voiceflow-example/[email protected]
 - @voiceflow/[email protected]
 - @voiceflow/[email protected]
  • Loading branch information
vf-service-account committed Sep 11, 2024
1 parent 6919d71 commit 1637ba1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions examples/live-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@voiceflow-example/[email protected]) (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/[email protected]...@voiceflow-example/[email protected]) (2024-09-11)

**Note:** Version bump only for package @voiceflow-example/live-agent
Expand Down
2 changes: 1 addition & 1 deletion examples/live-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow-example/live-agent",
"version": "1.2.11",
"version": "1.2.12",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@voiceflow/[email protected]) (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/[email protected]...@voiceflow/[email protected]) (2024-09-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/react-chat",
"version": "1.59.4",
"version": "1.60.0",
"description": "voiceflow chat ui kit",
"keywords": [
"chat widget",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@voiceflow/[email protected]) (2023-06-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/sdk-runtime",
"version": "1.7.0",
"version": "1.8.0",
"exports": {
".": {
"import": "./build/esm/main.js",
Expand Down

0 comments on commit 1637ba1

Please sign in to comment.