Skip to content

Commit

Permalink
Merge pull request #108 from sendbird/release/1.2.4
Browse files Browse the repository at this point in the history
Release/1.2.4
  • Loading branch information
hellfreya authored Mar 5, 2024
2 parents 21ef348 + e70df45 commit 9ade102
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.2.3",
"version": "1.2.4",
"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.3",
"@sendbird/chat-ai-widget": "^1.2.4",
"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.3"
"@sendbird/chat-ai-widget": "^1.2.4"
},
"devDependencies": {
"@types/react": "^18.0.37",
Expand Down

0 comments on commit 9ade102

Please sign in to comment.