Skip to content

Commit

Permalink
show chat group ID in example app and bump packages to 0.1.11-beta.6 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yinishi authored Aug 13, 2024
1 parent fc5ce68 commit c9e6dab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions examples/next-app/components/ExampleComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ export const ExampleComponent = () => {
</div>
<div>{chatMetadata?.requestId}</div>
</div>
<div>
<div className={'text-sm font-medium uppercase'}>
Chat group ID
</div>
<div>{chatMetadata?.chatGroupId}</div>
</div>
</div>

<button
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humeai/voice-embed-react",
"version": "0.1.11-beta.5",
"version": "0.1.11-beta.6",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humeai/voice-embed",
"version": "0.1.11-beta.5",
"version": "0.1.11-beta.6",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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": "@humeai/voice-react",
"version": "0.1.11-beta.5",
"version": "0.1.11-beta.6",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit c9e6dab

Please sign in to comment.