From 1ff58818a9b7f90eac70680b3af07990c42363e5 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 25 Oct 2023 13:57:45 +0200 Subject: [PATCH] :pencil2: Fix popup blocked toast typo --- packages/embeds/js/package.json | 2 +- .../src/components/ConversationContainer/PopupBlockedToast.tsx | 2 +- packages/embeds/nextjs/package.json | 2 +- packages/embeds/react/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/embeds/js/package.json b/packages/embeds/js/package.json index 08544393dd..9e73c4b6aa 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 0ab147c341..e7239fa4bb 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 33f492d157..210e6958db 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 846223d12f..dd8ea46e62 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",