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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.event.inputs.version }}
NPM_CONFIG_PROVENANCE: true
run: |
yarn lerna version "$VERSION" --yes
yarn lerna publish from-git --yes
Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

### Features

- add customizable placeholder text for ChannelInput component ([18d53eb](https://github.com/sendbird/sendbird-uikit-react-native/commit/18d53ebc67012fac4b4c889655bd32029080861e))

### Bug Fixes

- **ci:** add write permissions for git push and PR approval ([99124da](https://github.com/sendbird/sendbird-uikit-react-native/commit/99124da01147271b88f4d53e379357abbd07bdc1))
- switch docs-check from reusable workflow to API dispatch ([6bef004](https://github.com/sendbird/sendbird-uikit-react-native/commit/6bef00468f62ffbd66537e9c190854ee39005cc6))

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

### Features

- add customizable placeholder text for ChannelInput component ([18d53eb](https://github.com/sendbird/sendbird-uikit-react-native/commit/18d53ebc67012fac4b4c889655bd32029080861e))

### Bug Fixes

- **ci:** add write permissions for git push and PR approval ([99124da](https://github.com/sendbird/sendbird-uikit-react-native/commit/99124da01147271b88f4d53e379357abbd07bdc1))
- switch docs-check from reusable workflow to API dispatch ([6bef004](https://github.com/sendbird/sendbird-uikit-react-native/commit/6bef00468f62ffbd66537e9c190854ee39005cc6))

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

### Features
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [3.12.5]
## [3.12.6]

### Bug Fixes
- fix: apply safe area padding to voice message input for Android navigation button overlap
### Features

- feat: add customizable placeholder text for ChannelInput component
- feat: export ChannelInputProps, EditInput, useMentionTextInput for external customization
14 changes: 13 additions & 1 deletion docs-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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





## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

**Note:** Version bump only for package @sendbird/docs-validation
Expand Down
2 changes: 1 addition & 1 deletion docs-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/docs-validation",
"version": "3.12.5",
"version": "3.12.6",
"private": true,
"scripts": {
"test": "tsc --project tsconfig.build.json",
Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"packages": ["packages/*", "sample", "docs-validation"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.12.5",
"version": "3.12.6",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.4.3",
"lerna": "^5.1.6",
"lerna": "^9.0.0",
"node-fetch": "2.x",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/uikit-chat-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

**Note:** Version bump only for package @sendbird/uikit-chat-hooks
Expand Down
6 changes: 3 additions & 3 deletions packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-chat-hooks",
"version": "3.12.5",
"version": "3.12.6",
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -54,10 +54,10 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.12.5"
"@sendbird/uikit-utils": "3.12.6"
},
"devDependencies": {
"@sendbird/uikit-testing-tools": "3.12.5",
"@sendbird/uikit-testing-tools": "3.12.6",
"@types/react": "*",
"react": "19.1.1",
"react-native-builder-bob": "^0.18.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-foundation",
"version": "3.12.5",
"version": "3.12.6",
"description": "A foundational UI kit for building chat-enabled React Native apps.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.12.5"
"@sendbird/uikit-utils": "3.12.6"
},
"devDependencies": {
"@types/react": "*",
Expand Down
14 changes: 13 additions & 1 deletion packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

### Features

- add customizable placeholder text for ChannelInput component ([18d53eb](https://github.com/sendbird/sendbird-uikit-react-native/commit/18d53ebc67012fac4b4c889655bd32029080861e))

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

### Features

- add customizable placeholder text for ChannelInput component ([18d53eb](https://github.com/sendbird/sendbird-uikit-react-native/commit/18d53ebc67012fac4b4c889655bd32029080861e))

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native",
"version": "3.12.5",
"version": "3.12.6",
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -69,10 +69,10 @@
},
"dependencies": {
"@openspacelabs/react-native-zoomable-view": "^2.3.0",
"@sendbird/uikit-chat-hooks": "3.12.5",
"@sendbird/uikit-react-native-foundation": "3.12.5",
"@sendbird/uikit-chat-hooks": "3.12.6",
"@sendbird/uikit-react-native-foundation": "3.12.6",
"@sendbird/uikit-tools": "0.0.15",
"@sendbird/uikit-utils": "3.12.5"
"@sendbird/uikit-utils": "3.12.6"
},
"devDependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.11",
Expand Down
10 changes: 9 additions & 1 deletion packages/uikit-testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

**Note:** Version bump only for package @sendbird/uikit-testing-tools
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-testing-tools",
"version": "3.12.5",
"version": "3.12.6",
"private": true,
"description": "UIKit testing tools",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@sendbird/chat": "^4.20.2",
"@sendbird/uikit-utils": "3.12.5",
"@sendbird/uikit-utils": "3.12.6",
"@types/jest": "^29.4.0",
"@types/react": "*",
"@types/react-native": "*",
Expand Down
10 changes: 9 additions & 1 deletion packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

**Note:** Version bump only for package @sendbird/uikit-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
"version": "3.12.5",
"version": "3.12.6",
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
"keywords": [
"sendbird",
Expand Down
13 changes: 0 additions & 13 deletions patches/@lerna+conventional-commits+5.6.2.patch

This file was deleted.

10 changes: 9 additions & 1 deletion sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.6](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.5...v3.12.6) (2026-04-02)

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

## [3.12.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.12.4...v3.12.5) (2026-03-26)

**Note:** Version bump only for package @sendbird/uikit-sample-cli
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-sample-cli",
"version": "3.12.5",
"version": "3.12.6",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
Loading
Loading