From 9b22e198094aefddc9d7968d0bf4a1198fcafba3 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Thu, 16 Oct 2025 10:40:26 +0900 Subject: [PATCH 1/2] chore: update changelog for v3.11.2 --- CHANGELOG_DRAFT.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index a4883ef5..25699153 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,5 +1,7 @@ -## v3.11.1 +## v3.11.2 ### Features -- add support for expo-video and expo-audio for Expo SDK 54 +- enhance Firebase messaging module support for v22+ +### Bug Fixes +- read receipts not updating in real-time From 2df681bc6eefb1296d78f33982f3beecd3769c66 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Thu, 16 Oct 2025 03:57:17 +0000 Subject: [PATCH 2/2] chore(release): release packages v3.11.2 --- CHANGELOG.md | 10 ++++++++++ docs-validation/CHANGELOG.md | 4 ++++ docs-validation/package.json | 2 +- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 6 ++++++ packages/uikit-chat-hooks/package.json | 6 +++--- packages/uikit-react-native-foundation/CHANGELOG.md | 4 ++++ packages/uikit-react-native-foundation/package.json | 4 ++-- packages/uikit-react-native/CHANGELOG.md | 10 ++++++++++ packages/uikit-react-native/package.json | 8 ++++---- packages/uikit-testing-tools/CHANGELOG.md | 4 ++++ packages/uikit-testing-tools/package.json | 4 ++-- packages/uikit-utils/CHANGELOG.md | 4 ++++ packages/uikit-utils/package.json | 2 +- sample/CHANGELOG.md | 4 ++++ sample/package.json | 2 +- 16 files changed, 61 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b7fd84..3a909047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +### Features + +- enhance Firebase messaging module support for v22+ ([49ca1b1](https://github.com/sendbird/sendbird-uikit-react-native/commit/49ca1b126ebfb95c25244368edf73750437a9bf2)) + +### Bug Fixes + +- read receipts not updating in real-time ([ad8eae1](https://github.com/sendbird/sendbird-uikit-react-native/commit/ad8eae1d029476342b41f4bcf9c2503e98a2917f)) + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 6fd6ad61..7e24372a 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) ### Features diff --git a/docs-validation/package.json b/docs-validation/package.json index 7fa71969..cbc60a19 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.11.1", + "version": "3.11.2", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index d2eb2c03..9659efea 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.11.1", + "version": "3.11.2", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index eb36a825..fe301643 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +### Bug Fixes + +- read receipts not updating in real-time ([ad8eae1](https://github.com/sendbird/sendbird-uikit-react-native/commit/ad8eae1d029476342b41f4bcf9c2503e98a2917f)) + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index cf14fec8..4394440c 100644 --- a/packages/uikit-chat-hooks/package.json +++ b/packages/uikit-chat-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-chat-hooks", - "version": "3.11.1", + "version": "3.11.2", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -45,10 +45,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.1" + "@sendbird/uikit-utils": "3.11.2" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.11.1", + "@sendbird/uikit-testing-tools": "3.11.2", "@types/react": "*", "react": "18.2.0", "react-native-builder-bob": "^0.18.0", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index 2c874f6d..b7b73780 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) **Note:** Version bump only for package @sendbird/uikit-react-native-foundation diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 381e35c6..390ef89b 100644 --- a/packages/uikit-react-native-foundation/package.json +++ b/packages/uikit-react-native-foundation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react-native-foundation", - "version": "3.11.1", + "version": "3.11.2", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.1" + "@sendbird/uikit-utils": "3.11.2" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index e6938d36..9ecaab8d 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +### Features + +- enhance Firebase messaging module support for v22+ ([49ca1b1](https://github.com/sendbird/sendbird-uikit-react-native/commit/49ca1b126ebfb95c25244368edf73750437a9bf2)) + +### Bug Fixes + +- read receipts not updating in real-time ([ad8eae1](https://github.com/sendbird/sendbird-uikit-react-native/commit/ad8eae1d029476342b41f4bcf9c2503e98a2917f)) + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index c98e4b1c..ea0202d9 100644 --- a/packages/uikit-react-native/package.json +++ b/packages/uikit-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react-native", - "version": "3.11.1", + "version": "3.11.2", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -60,10 +60,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.1.5", - "@sendbird/uikit-chat-hooks": "3.11.1", - "@sendbird/uikit-react-native-foundation": "3.11.1", + "@sendbird/uikit-chat-hooks": "3.11.2", + "@sendbird/uikit-react-native-foundation": "3.11.2", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.11.1" + "@sendbird/uikit-utils": "3.11.2" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index bb76c9d9..8ea34d1b 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) **Note:** Version bump only for package @sendbird/uikit-testing-tools diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index ceefa8e7..630e90ac 100644 --- a/packages/uikit-testing-tools/package.json +++ b/packages/uikit-testing-tools/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-testing-tools", - "version": "3.11.1", + "version": "3.11.2", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.19.2", - "@sendbird/uikit-utils": "3.11.1", + "@sendbird/uikit-utils": "3.11.2", "@types/jest": "^29.4.0", "@types/react": "*", "@types/react-native": "*", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 4c354668..50d134d5 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index d9ecceec..383afbcd 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.11.1", + "version": "3.11.2", "description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.", "keywords": [ "sendbird", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index 38a83ba0..5dcb6a8c 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.11.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 4dc95176..a8bb60ba 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.11.1", + "version": "3.11.2", "private": true, "scripts": { "android": "react-native run-android",