Skip to content

Commit

Permalink
Update packages/* chat-ai-widget version
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Mar 4, 2024
1 parent bb1969d commit 4fc9902
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [v1.2.3] (Mar 4 2024)
#### Chore:
- Injected `chat-ai-widget-key` key-value pair into the user agent parameter during build time.
- Internal change

## [v1.2.2] (Mar 4 2024)
#### Feat:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> NOTE: Please note that proper utilization through code build is available starting from the "AI Chatbot Pro" plan or higher of [the Sendbird AI Chatbot pricing plan](https://sendbird.com/pricing).

## What is this for?
This is a Sendbird Chat AI Widget implemented on top of [React UiKit](https://github.com/sendbird/sendbird-uikit-react).

Expand Down
14 changes: 7 additions & 7 deletions packages/self-service/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 packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "^1.2.2",
"@sendbird/chat-ai-widget": "^1.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/url-webdemo/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 packages/url-webdemo/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.2.2"
"@sendbird/chat-ai-widget": "^1.2.3"
},
"devDependencies": {
"@types/react": "^18.0.37",
Expand Down

0 comments on commit 4fc9902

Please sign in to comment.