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
9 changes: 0 additions & 9 deletions .changeset/agent-reasoning-response-part.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/show-resize-button.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/react-native-expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# elevenlabs-react-native-example

## 1.1.22

### Patch Changes

- @elevenlabs/react-native@1.2.17

## 1.1.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elevenlabs-react-native-example",
"version": "1.1.21",
"version": "1.1.22",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @elevenlabs/client

## 1.16.0

### Minor Changes

- 139ed79: Add `onAgentReasoningResponsePart` callback to receive streaming reasoning response
events from the agent. The callback receives `{ text, type, event_id }` where type
is one of "start", "delta", or "stop".

### Patch Changes

- Updated dependencies [139ed79]
- @elevenlabs/types@0.18.0

## 1.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elevenlabs/client",
"version": "1.15.2",
"version": "1.16.0",
"description": "ElevenLabs JavaScript Client Library",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/convai-widget-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @elevenlabs/convai-widget-core

## 0.15.0

### Minor Changes

- f7f6391: Add a `show_resize_button` widget config option (and matching
`show-resize-button` embed attribute) that controls the expand/collapse resize
button in the widget header. Defaults to `true`; set to `false` to hide it.

### Patch Changes

- Updated dependencies [139ed79]
- @elevenlabs/client@1.16.0

## 0.14.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/convai-widget-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elevenlabs/convai-widget-core",
"version": "0.14.12",
"version": "0.15.0",
"description": "The common library for the Conversational AI Widget.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/convai-widget-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @elevenlabs/convai-widget-embed

## 0.15.0

### Minor Changes

- f7f6391: Add a `show_resize_button` widget config option (and matching
`show-resize-button` embed attribute) that controls the expand/collapse resize
button in the widget header. Defaults to `true`; set to `false` to hide it.

## 0.14.12

## 0.14.11
Expand Down
2 changes: 1 addition & 1 deletion packages/convai-widget-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elevenlabs/convai-widget-embed",
"version": "0.14.12",
"version": "0.15.0",
"description": "The Conversational AI Widget bundled with all dependencies for easy embedding.",
"main": "./dist/index.js",
"unpkg": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @elevenlabs/react-native

## 1.2.17

### Patch Changes

- Updated dependencies [139ed79]
- @elevenlabs/client@1.16.0
- @elevenlabs/react@1.11.0

## 1.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elevenlabs/react-native",
"version": "1.2.16",
"version": "1.2.17",
"description": "ElevenLabs React Native SDK for the Agents Platform",
"type": "module",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @elevenlabs/react

## 1.11.0

### Minor Changes

- 139ed79: Add `onAgentReasoningResponsePart` callback to receive streaming reasoning response
events from the agent. The callback receives `{ text, type, event_id }` where type
is one of "start", "delta", or "stop".

### Patch Changes

- Updated dependencies [139ed79]
- @elevenlabs/client@1.16.0

## 1.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elevenlabs/react",
"version": "1.10.2",
"version": "1.11.0",
"description": "ElevenLabs React Library",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @elevenlabs/types

## 0.18.0

### Minor Changes

- 139ed79: Add `onAgentReasoningResponsePart` callback to receive streaming reasoning response
events from the agent. The callback receives `{ text, type, event_id }` where type
is one of "start", "delta", or "stop".

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elevenlabs/types",
"version": "0.17.1",
"version": "0.18.0",
"description": "AsyncAPI contracts and generated TypeScript types for ElevenLabs agent communication",
"license": "MIT",
"type": "module",
Expand Down
Loading