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]
  • Loading branch information
vf-service-account committed Apr 8, 2024
1 parent 68cdf62 commit bafeabb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions examples/live-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion examples/live-agent/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.57.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (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/[email protected]...@voiceflow/[email protected]) (2024-03-22)

### 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,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"
Expand Down

0 comments on commit bafeabb

Please sign in to comment.