Skip to content

Commit

Permalink
Merge pull request #106 from sendbird/release/v1.2.3
Browse files Browse the repository at this point in the history
release: v1.2.3
  • Loading branch information
AhyoungRyu authored Mar 4, 2024
2 parents 5991e6d + 4fc9902 commit 21ef348
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v1.2.3] (Mar 4 2024)
#### Chore:
- Internal change

## [v1.2.2] (Mar 4 2024)
#### Feat:
- Reduced initial loading time:
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.2.2",
"version": "1.2.3",
"description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
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 21ef348

Please sign in to comment.