Skip to content

Commit

Permalink
chore(release): publish --skip-ci
Browse files Browse the repository at this point in the history
 - [email protected]
 - @voiceflow-example/[email protected]
 - @voiceflow/[email protected]
  • Loading branch information
vf-service-account committed Nov 25, 2024
1 parent 41f00ed commit 881c88e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/documentation/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.

## [0.30.10](https://github.com/voiceflow/react-chat/compare/[email protected]@0.30.10) (2024-11-25)

**Note:** Version bump only for package documentation

## [0.30.9](https://github.com/voiceflow/react-chat/compare/[email protected]@0.30.9) (2024-11-21)

**Note:** Version bump only for package documentation
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "0.30.9",
"version": "0.30.10",
"private": true,
"scripts": {
"build": "yarn g:turbo run build:cmd --filter=documentation...",
Expand Down
4 changes: 4 additions & 0 deletions examples/live-chat/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.

## [0.3.10](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/[email protected]...@voiceflow-example/[email protected]) (2024-11-25)

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

## [0.3.9](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/[email protected]...@voiceflow-example/[email protected]) (2024-11-21)

**Note:** Version bump only for package @voiceflow-example/live-chat
Expand Down
2 changes: 1 addition & 1 deletion examples/live-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voiceflow-example/live-chat",
"version": "0.3.9",
"version": "0.3.10",
"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.

# [2.4.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-11-25)

### Features

* pass chat window prop to chat widget component to render custom chat window ([#348](https://github.com/voiceflow/react-chat/issues/348)) ([41f00ed](https://github.com/voiceflow/react-chat/commit/41f00ed7c0ce17d896d89edcd3c33a9e94fa1a6e))

## [2.3.1](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2024-11-21)

### Bug Fixes
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/react-chat",
"version": "2.3.1",
"version": "2.4.0",
"description": "voiceflow chat ui",
"keywords": [
"chat",
Expand Down

0 comments on commit 881c88e

Please sign in to comment.