Skip to content

Commit

Permalink
Fix layout bug with saving chat history
Browse files Browse the repository at this point in the history
  • Loading branch information
annmirosh committed Sep 20, 2024
1 parent 462a250 commit bdf411a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dist/alan_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -87981,6 +87981,9 @@ code.hljs {
<title>Alan Text Chat History</title>
${headContent ? headContent : ""}
<style>
* {
box-sizing: border-box;
}
body {
padding:0 !important;
margin: 0 !important;
Expand Down Expand Up @@ -88033,7 +88036,7 @@ code.hljs {

// alan_btn/alan_btn.ts
(function(ns) {
uiState.lib.version = "alan-version.1.8.62".replace("alan-version.", "");
uiState.lib.version = "alan-version.1.8.63".replace("alan-version.", "");
if (window.alanBtn) {
console.warn("Alan: the Alan Button source code has already added (v." + uiState.lib.version + ")");
}
Expand Down
2 changes: 1 addition & 1 deletion dist/alan_lib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alan-ai/alan-sdk-web",
"version": "1.8.62",
"version": "1.8.63",
"description": "Alan Web SDK: a lightweight JavaScript library for adding a voice experience to your website or web application",
"keywords": [
"alan sdk web",
Expand Down

0 comments on commit bdf411a

Please sign in to comment.