Skip to content

Commit

Permalink
release: v1.6.3 (#272)
Browse files Browse the repository at this point in the history
## [1.6.3] (Jun 11, 2024)
### Fix:
- Fixed the positioning of the scroll-to-bottom button.
- Fixed the positioning of the "powered by" banner.
- Added an underline to links in messages.

---------

Co-authored-by: sendbird-sdk-deployment <[email protected]>
  • Loading branch information
bang9 and sendbird-sdk-deployment authored Jun 11, 2024
1 parent 3bf81cf commit 7fb9374
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ jobs:
run: |
git tag v${{ github.event.inputs.version }}
git push origin v${{ github.event.inputs.version }}
- name: Approve PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
if [ -z "${{ github.event.inputs.npm_tag }}" ]; then
gh pr review --approve --body "approved by automation"
fi
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.6.3] (Jun 11, 2024)
### Fix:
- Fixed the positioning of the scroll-to-bottom button.
- Fixed the positioning of the "powered by" banner.
- Added an underline to links in messages.

## [1.6.2] (Jun 7, 2024)
### Feat:
- Added video message support for bot messages. The widget now supports video messages sent by the bot.
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.6.2",
"version": "1.6.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
2 changes: 1 addition & 1 deletion packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "1.6.2",
"@sendbird/chat-ai-widget": "1.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ __metadata:
languageName: node
linkType: hard

"@sendbird/chat-ai-widget@npm:1.6.2, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.6.3, @sendbird/chat-ai-widget@workspace:.":
version: 0.0.0-use.local
resolution: "@sendbird/chat-ai-widget@workspace:."
dependencies:
Expand Down Expand Up @@ -15699,7 +15699,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "self-service@workspace:packages/self-service"
dependencies:
"@sendbird/chat-ai-widget": "npm:1.6.2"
"@sendbird/chat-ai-widget": "npm:1.6.3"
"@types/react": "npm:^18.0.37"
"@types/react-dom": "npm:^18.0.11"
"@vitejs/plugin-react": "npm:^4.2.1"
Expand Down

0 comments on commit 7fb9374

Please sign in to comment.