Version Packages - #899
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
July 27, 2026 21:46
b3147e4 to
e828775
Compare
AngeloGiacco
approved these changes
Jul 27, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 21:57
e828775 to
9d5d7ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@elevenlabs/client@1.16.0
Minor Changes
onAgentReasoningResponsePartcallback to receive streaming reasoning responseevents from the agent. The callback receives
{ text, type, event_id }where typeis one of "start", "delta", or "stop".
Patch Changes
@elevenlabs/convai-widget-core@0.15.0
Minor Changes
show_resize_buttonwidget config option (and matchingshow-resize-buttonembed attribute) that controls the expand/collapse resizebutton in the widget header. Defaults to
true; set tofalseto hide it.Patch Changes
@elevenlabs/convai-widget-embed@0.15.0
Minor Changes
show_resize_buttonwidget config option (and matchingshow-resize-buttonembed attribute) that controls the expand/collapse resizebutton in the widget header. Defaults to
true; set tofalseto hide it.@elevenlabs/react@1.11.0
Minor Changes
onAgentReasoningResponsePartcallback to receive streaming reasoning responseevents from the agent. The callback receives
{ text, type, event_id }where typeis one of "start", "delta", or "stop".
Patch Changes
@elevenlabs/types@0.18.0
Minor Changes
onAgentReasoningResponsePartcallback to receive streaming reasoning responseevents from the agent. The callback receives
{ text, type, event_id }where typeis one of "start", "delta", or "stop".
@elevenlabs/react-native@1.2.17
Patch Changes
elevenlabs-react-native-example@1.1.22
Patch Changes
Note
Low Risk
Release-metadata and version bumps only; feature risk was addressed in the original implementation PRs.
Overview
This is a Changesets release PR that bumps published package versions and records release notes; it removes the consumed changeset files and does not add new runtime code in the diff.
@elevenlabs/client@1.16.0, @elevenlabs/react@1.11.0, and @elevenlabs/types@0.18.0 ship
onAgentReasoningResponsePart, a callback for streaming agent reasoning parts (start/delta/stopwithtextandevent_id).@elevenlabs/convai-widget-core@0.15.0 and @elevenlabs/convai-widget-embed@0.15.0 ship
show_resize_button/show-resize-buttonto show or hide the header expand/collapse control (defaulttrue).@elevenlabs/react-native@1.2.17 and the Expo example pick up the updated client and React dependencies.
Reviewed by Cursor Bugbot for commit 9d5d7ec. Bugbot is set up for automated code reviews on this repo. Configure here.