File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/js" ,
3
- "version" : " 0.2.68 " ,
3
+ "version" : " 0.2.69 " ,
4
4
"description" : " Javascript library to display typebots on your website" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ export const Bot = (props: BotProps & { class?: string }) => {
146
146
}
147
147
props . onChatStatePersisted ?.( true )
148
148
} else {
149
+ wipeExistingChatStateInStorage ( data . typebot . id )
149
150
setInitialChatReply ( data )
150
151
if ( data . input ?. id && props . onNewInputBlock )
151
152
props . onNewInputBlock ( data . input )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/nextjs" ,
3
- "version" : " 0.2.68 " ,
3
+ "version" : " 0.2.69 " ,
4
4
"description" : " Convenient library to display typebots on your Next.js website" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @typebot.io/react" ,
3
- "version" : " 0.2.68 " ,
3
+ "version" : " 0.2.69 " ,
4
4
"description" : " Convenient library to display typebots on your React app" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments