Skip to content

Commit

Permalink
release: v1.4.1 (#160)
Browse files Browse the repository at this point in the history
* release: v1.4.1

* chore: update chat-ai-widget version to v1.4.1

* Fix incorrect import in url-webdemo root App
  • Loading branch information
AhyoungRyu authored Apr 23, 2024
1 parent 1bab677 commit c531a21
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 25 deletions.
135 changes: 112 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@sendbird/chat-ai-widget": "^1.3.9"
"@sendbird/chat-ai-widget": "^1.4.1"
},
"devDependencies": {
"@types/react": "^18.0.37",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '@sendbird/chat-ai-widget/dist/style.css';
import { Chat as ChatAiWidget } from '@sendbird/chat-ai-widget';
import { ChatWindow as ChatAiWidget } from '@sendbird/chat-ai-widget';
import './index.css';

import { DEMO_CONSTANTS, DemoConstant } from './const';
Expand Down

0 comments on commit c531a21

Please sign in to comment.