diff --git a/packages/embeds/js/package.json b/packages/embeds/js/package.json index 08544393d..9e73c4b6a 100644 --- a/packages/embeds/js/package.json +++ b/packages/embeds/js/package.json @@ -1,6 +1,6 @@ { "name": "@typebot.io/js", - "version": "0.2.7", + "version": "0.2.8", "description": "Javascript library to display typebots on your website", "type": "module", "main": "dist/index.js", diff --git a/packages/embeds/js/src/components/ConversationContainer/PopupBlockedToast.tsx b/packages/embeds/js/src/components/ConversationContainer/PopupBlockedToast.tsx index 0ab147c34..e7239fa4b 100644 --- a/packages/embeds/js/src/components/ConversationContainer/PopupBlockedToast.tsx +++ b/packages/embeds/js/src/components/ConversationContainer/PopupBlockedToast.tsx @@ -12,7 +12,7 @@ export const PopupBlockedToast = (props: Props) => {
Popup blocked
- The bot wants to open a new tab but it was blocked by your broswer. It + The bot wants to open a new tab but it was blocked by your browser. It needs a manual approval.
diff --git a/packages/embeds/nextjs/package.json b/packages/embeds/nextjs/package.json index 33f492d15..210e6958d 100644 --- a/packages/embeds/nextjs/package.json +++ b/packages/embeds/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@typebot.io/nextjs", - "version": "0.2.7", + "version": "0.2.8", "description": "Convenient library to display typebots on your Next.js website", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/embeds/react/package.json b/packages/embeds/react/package.json index 846223d12..dd8ea46e6 100644 --- a/packages/embeds/react/package.json +++ b/packages/embeds/react/package.json @@ -1,6 +1,6 @@ { "name": "@typebot.io/react", - "version": "0.2.7", + "version": "0.2.8", "description": "Convenient library to display typebots on your React app", "main": "dist/index.js", "types": "dist/index.d.ts",