From edfad3742fa5f7e2d9fcf6179e0161bd8f4a592c Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Wed, 30 Jul 2025 11:10:57 +0900 Subject: [PATCH 1/2] chore: update changelog for v3.10.0 release --- CHANGELOG_DRAFT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index d303bbb7..4ff31afe 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,5 +1,5 @@ -## v3.9.6 +## v3.10.0 -### Bug Fixes -- fix BottomSheet not appearing when using DrawerNavigator +### Features +- add MarkAsUnread feature to GroupChannel From 01b356019dead8053d3469bf5a40c69d66c5b980 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Wed, 30 Jul 2025 07:19:06 +0000 Subject: [PATCH 2/2] chore(release): release packages v3.10.0 --- CHANGELOG.md | 6 ++++++ docs-validation/CHANGELOG.md | 6 ++++++ 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 | 6 ++++++ packages/uikit-react-native-foundation/package.json | 4 ++-- packages/uikit-react-native/CHANGELOG.md | 6 ++++++ packages/uikit-react-native/package.json | 10 +++++----- packages/uikit-testing-tools/CHANGELOG.md | 6 ++++++ packages/uikit-testing-tools/package.json | 4 ++-- packages/uikit-utils/CHANGELOG.md | 6 ++++++ packages/uikit-utils/package.json | 2 +- sample/CHANGELOG.md | 6 ++++++ sample/package.json | 2 +- 16 files changed, 64 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d5efb3..decce093 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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-07) ### Bug Fixes diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index a9d272cc..3126e83f 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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-07) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 406bc749..c4cc66ab 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.9.6", + "version": "3.10.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 859a5cc6..888c435a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.9.6", + "version": "3.10.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 876c0bf0..8d1e1fd6 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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-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 fe503030..98f71e88 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.6", + "version": "3.10.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.9.6" + "@sendbird/uikit-utils": "3.10.0" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.9.6", + "@sendbird/uikit-testing-tools": "3.10.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 cddb729c..583e2f53 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-07) ### Bug Fixes diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 810cf5cd..d407d36d 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.6", + "version": "3.10.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.9.6" + "@sendbird/uikit-utils": "3.10.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 58d5552a..c17e0f26 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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-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 825a9f96..0c9dba67 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.6", + "version": "3.10.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.9.6", - "@sendbird/uikit-react-native-foundation": "3.9.6", + "@sendbird/uikit-chat-hooks": "3.10.0", + "@sendbird/uikit-react-native-foundation": "3.10.0", "@sendbird/uikit-tools": "0.0.10", - "@sendbird/uikit-utils": "3.9.6" + "@sendbird/uikit-utils": "3.10.0" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.4", @@ -112,8 +112,8 @@ "@react-native-documents/picker": ">=10.0.0", "@react-native-firebase/messaging": ">=14.4.0", "@sendbird/chat": "^4.19.2", - "@sendbird/uikit-tools": ">=0.0.10", "@sendbird/react-native-scrollview-enhancer": "*", + "@sendbird/uikit-tools": ">=0.0.10", "date-fns": ">=2.28.0", "expo-av": ">=12.0.4", "expo-clipboard": ">=2.1.1", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 756d568d..af7b1cb5 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-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 e93576e3..00d84b5d 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.6", + "version": "3.10.0", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.19.2", - "@sendbird/uikit-utils": "3.9.6", + "@sendbird/uikit-utils": "3.10.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 01390693..b7addc14 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-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 76e5417a..9699f107 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.9.6", + "version": "3.10.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 ec052a4f..8939354f 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.10.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.6...v3.10.0) (2025-07-30) + +### Features + +- add MarkAsUnread feature to GroupChannel ([2df8c20](https://github.com/sendbird/sendbird-uikit-react-native/commit/2df8c20c14330e517d7f97dcc45099407afe47bb)) + ## [3.9.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.9.5...v3.9.6) (2025-07-07) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 8f5b2f88..1ce3cdee 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.9.6", + "version": "3.10.0", "private": true, "scripts": { "android": "react-native run-android",