Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Bumped client template dependencies:
- `@pipecat-ai/client-js` to 1.8.0 across the vanilla-js-vite, react-vite,
and react-nextjs templates.
- `@pipecat-ai/voice-ui-kit` to 0.10.0 in the react-vite and react-nextjs
templates.

## [1.1.0] - 2026-04-29

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"@pipecat-ai/client-js": "^1.7.0",
"@pipecat-ai/client-js": "^1.8.0",
"@pipecat-ai/client-react": "^1.3.0",
{%- for transport in transports %}
{%- if transport.value == 'daily' %}
Expand All @@ -18,7 +18,7 @@
"@pipecat-ai/small-webrtc-transport": "^1.10.0",
{%- endif %}
{%- endfor %}
"@pipecat-ai/voice-ui-kit": "^0.9.0",
"@pipecat-ai/voice-ui-kit": "^0.10.0",
"next": "^16",
"react": "^19",
"react-dom": "^19"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@pipecat-ai/client-js": "^1.7.0",
"@pipecat-ai/client-js": "^1.8.0",
"@pipecat-ai/client-react": "^1.3.0",
{%- for transport in transports %}
{%- if transport.value == 'daily' %}
Expand All @@ -19,7 +19,7 @@
"@pipecat-ai/small-webrtc-transport": "^1.10.0",
{%- endif %}
{%- endfor %}
"@pipecat-ai/voice-ui-kit": "^0.9.0",
"@pipecat-ai/voice-ui-kit": "^0.10.0",
"react": "^19",
"react-dom": "^19"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@pipecat-ai/client-js": "^1.7.0"
"@pipecat-ai/client-js": "^1.8.0"
{%- for transport in transports -%}
{%- if transport.value == 'daily' %},
"@pipecat-ai/daily-transport": "^1.6.1"
Expand Down
Loading