From 6da6d760dbe5a65e13e9eaab65edf57fb190cd8b Mon Sep 17 00:00:00 2001 From: Liam Hongman Cho Date: Fri, 22 Mar 2024 11:47:39 +0900 Subject: [PATCH 1/2] v3.14.0-beta.2 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6342ca1ed..b1e80fe22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog - v3 +## [v3.14.0-beta.2] (Mar 22, 2024) + +### Fixes +* Fixed a bug where swiping `Carousel` in mobile view displaying flickering effect +* Added missing default `font-family` value to `sendbird-message-template__root` + ## [v3.14.0-beta] (Mar 15, 2024) ### Features @@ -7,7 +13,6 @@ * Added `Carousel` ui component * `MessageTemplate` now supports composite templates - ## [v3.13.2] (Mar 14, 2024) ### Features diff --git a/package.json b/package.json index ba89290e7..afdb7a10d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.14.0-beta", + "version": "3.14.0-beta.2", "description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", From c6140834ea1c9335640aad207d2a0e65a4d4a809 Mon Sep 17 00:00:00 2001 From: Liam Hongman Cho Date: Fri, 22 Mar 2024 12:42:50 +0900 Subject: [PATCH 2/2] update steps.md --- scripts/steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/steps.md b/scripts/steps.md index bbdce7a11..c350d55c0 100644 --- a/scripts/steps.md +++ b/scripts/steps.md @@ -34,7 +34,7 @@ - Add all merged [SBISSUES tickets](https://sendbird.atlassian.net/jira/dashboards/11202?maximized=25045) in the `Linked issues` as `blocks` (When the ticket status changes to `Released`, Atlassan automatically adds a comment to each linked issues). 8. Ask EM to review the release ticket and await for `Release approved`. 9. In the root, `yarn build` to create new build files. Once created, make sure files in `dist` is newly created/updated. -10. Change directory to `./dist` and then publish `npm publish` +10. Change directory to `./dist` and then publish `npm publish` (`npm publish --tag beta` for beta release). 11. In the release branch, create a new tag `v{X.X.X}` and the push the tag `git push v{X.X.X} origin`. 12. After release do the followings: - Update release ticket to `Released`