Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

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 Jan 13, 2025
1 parent ed0befc commit db37b0f
Show file tree
Hide file tree
Showing 6 changed files with 18 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.35.8](https://github.com/voiceflow/react-chat/compare/[email protected]@0.35.8) (2025-01-13)

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

## [0.35.7](https://github.com/voiceflow/react-chat/compare/[email protected]@0.35.7) (2025-01-10)

### Bug Fixes
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.35.7",
"version": "0.35.8",
"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.5.8](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/[email protected]...@voiceflow-example/[email protected]) (2025-01-13)

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

## [0.5.7](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/[email protected]...@voiceflow-example/[email protected]) (2025-01-10)

**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.5.7",
"version": "0.5.8",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.31.0](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-01-13)

### Features

* add loading state to launcher with label (COR-4435) ([#523](https://github.com/voiceflow/react-chat/issues/523)) ([08fd1b2](https://github.com/voiceflow/react-chat/commit/08fd1b2a67b2e776fe1c9ffe16fdd315cc6dad65))
* expose voice api (COR-4463) ([#524](https://github.com/voiceflow/react-chat/issues/524)) ([ed0befc](https://github.com/voiceflow/react-chat/commit/ed0befc1da00ba0fdc0e69531b5e9821c0493719))

## [2.30.2](https://github.com/voiceflow/react-chat/compare/@voiceflow/[email protected]...@voiceflow/[email protected]) (2025-01-10)

### 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.30.2",
"version": "2.31.0",
"description": "voiceflow chat ui",
"keywords": [
"chat",
Expand Down

0 comments on commit db37b0f

Please sign in to comment.