From dabcdde2834b82919233c13261c76573b99b8429 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 09:34:37 +0900 Subject: [PATCH 01/20] chore: update CHANGELOG for v3.12.0 with new features and dependency migration --- CHANGELOG_DRAFT.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index f98316a5..bff6b63d 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,4 +1,5 @@ -## v3.11.4 +## v3.12.0 -### Improvements -- update zoomable view dependency and refactor zoomProps handling +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail From 0f966dff8c3e5542cb9a7d63e57b748cfb94a77f Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Fri, 28 Nov 2025 02:32:48 +0000 Subject: [PATCH 02/20] chore(release): release packages v3.12.0 --- CHANGELOG.md | 6 ++++++ docs-validation/CHANGELOG.md | 6 ++++++ docs-validation/package.json | 4 ++-- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 4 ++++ 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 | 6 ++++++ 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 | 6 ++++++ sample/package.json | 2 +- 16 files changed, 56 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f489a2..f9555fe5 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 7827e49b..86795567 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index edd78c16..c7bd64be 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", @@ -16,10 +16,10 @@ "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.10.0", "@sendbird/chat": "^4.20.2", + "@sendbird/react-native-create-thumbnail": "^1.0.2", "date-fns": "^4.1.0", "react": "19.1.1", "react-native": "0.82.1", - "@sendbird/react-native-create-thumbnail": "^1.0.2", "react-native-file-access": "^3.1.0", "react-native-image-picker": "^8.2.0", "react-native-mmkv": "^4.0.0", diff --git a/lerna.json b/lerna.json index 1d908033..d45db889 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.11.4", + "version": "3.12.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index cd5e2085..bcfd3287 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 48f7780d..cc001b3e 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.4", + "version": "3.12.0", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.11.4", + "@sendbird/uikit-testing-tools": "3.12.0", "@types/react": "*", "react": "19.1.1", "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 96a38cf9..e9b57631 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 741437fc..689d1a3b 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.4", + "version": "3.12.0", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 1abfb776..bcf2cf21 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 6450a817..a3bf7d8b 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.4", + "version": "3.12.0", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.11.4", - "@sendbird/uikit-react-native-foundation": "3.11.4", + "@sendbird/uikit-chat-hooks": "3.12.0", + "@sendbird/uikit-react-native-foundation": "3.12.0", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 88f18b38..bead9454 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 1f2e8310..1a8e512d 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.4", + "version": "3.12.0", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.11.4", + "@sendbird/uikit-utils": "3.12.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 37b16e96..9ef2f764 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 8a393c37..900a1fcf 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.11.4", + "version": "3.12.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 d0b6eb76..88eb8d2c 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 6992d4b5..a7c3d153 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "android": "react-native run-android", From 4f0f73881967adec165579840611d0defee7cb77 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 11:38:04 +0900 Subject: [PATCH 03/20] Revert "chore(release): release packages v3.12.0" This reverts commit 0f966dff8c3e5542cb9a7d63e57b748cfb94a77f. --- CHANGELOG.md | 6 ------ docs-validation/CHANGELOG.md | 6 ------ docs-validation/package.json | 4 ++-- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 4 ---- 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 | 6 ------ 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 | 6 ------ sample/package.json | 2 +- 16 files changed, 16 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9555fe5..d4f489a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 86795567..7827e49b 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index c7bd64be..edd78c16 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.12.0", + "version": "3.11.4", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", @@ -16,10 +16,10 @@ "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.10.0", "@sendbird/chat": "^4.20.2", - "@sendbird/react-native-create-thumbnail": "^1.0.2", "date-fns": "^4.1.0", "react": "19.1.1", "react-native": "0.82.1", + "@sendbird/react-native-create-thumbnail": "^1.0.2", "react-native-file-access": "^3.1.0", "react-native-image-picker": "^8.2.0", "react-native-mmkv": "^4.0.0", diff --git a/lerna.json b/lerna.json index d45db889..1d908033 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.12.0", + "version": "3.11.4", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index bcfd3287..cd5e2085 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-chat-hooks - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 cc001b3e..48f7780d 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.12.0", + "version": "3.11.4", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.12.0", + "@sendbird/uikit-testing-tools": "3.11.4", "@types/react": "*", "react": "19.1.1", "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 e9b57631..96a38cf9 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-react-native-foundation - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 689d1a3b..741437fc 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.12.0", + "version": "3.11.4", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index bcf2cf21..1abfb776 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index a3bf7d8b..6450a817 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.12.0", + "version": "3.11.4", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.12.0", - "@sendbird/uikit-react-native-foundation": "3.12.0", + "@sendbird/uikit-chat-hooks": "3.11.4", + "@sendbird/uikit-react-native-foundation": "3.11.4", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index bead9454..88f18b38 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-testing-tools - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 1a8e512d..1f2e8310 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.12.0", + "version": "3.11.4", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.12.0", + "@sendbird/uikit-utils": "3.11.4", "@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 9ef2f764..37b16e96 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-utils - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 900a1fcf..8a393c37 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.12.0", + "version": "3.11.4", "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 88eb8d2c..d0b6eb76 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index a7c3d153..6992d4b5 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.12.0", + "version": "3.11.4", "private": true, "scripts": { "android": "react-native run-android", From a147eb90a6a8e20d94b7a75af957e8bf460ed529 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 11:48:01 +0900 Subject: [PATCH 04/20] chore: update CHANGELOG for v3.12.0 with new features and dependency migration --- .github/workflows/publish-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 10adf28d..741aa0a3 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -57,9 +57,10 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERSION: ${{ github.event.inputs.version }} + DEBUG: '*' run: | yarn lerna version "$VERSION" --yes - yarn lerna publish from-git --yes + yarn lerna publish from-git --yes --loglevel verbose - name: 'approve a pull request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 011cce7a4ee9d249ab91266017e4c39e23e99b73 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Fri, 28 Nov 2025 02:56:18 +0000 Subject: [PATCH 05/20] chore(release): release packages v3.12.0 --- CHANGELOG.md | 6 ++++++ docs-validation/CHANGELOG.md | 6 ++++++ docs-validation/package.json | 4 ++-- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 4 ++++ 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 | 6 ++++++ 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 | 6 ++++++ sample/package.json | 2 +- 16 files changed, 56 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f489a2..f9555fe5 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 7827e49b..86795567 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index edd78c16..c7bd64be 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", @@ -16,10 +16,10 @@ "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.10.0", "@sendbird/chat": "^4.20.2", + "@sendbird/react-native-create-thumbnail": "^1.0.2", "date-fns": "^4.1.0", "react": "19.1.1", "react-native": "0.82.1", - "@sendbird/react-native-create-thumbnail": "^1.0.2", "react-native-file-access": "^3.1.0", "react-native-image-picker": "^8.2.0", "react-native-mmkv": "^4.0.0", diff --git a/lerna.json b/lerna.json index 1d908033..d45db889 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.11.4", + "version": "3.12.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index cd5e2085..bcfd3287 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 48f7780d..cc001b3e 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.4", + "version": "3.12.0", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.11.4", + "@sendbird/uikit-testing-tools": "3.12.0", "@types/react": "*", "react": "19.1.1", "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 96a38cf9..e9b57631 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 741437fc..689d1a3b 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.4", + "version": "3.12.0", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 1abfb776..bcf2cf21 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 6450a817..a3bf7d8b 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.4", + "version": "3.12.0", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.11.4", - "@sendbird/uikit-react-native-foundation": "3.11.4", + "@sendbird/uikit-chat-hooks": "3.12.0", + "@sendbird/uikit-react-native-foundation": "3.12.0", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 88f18b38..bead9454 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 1f2e8310..1a8e512d 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.4", + "version": "3.12.0", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.11.4", + "@sendbird/uikit-utils": "3.12.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 37b16e96..9ef2f764 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 8a393c37..900a1fcf 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.11.4", + "version": "3.12.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 d0b6eb76..88eb8d2c 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 6992d4b5..a7c3d153 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "android": "react-native run-android", From d0571ad67d30bbd6593c7749251b6e0f2362879f Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 11:59:04 +0900 Subject: [PATCH 06/20] chore: update CHANGELOG for v3.12.0 with new features and dependency migration --- .github/workflows/publish-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 741aa0a3..59ea0135 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -53,6 +53,8 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" >> .npmrc git config --global user.email "sha.sdk_deployment@sendbird.com" git config --global user.name "sendbird-sdk-deployment" + - name: 'build packages' + run: yarn build - name: 'publish to npm' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 73879819a7a83e02d0cc030609a0e9a8b1243a15 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 11:59:23 +0900 Subject: [PATCH 07/20] Revert "chore(release): release packages v3.12.0" This reverts commit 011cce7a4ee9d249ab91266017e4c39e23e99b73. --- CHANGELOG.md | 6 ------ docs-validation/CHANGELOG.md | 6 ------ docs-validation/package.json | 4 ++-- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 4 ---- 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 | 6 ------ 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 | 6 ------ sample/package.json | 2 +- 16 files changed, 16 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9555fe5..d4f489a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 86795567..7827e49b 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index c7bd64be..edd78c16 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.12.0", + "version": "3.11.4", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", @@ -16,10 +16,10 @@ "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.10.0", "@sendbird/chat": "^4.20.2", - "@sendbird/react-native-create-thumbnail": "^1.0.2", "date-fns": "^4.1.0", "react": "19.1.1", "react-native": "0.82.1", + "@sendbird/react-native-create-thumbnail": "^1.0.2", "react-native-file-access": "^3.1.0", "react-native-image-picker": "^8.2.0", "react-native-mmkv": "^4.0.0", diff --git a/lerna.json b/lerna.json index d45db889..1d908033 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.12.0", + "version": "3.11.4", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index bcfd3287..cd5e2085 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-chat-hooks - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 cc001b3e..48f7780d 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.12.0", + "version": "3.11.4", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.12.0", + "@sendbird/uikit-testing-tools": "3.11.4", "@types/react": "*", "react": "19.1.1", "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 e9b57631..96a38cf9 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-react-native-foundation - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 689d1a3b..741437fc 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.12.0", + "version": "3.11.4", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index bcf2cf21..1abfb776 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index a3bf7d8b..6450a817 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.12.0", + "version": "3.11.4", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.12.0", - "@sendbird/uikit-react-native-foundation": "3.12.0", + "@sendbird/uikit-chat-hooks": "3.11.4", + "@sendbird/uikit-react-native-foundation": "3.11.4", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index bead9454..88f18b38 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-testing-tools - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 1a8e512d..1f2e8310 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.12.0", + "version": "3.11.4", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.12.0", + "@sendbird/uikit-utils": "3.11.4", "@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 9ef2f764..37b16e96 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-utils - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 900a1fcf..8a393c37 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.12.0", + "version": "3.11.4", "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 88eb8d2c..d0b6eb76 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index a7c3d153..6992d4b5 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.12.0", + "version": "3.11.4", "private": true, "scripts": { "android": "react-native run-android", From e2d380bb6f4030056f4c45ee9140604662f463ed Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 12:12:36 +0900 Subject: [PATCH 08/20] chore: update CHANGELOG for v3.12.0 with new features and dependency migration --- packages/uikit-testing-tools/package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index 1f2e8310..ad940650 100644 --- a/packages/uikit-testing-tools/package.json +++ b/packages/uikit-testing-tools/package.json @@ -63,8 +63,20 @@ "source": "src", "output": "lib", "targets": [ - "commonjs", - "module", + [ + "commonjs", + { + "copyFlow": false, + "exclude": "**/*.d.ts" + } + ], + [ + "module", + { + "copyFlow": false, + "exclude": "**/*.d.ts" + } + ], [ "typescript", { From a3354b269c036f059a72164572c6b067cf4e84b6 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 15:30:49 +0900 Subject: [PATCH 09/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- .github/workflows/publish-package.yml | 2 -- packages/uikit-chat-hooks/tsconfig.json | 3 ++- packages/uikit-react-native-foundation/tsconfig.json | 3 ++- packages/uikit-react-native/tsconfig.json | 3 ++- packages/uikit-testing-tools/tsconfig.json | 3 ++- packages/uikit-utils/tsconfig.json | 5 +++-- tsconfig.json | 3 ++- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 59ea0135..741aa0a3 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -53,8 +53,6 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" >> .npmrc git config --global user.email "sha.sdk_deployment@sendbird.com" git config --global user.name "sendbird-sdk-deployment" - - name: 'build packages' - run: yarn build - name: 'publish to npm' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/packages/uikit-chat-hooks/tsconfig.json b/packages/uikit-chat-hooks/tsconfig.json index 08e4141e..ec3ced56 100644 --- a/packages/uikit-chat-hooks/tsconfig.json +++ b/packages/uikit-chat-hooks/tsconfig.json @@ -9,6 +9,7 @@ } ], "compilerOptions": { - "outDir": "./lib/typescript" + "outDir": "./lib/typescript", + "noEmit": false } } diff --git a/packages/uikit-react-native-foundation/tsconfig.json b/packages/uikit-react-native-foundation/tsconfig.json index 81e0c627..8d5e1382 100644 --- a/packages/uikit-react-native-foundation/tsconfig.json +++ b/packages/uikit-react-native-foundation/tsconfig.json @@ -6,6 +6,7 @@ } ], "compilerOptions": { - "outDir": "./lib/typescript" + "outDir": "./lib/typescript", + "noEmit": false } } diff --git a/packages/uikit-react-native/tsconfig.json b/packages/uikit-react-native/tsconfig.json index b3de4cc9..7ba2bdb2 100644 --- a/packages/uikit-react-native/tsconfig.json +++ b/packages/uikit-react-native/tsconfig.json @@ -12,6 +12,7 @@ } ], "compilerOptions": { - "outDir": "./lib/typescript" + "outDir": "./lib/typescript", + "noEmit": false } } diff --git a/packages/uikit-testing-tools/tsconfig.json b/packages/uikit-testing-tools/tsconfig.json index 81e0c627..8d5e1382 100644 --- a/packages/uikit-testing-tools/tsconfig.json +++ b/packages/uikit-testing-tools/tsconfig.json @@ -6,6 +6,7 @@ } ], "compilerOptions": { - "outDir": "./lib/typescript" + "outDir": "./lib/typescript", + "noEmit": false } } diff --git a/packages/uikit-utils/tsconfig.json b/packages/uikit-utils/tsconfig.json index 4e03f44c..f4242950 100644 --- a/packages/uikit-utils/tsconfig.json +++ b/packages/uikit-utils/tsconfig.json @@ -2,6 +2,7 @@ "extends": "../../tsconfig", "references": [], "compilerOptions": { - "outDir": "./lib/typescript" + "outDir": "./lib/typescript", + "noEmit": false } -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index b2c5907c..6f86623d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,8 @@ "resolveJsonModule": true, "skipLibCheck": true, "strict": true, - "target": "esnext" + "target": "esnext", + "noEmit": true }, "exclude": ["packages/*/lib", "packages/flipper-plugin-sendbird-chat"] } From b10e36bad35aa52e3b56d142d0ec3b5ada818ce8 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Fri, 28 Nov 2025 06:32:22 +0000 Subject: [PATCH 10/20] chore(release): release packages v3.12.0 --- CHANGELOG.md | 6 ++++++ docs-validation/CHANGELOG.md | 6 ++++++ docs-validation/package.json | 4 ++-- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 4 ++++ 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 | 6 ++++++ 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 | 6 ++++++ sample/package.json | 2 +- 16 files changed, 56 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f489a2..f9555fe5 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 7827e49b..86795567 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index edd78c16..c7bd64be 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", @@ -16,10 +16,10 @@ "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.10.0", "@sendbird/chat": "^4.20.2", + "@sendbird/react-native-create-thumbnail": "^1.0.2", "date-fns": "^4.1.0", "react": "19.1.1", "react-native": "0.82.1", - "@sendbird/react-native-create-thumbnail": "^1.0.2", "react-native-file-access": "^3.1.0", "react-native-image-picker": "^8.2.0", "react-native-mmkv": "^4.0.0", diff --git a/lerna.json b/lerna.json index 1d908033..d45db889 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.11.4", + "version": "3.12.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index cd5e2085..bcfd3287 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 48f7780d..cc001b3e 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.4", + "version": "3.12.0", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.11.4", + "@sendbird/uikit-testing-tools": "3.12.0", "@types/react": "*", "react": "19.1.1", "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 96a38cf9..e9b57631 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 741437fc..689d1a3b 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.4", + "version": "3.12.0", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 1abfb776..bcf2cf21 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 6450a817..a3bf7d8b 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.4", + "version": "3.12.0", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.11.4", - "@sendbird/uikit-react-native-foundation": "3.11.4", + "@sendbird/uikit-chat-hooks": "3.12.0", + "@sendbird/uikit-react-native-foundation": "3.12.0", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 88f18b38..bead9454 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 ad940650..fd8e5791 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.4", + "version": "3.12.0", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.11.4", + "@sendbird/uikit-utils": "3.12.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 37b16e96..9ef2f764 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 8a393c37..900a1fcf 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.11.4", + "version": "3.12.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 d0b6eb76..88eb8d2c 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 6992d4b5..a7c3d153 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "android": "react-native run-android", From 059a104c282fa7c340472389a91371cfd22c743a Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 15:33:26 +0900 Subject: [PATCH 11/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- .github/workflows/publish-package.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 741aa0a3..59ea0135 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -53,6 +53,8 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" >> .npmrc git config --global user.email "sha.sdk_deployment@sendbird.com" git config --global user.name "sendbird-sdk-deployment" + - name: 'build packages' + run: yarn build - name: 'publish to npm' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 51f40cc4eff4061179255d1f688efe8d3bb07b18 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Fri, 28 Nov 2025 06:42:03 +0000 Subject: [PATCH 12/20] chore(release): release packages v3.12.0 --- CHANGELOG.md | 6 ++++++ docs-validation/CHANGELOG.md | 6 ++++++ packages/uikit-chat-hooks/CHANGELOG.md | 4 ++++ packages/uikit-react-native-foundation/CHANGELOG.md | 4 ++++ packages/uikit-react-native/CHANGELOG.md | 6 ++++++ packages/uikit-testing-tools/CHANGELOG.md | 4 ++++ packages/uikit-utils/CHANGELOG.md | 4 ++++ sample/CHANGELOG.md | 6 ++++++ 8 files changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9555fe5..14a99ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 86795567..5977f9a3 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index bcfd3287..e2b02dc3 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -7,6 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-chat-hooks +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index e9b57631..c656d722 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -7,6 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-react-native-foundation +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-react-native-foundation diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index bcf2cf21..f6654e28 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index bead9454..1d5d8045 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -7,6 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-testing-tools +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-testing-tools diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 9ef2f764..3adc5ae5 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -7,6 +7,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-utils +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index 88eb8d2c..b0e2da5b 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) +## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli From de2034af5ed371c3ccbdf786006e7a25db9bd40d Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 16:07:21 +0900 Subject: [PATCH 13/20] Revert "chore(release): release packages v3.12.0" This reverts commit 51f40cc4eff4061179255d1f688efe8d3bb07b18. --- CHANGELOG.md | 6 ------ docs-validation/CHANGELOG.md | 6 ------ packages/uikit-chat-hooks/CHANGELOG.md | 4 ---- packages/uikit-react-native-foundation/CHANGELOG.md | 4 ---- packages/uikit-react-native/CHANGELOG.md | 6 ------ packages/uikit-testing-tools/CHANGELOG.md | 4 ---- packages/uikit-utils/CHANGELOG.md | 4 ---- sample/CHANGELOG.md | 6 ------ 8 files changed, 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a99ab2..f9555fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 5977f9a3..86795567 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -9,12 +9,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index e2b02dc3..bcfd3287 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -7,10 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-chat-hooks -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-chat-hooks - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index c656d722..e9b57631 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -7,10 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-react-native-foundation -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-react-native-foundation - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-react-native-foundation diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index f6654e28..bcf2cf21 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -9,12 +9,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 1d5d8045..bead9454 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -7,10 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-testing-tools -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-testing-tools - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-testing-tools diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 3adc5ae5..9ef2f764 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -7,10 +7,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sendbird/uikit-utils -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-utils - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index b0e2da5b..88eb8d2c 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -9,12 +9,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli From ab18e31dbe26cebaba3e313490232e5434a1737f Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 16:09:21 +0900 Subject: [PATCH 14/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- docs-validation/package.json | 2 +- lerna.json | 2 +- packages/uikit-chat-hooks/package.json | 6 +++--- packages/uikit-react-native-foundation/package.json | 4 ++-- packages/uikit-react-native/package.json | 8 ++++---- packages/uikit-testing-tools/package.json | 4 ++-- packages/uikit-utils/package.json | 2 +- sample/package.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs-validation/package.json b/docs-validation/package.json index c7bd64be..4969e19f 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.12.0", + "version": "3.11.4", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index d45db889..1d908033 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.12.0", + "version": "3.11.4", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index cc001b3e..48f7780d 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.12.0", + "version": "3.11.4", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.12.0", + "@sendbird/uikit-testing-tools": "3.11.4", "@types/react": "*", "react": "19.1.1", "react-native-builder-bob": "^0.18.0", diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 689d1a3b..741437fc 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.12.0", + "version": "3.11.4", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index a3bf7d8b..6450a817 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.12.0", + "version": "3.11.4", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.12.0", - "@sendbird/uikit-react-native-foundation": "3.12.0", + "@sendbird/uikit-chat-hooks": "3.11.4", + "@sendbird/uikit-react-native-foundation": "3.11.4", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.12.0" + "@sendbird/uikit-utils": "3.11.4" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index fd8e5791..ad940650 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.12.0", + "version": "3.11.4", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.12.0", + "@sendbird/uikit-utils": "3.11.4", "@types/jest": "^29.4.0", "@types/react": "*", "@types/react-native": "*", diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 900a1fcf..8a393c37 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.12.0", + "version": "3.11.4", "description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.", "keywords": [ "sendbird", diff --git a/sample/package.json b/sample/package.json index a7c3d153..6992d4b5 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.12.0", + "version": "3.11.4", "private": true, "scripts": { "android": "react-native run-android", From 370d028fc776f11f69004764fe690bc6d41df16d Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 16:10:58 +0900 Subject: [PATCH 15/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- CHANGELOG.md | 6 ------ packages/uikit-chat-hooks/CHANGELOG.md | 4 ---- packages/uikit-react-native-foundation/CHANGELOG.md | 4 ---- packages/uikit-react-native/CHANGELOG.md | 6 ------ packages/uikit-testing-tools/CHANGELOG.md | 4 ---- packages/uikit-utils/CHANGELOG.md | 4 ---- 6 files changed, 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9555fe5..d4f489a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index bcfd3287..cd5e2085 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-chat-hooks - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index e9b57631..96a38cf9 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-react-native-foundation - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-react-native-foundation diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index bcf2cf21..1abfb776 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index bead9454..88f18b38 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-testing-tools - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-testing-tools diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index 9ef2f764..37b16e96 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,10 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -**Note:** Version bump only for package @sendbird/uikit-utils - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils From f020da40debe12753756a990415950c02844d8ee Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 16:11:41 +0900 Subject: [PATCH 16/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- docs-validation/CHANGELOG.md | 6 ------ sample/CHANGELOG.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 86795567..7827e49b 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index 88eb8d2c..d0b6eb76 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -3,12 +3,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) - -### Features - -- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) - ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli From c717a82b22b056355e3d4c8b5ca2e2290a2b66ef Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 16:12:56 +0900 Subject: [PATCH 17/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- packages/uikit-testing-tools/package.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index ad940650..1f2e8310 100644 --- a/packages/uikit-testing-tools/package.json +++ b/packages/uikit-testing-tools/package.json @@ -63,20 +63,8 @@ "source": "src", "output": "lib", "targets": [ - [ - "commonjs", - { - "copyFlow": false, - "exclude": "**/*.d.ts" - } - ], - [ - "module", - { - "copyFlow": false, - "exclude": "**/*.d.ts" - } - ], + "commonjs", + "module", [ "typescript", { From aaab5c67be1c774542bf3b5866f6207644d04929 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 16:13:41 +0900 Subject: [PATCH 18/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- .github/workflows/publish-package.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 59ea0135..8394ffda 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -53,8 +53,6 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.npm_token }}" >> .npmrc git config --global user.email "sha.sdk_deployment@sendbird.com" git config --global user.name "sendbird-sdk-deployment" - - name: 'build packages' - run: yarn build - name: 'publish to npm' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -62,7 +60,7 @@ jobs: DEBUG: '*' run: | yarn lerna version "$VERSION" --yes - yarn lerna publish from-git --yes --loglevel verbose + yarn lerna publish from-git --yes - name: 'approve a pull request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 66680824e1c1cd2b5a98c8f13e19d14f5133ab43 Mon Sep 17 00:00:00 2001 From: OnestarLee Date: Fri, 28 Nov 2025 16:13:59 +0900 Subject: [PATCH 19/20] chore: update publish-package.yml and tsconfig.json for build process adjustments --- .github/workflows/publish-package.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 8394ffda..10adf28d 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -57,7 +57,6 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERSION: ${{ github.event.inputs.version }} - DEBUG: '*' run: | yarn lerna version "$VERSION" --yes yarn lerna publish from-git --yes From e2f8e3530d9c37e58ee57f88d46b472509714d26 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Fri, 28 Nov 2025 07:16:33 +0000 Subject: [PATCH 20/20] chore(release): release packages v3.12.0 --- CHANGELOG.md | 6 ++++++ docs-validation/CHANGELOG.md | 6 ++++++ docs-validation/package.json | 2 +- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 4 ++++ 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 | 6 ++++++ 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 | 6 ++++++ sample/package.json | 2 +- 16 files changed, 55 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f489a2..f9555fe5 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 7827e49b..86795567 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 4969e19f..c7bd64be 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 1d908033..d45db889 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.11.4", + "version": "3.12.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index cd5e2085..bcfd3287 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 48f7780d..cc001b3e 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.4", + "version": "3.12.0", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.11.4", + "@sendbird/uikit-testing-tools": "3.12.0", "@types/react": "*", "react": "19.1.1", "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 96a38cf9..e9b57631 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 741437fc..689d1a3b 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.4", + "version": "3.12.0", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 1abfb776..bcf2cf21 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 6450a817..a3bf7d8b 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.4", + "version": "3.12.0", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -69,10 +69,10 @@ }, "dependencies": { "@openspacelabs/react-native-zoomable-view": "^2.3.0", - "@sendbird/uikit-chat-hooks": "3.11.4", - "@sendbird/uikit-react-native-foundation": "3.11.4", + "@sendbird/uikit-chat-hooks": "3.12.0", + "@sendbird/uikit-react-native-foundation": "3.12.0", "@sendbird/uikit-tools": "0.0.15", - "@sendbird/uikit-utils": "3.11.4" + "@sendbird/uikit-utils": "3.12.0" }, "devDependencies": { "@bam.tech/react-native-image-resizer": "^3.0.11", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 88f18b38..bead9454 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **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 1f2e8310..1a8e512d 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.4", + "version": "3.12.0", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -49,7 +49,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.20.2", - "@sendbird/uikit-utils": "3.11.4", + "@sendbird/uikit-utils": "3.12.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 37b16e96..9ef2f764 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +**Note:** Version bump only for package @sendbird/uikit-utils + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 8a393c37..900a1fcf 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.11.4", + "version": "3.12.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 d0b6eb76..88eb8d2c 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.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28) + +### Features + +- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce)) + ## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 6992d4b5..a7c3d153 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.11.4", + "version": "3.12.0", "private": true, "scripts": { "android": "react-native run-android",