diff --git a/CHANGELOG.md b/CHANGELOG.md index f53a53df..c7be934c 100644 --- a/CHANGELOG.md +++ b/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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +### Features + +- add react-native-nitro-sound for React Native 0.81 support ([7dcf0cc](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dcf0cca4949e52bc1e04cd252811f940d796a42)) + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **Note:** Version bump only for package sendbird-uikit-react-native diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 9b491a70..9a10ec8f 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,5 +1,5 @@ -## v3.10.3 +## v3.11.0 -### Bug Fixes -- revert: improve keyboard avoidance behavior for Android API 35+ +### Features +- add react-native-nitro-sound for React Native 0.81 support diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index e3854a81..857b5245 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +### Features + +- add react-native-nitro-sound for React Native 0.81 support ([7dcf0cc](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dcf0cca4949e52bc1e04cd252811f940d796a42)) + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index a9e4737e..52c526f4 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.10.3", + "version": "3.11.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", @@ -19,12 +19,12 @@ "date-fns": "^4.1.0", "react": "18.2.0", "react-native": "0.74.3", - "react-native-nitro-modules": "^0.29.4", - "react-native-nitro-sound": "^0.2.0", "react-native-create-thumbnail": "^2.0.0", "react-native-file-access": "^3.1.0", "react-native-image-picker": "^7.1.2", "react-native-mmkv": "^2.12.2", + "react-native-nitro-modules": "^0.29.4", + "react-native-nitro-sound": "^0.2.0", "react-native-permissions": "^3.10.1", "react-native-safe-area-context": "^4.10.8", "react-native-video": "^6.3.0" diff --git a/lerna.json b/lerna.json index 25749a49..1c5e9dfe 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.10.3", + "version": "3.11.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 74a28134..9d8591e7 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **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 01ca2af6..61d03eee 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.10.3", + "version": "3.11.0", "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.10.3" + "@sendbird/uikit-utils": "3.11.0" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.10.3", + "@sendbird/uikit-testing-tools": "3.11.0", "@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 ba836b08..db2a43a3 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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **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 3ee1fe62..c30baf5b 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.10.3", + "version": "3.11.0", "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.10.3" + "@sendbird/uikit-utils": "3.11.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 9d13a264..85737bb6 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +### Features + +- add react-native-nitro-sound for React Native 0.81 support ([7dcf0cc](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dcf0cca4949e52bc1e04cd252811f940d796a42)) + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **Note:** Version bump only for package @sendbird/uikit-react-native diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index c64bcadc..925d6df6 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.10.3", + "version": "3.11.0", "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.10.3", - "@sendbird/uikit-react-native-foundation": "3.10.3", + "@sendbird/uikit-chat-hooks": "3.11.0", + "@sendbird/uikit-react-native-foundation": "3.11.0", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.10.3" + "@sendbird/uikit-utils": "3.11.0" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", @@ -92,14 +92,14 @@ "react": "18.2.0", "react-native": "0.74.3", "react-native-audio-recorder-player": "^3.6.10", - "react-native-nitro-modules": "^0.29.4", - "react-native-nitro-sound": "^0.2.0", "react-native-builder-bob": "^0.18.0", "react-native-create-thumbnail": "^2.0.0", "react-native-document-picker": "^9.3.0", "react-native-file-access": "^3.1.0", "react-native-image-picker": "^7.1.2", "react-native-mmkv": "^2.12.2", + "react-native-nitro-modules": "^0.29.4", + "react-native-nitro-sound": "^0.2.0", "react-native-permissions": "^3.10.1", "react-native-safe-area-context": "^4.10.8", "react-native-video": "^6.3.0", @@ -129,13 +129,13 @@ "react": ">=17.0.2", "react-native": ">=0.65.0", "react-native-audio-recorder-player": ">=3.6.0", - "react-native-nitro-modules": "*", - "react-native-nitro-sound": ">=0.2.0", "react-native-create-thumbnail": ">=1.5.1", "react-native-document-picker": ">=8.0.0", "react-native-file-access": ">=2.4.3", "react-native-image-picker": ">=4.7.1", "react-native-mmkv": ">=2.0.0", + "react-native-nitro-modules": "*", + "react-native-nitro-sound": ">=0.2.0", "react-native-permissions": ">=3.6.0", "react-native-safe-area-context": ">=3.3.2", "react-native-video": ">=5.2.0" diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index f8e6cb80..83e67066 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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **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 36a21347..d417dace 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.10.3", + "version": "3.11.0", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.19.2", - "@sendbird/uikit-utils": "3.10.3", + "@sendbird/uikit-utils": "3.11.0", "@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 211c38e3..6bfeec2e 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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index d7bf1e69..158f3d58 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.10.3", + "version": "3.11.0", "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 370717df..1670ad9b 100644 --- a/sample/CHANGELOG.md +++ b/sample/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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16) + +### Features + +- add react-native-nitro-sound for React Native 0.81 support ([7dcf0cc](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dcf0cca4949e52bc1e04cd252811f940d796a42)) + ## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index ebe2b26e..33aa7837 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.10.3", + "version": "3.11.0", "private": true, "scripts": { "android": "react-native run-android",