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
 - documentation@0.30.17
 - @voiceflow-example/live-chat@0.3.17
 - @voiceflow/react-chat@2.6.2
  • Loading branch information
vf-service-account committed Nov 25, 2024
1 parent dfab0ce commit ae1124d
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.17](https://github.com/voiceflow/react-chat/compare/documentation@0.30.16...documentation@0.30.17) (2024-11-25)

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

## [0.30.16](https://github.com/voiceflow/react-chat/compare/documentation@0.30.15...documentation@0.30.16) (2024-11-25)

**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.16",
"version": "0.30.17",
"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.17](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-chat@0.3.16...@voiceflow-example/live-chat@0.3.17) (2024-11-25)

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

## [0.3.16](https://github.com/voiceflow/react-chat/compare/@voiceflow-example/live-chat@0.3.15...@voiceflow-example/live-chat@0.3.16) (2024-11-25)

**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.16",
"version": "0.3.17",
"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.6.2](https://github.com/voiceflow/react-chat/compare/@voiceflow/react-chat@2.6.1...@voiceflow/react-chat@2.6.2) (2024-11-25)

### Bug Fixes

* dont jank when user starts new chat (COR-4010) ([#362](https://github.com/voiceflow/react-chat/issues/362)) ([dfab0ce](https://github.com/voiceflow/react-chat/commit/dfab0cea6baf283e9a52595fe1d816aad17b89bc))

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

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

0 comments on commit ae1124d

Please sign in to comment.