diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8fce9d..3685960c 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +### Features + +- add flatListComponent to GroupChannelFragment to support custom FlatList in message list ([c87edb2](https://github.com/sendbird/sendbird-uikit-react-native/commit/c87edb26311fe41107266f3dafd63d7092d4786d)) + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) ### Bug Fixes diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index f998148d..461ff2c1 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,5 +1,5 @@ -## v3.9.4 +## v3.9.5 -### Bug Fixes -- allow string values for borderRadius in StyleSheet +### Features +- added flatListComponent to GroupChannelFragment to support custom FlatList in message list diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index b44b09e2..84303187 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 339945a0..96139386 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.9.4", + "version": "3.9.5", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 7c6651e5..04f03274 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.9.4", + "version": "3.9.5", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index f09ca326..c1ce66b4 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) **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 044d1c99..99a279aa 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.9.4", + "version": "3.9.5", "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.9.4" + "@sendbird/uikit-utils": "3.9.5" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.9.4", + "@sendbird/uikit-testing-tools": "3.9.5", "@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 9fb2ccfb..7fb485f4 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) ### Bug Fixes diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 4c5c9bab..fbae0272 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.9.4", + "version": "3.9.5", "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.9.4" + "@sendbird/uikit-utils": "3.9.5" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index ab39e068..5c06c55b 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +### Features + +- add flatListComponent to GroupChannelFragment to support custom FlatList in message list ([c87edb2](https://github.com/sendbird/sendbird-uikit-react-native/commit/c87edb26311fe41107266f3dafd63d7092d4786d)) + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) **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 660a1e67..fc9a6df7 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.9.4", + "version": "3.9.5", "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.9.4", - "@sendbird/uikit-react-native-foundation": "3.9.4", + "@sendbird/uikit-chat-hooks": "3.9.5", + "@sendbird/uikit-react-native-foundation": "3.9.5", "@sendbird/uikit-tools": "0.0.7", - "@sendbird/uikit-utils": "3.9.4" + "@sendbird/uikit-utils": "3.9.5" }, "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 eaea027d..6d1a27f7 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) **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 b7183977..8ce50535 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.9.4", + "version": "3.9.5", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.16.0", - "@sendbird/uikit-utils": "3.9.4", + "@sendbird/uikit-utils": "3.9.5", "@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 ac3afd19..77f0ea68 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index ec0162ed..373c0978 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.9.4", + "version": "3.9.5", "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 3801feca..2482eaa0 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.9.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.4...v3.9.5) (2025-05-22) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.9.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.3...v3.9.4) (2025-05-07) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 8b795bbd..7f500995 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.9.4", + "version": "3.9.5", "private": true, "scripts": { "android": "react-native run-android",