Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

### Features

- support expo-file-system in expo 54 or higher ([1338aa7](https://github.com/sendbird/sendbird-uikit-react-native/commit/1338aa78f6b95fd217f60e73abb6ae4cf6b6bd82))
- support MMKV version 4.0 or higher ([7240834](https://github.com/sendbird/sendbird-uikit-react-native/commit/7240834ad73a3a8fe5eed4fb810fa6f7cc305cfe))

## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16)

### Features
Expand Down
9 changes: 4 additions & 5 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## v3.11.2
## v3.11.3

### Features
- enhance Firebase messaging module support for v22+

### Bug Fixes
- read receipts not updating in real-time
- support expo-file-system in expo 54 or higher
- support MMKV version 4.0 or higher
- add exports field in package.json for module resolution
4 changes: 4 additions & 0 deletions docs-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

**Note:** Version bump only for package @sendbird/docs-validation

## [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
Expand Down
2 changes: 1 addition & 1 deletion docs-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/docs-validation",
"version": "3.11.2",
"version": "3.11.3",
"private": true,
"scripts": {
"test": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*", "sample", "docs-validation"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.11.2",
"version": "3.11.3",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/uikit-chat-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

**Note:** Version bump only for package @sendbird/uikit-chat-hooks

## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-chat-hooks",
"version": "3.11.2",
"version": "3.11.3",
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -54,10 +54,10 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.11.2"
"@sendbird/uikit-utils": "3.11.3"
},
"devDependencies": {
"@sendbird/uikit-testing-tools": "3.11.2",
"@sendbird/uikit-testing-tools": "3.11.3",
"@types/react": "*",
"react": "18.2.0",
"react-native-builder-bob": "^0.18.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

**Note:** Version bump only for package @sendbird/uikit-react-native-foundation

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-foundation",
"version": "3.11.2",
"version": "3.11.3",
"description": "A foundational UI kit for building chat-enabled React Native apps.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.11.2"
"@sendbird/uikit-utils": "3.11.3"
},
"devDependencies": {
"@types/react": "*",
Expand Down
7 changes: 7 additions & 0 deletions packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

### Features

- support expo-file-system in expo 54 or higher ([1338aa7](https://github.com/sendbird/sendbird-uikit-react-native/commit/1338aa78f6b95fd217f60e73abb6ae4cf6b6bd82))
- support MMKV version 4.0 or higher ([7240834](https://github.com/sendbird/sendbird-uikit-react-native/commit/7240834ad73a3a8fe5eed4fb810fa6f7cc305cfe))

## [3.11.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.1...v3.11.2) (2025-10-16)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native",
"version": "3.11.2",
"version": "3.11.3",
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -69,10 +69,10 @@
},
"dependencies": {
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
"@sendbird/uikit-chat-hooks": "3.11.2",
"@sendbird/uikit-react-native-foundation": "3.11.2",
"@sendbird/uikit-chat-hooks": "3.11.3",
"@sendbird/uikit-react-native-foundation": "3.11.3",
"@sendbird/uikit-tools": "0.0.15",
"@sendbird/uikit-utils": "3.11.2"
"@sendbird/uikit-utils": "3.11.3"
},
"devDependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/uikit-testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

**Note:** Version bump only for package @sendbird/uikit-testing-tools

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-testing-tools",
"version": "3.11.2",
"version": "3.11.3",
"private": true,
"description": "UIKit testing tools",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@sendbird/chat": "^4.19.2",
"@sendbird/uikit-utils": "3.11.2",
"@sendbird/uikit-utils": "3.11.3",
"@types/jest": "^29.4.0",
"@types/react": "*",
"@types/react-native": "*",
Expand Down
4 changes: 4 additions & 0 deletions packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

**Note:** Version bump only for package @sendbird/uikit-utils

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
"version": "3.11.2",
"version": "3.11.3",
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
"keywords": [
"sendbird",
Expand Down
4 changes: 4 additions & 0 deletions sample/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)

**Note:** Version bump only for package @sendbird/uikit-sample-cli

## [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
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-sample-cli",
"version": "3.11.2",
"version": "3.11.3",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down