Skip to content

Commit 1269e60

Browse files
Version Packages (next) (#541)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f15891e commit 1269e60

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
"@elevenlabs/types": "0.5.0",
1313
"@elevenlabs/typescript-config": "0.0.0"
1414
},
15-
"changesets": []
15+
"changesets": [
16+
"fix-wix-compat"
17+
]
1618
}

packages/convai-widget-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @elevenlabs/convai-widget-core
22

3+
## 0.10.1-next.0
4+
5+
### Patch Changes
6+
7+
- f15891e: Fix widget crash on Wix sites caused by frozen RTCPeerConnection prototype
8+
39
## 0.10.0
410

511
### Minor Changes

packages/convai-widget-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elevenlabs/convai-widget-core",
3-
"version": "0.10.0",
3+
"version": "0.10.1-next.0",
44
"description": "The common library for the Conversational AI Widget.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/convai-widget-embed/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @elevenlabs/convai-widget-embed
22

3+
## 0.10.1-next.0
4+
35
## 0.10.0
46

57
## 0.9.1

packages/convai-widget-embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elevenlabs/convai-widget-embed",
3-
"version": "0.10.0",
3+
"version": "0.10.1-next.0",
44
"description": "The Conversational AI Widget bundled with all dependencies for easy embedding.",
55
"main": "./dist/index.js",
66
"unpkg": "./dist/index.js",

0 commit comments

Comments
 (0)