2
0

🚑 (upload) Fix upload in embed

This commit is contained in:
Baptiste Arnaud
2023-09-21 18:29:48 +02:00
parent 9d80a3f68b
commit 85272af8f3
5 changed files with 38 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.1.27",
"version": "0.1.28",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/nextjs",
"version": "0.1.27",
"version": "0.1.28",
"description": "Convenient library to display typebots on your Next.js website",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.1.27",
"version": "0.1.28",
"description": "Convenient library to display typebots on your React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",