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]
 - @voiceflow/[email protected]
  • Loading branch information
vf-service-account committed Sep 24, 2024
1 parent 80cadc1 commit 2c92b77
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 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.18](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/[email protected]...@voiceflow-example/[email protected]) (2024-09-24)

**Note:** Version bump only for package @voiceflow-example/live-agent

## [1.2.17](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/[email protected]...@voiceflow-example/[email protected]) (2024-09-17)

**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.17",
"version": "1.2.18",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/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.

## [0.1.1](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-09-24)

### Bug Fixes

* fix lock file (COR-000) ([#180](https://github.com/voiceflow/react-chat/issues/180)) ([80cadc1](https://github.com/voiceflow/react-chat/commit/80cadc151df41a8dfdbb2d926e4135c9c1fdc75d))

# 0.1.0 (2024-09-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow/chat",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "voiceflow chat ui",
"keywords": [
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.62.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-09-24)

### Features

* add audio interface support (COR-000) ([#178](https://github.com/voiceflow/react-chat/issues/178)) ([f1954c1](https://github.com/voiceflow/react-chat/commit/f1954c1d3590814dffe1e99ab5e510334414ee8b))

# [1.61.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-09-17)

### Features
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.61.0",
"version": "1.62.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.10.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-09-24)

### Features

* add audio interface support (COR-000) ([#178](https://github.com/voiceflow/react-chat/issues/178)) ([f1954c1](https://github.com/voiceflow/react-chat/commit/f1954c1d3590814dffe1e99ab5e510334414ee8b))

# [1.9.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-09-17)

### Features
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.9.0",
"version": "1.10.0",
"exports": {
".": {
"import": "./build/esm/main.js",
Expand Down

0 comments on commit 2c92b77

Please sign in to comment.