From 7fb9374ac01f73da63065c0cc4e4a2389772f5de Mon Sep 17 00:00:00 2001 From: Hyungu Kang | Airen Date: Tue, 11 Jun 2024 14:42:31 +0900 Subject: [PATCH] release: v1.6.3 (#272) ## [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 --- .github/workflows/package-publish.yml | 7 +++++++ CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/self-service/package.json | 2 +- yarn.lock | 4 ++-- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/workflows/package-publish.yml b/.github/workflows/package-publish.yml index d1f44fbaf..b97ddcbb5 100644 --- a/.github/workflows/package-publish.yml +++ b/.github/workflows/package-publish.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 937de8a5d..f41563e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 06c07114e..30464383b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/self-service/package.json b/packages/self-service/package.json index 1c805e9c2..d8ed8534f 100644 --- a/packages/self-service/package.json +++ b/packages/self-service/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 282df20b7..7563e2557 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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"