Skip to content

Commit 638f62d

Browse files
authored
Merge pull request #279 from sendbird/release/3.12.0
[SDKRLSD-1870] release 3.12.0
2 parents 7d5cb89 + e2f8e35 commit 638f62d

File tree

23 files changed

+73
-26
lines changed

23 files changed

+73
-26
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)
7+
8+
### Features
9+
10+
- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce))
11+
612
## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
713

814
### Features

CHANGELOG_DRAFT.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## v3.11.4
1+
## v3.12.0
22

3-
### Improvements
4-
- update zoomable view dependency and refactor zoomProps handling
3+
### Features
4+
5+
- migrate to @sendbird/react-native-create-thumbnail for thumbnail

docs-validation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)
7+
8+
### Features
9+
10+
- migrate to @sendbird/react-native-create-thumbnail for thumbnail creation ([5fb6094](https://github.com/sendbird/sendbird-uikit-react-native/commit/5fb60947c4656c6641a8440b040c2872f4e5bdce))
11+
612
## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
713

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

docs-validation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/docs-validation",
3-
"version": "3.11.4",
3+
"version": "3.12.0",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",
@@ -16,10 +16,10 @@
1616
"@react-navigation/native": "^6.1.17",
1717
"@react-navigation/native-stack": "^6.10.0",
1818
"@sendbird/chat": "^4.20.2",
19+
"@sendbird/react-native-create-thumbnail": "^1.0.2",
1920
"date-fns": "^4.1.0",
2021
"react": "19.1.1",
2122
"react-native": "0.82.1",
22-
"@sendbird/react-native-create-thumbnail": "^1.0.2",
2323
"react-native-file-access": "^3.1.0",
2424
"react-native-image-picker": "^8.2.0",
2525
"react-native-mmkv": "^4.0.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*", "sample", "docs-validation"],
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "3.11.4",
5+
"version": "3.12.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
711

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

packages/uikit-chat-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "3.11.4",
3+
"version": "3.12.0",
44
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
55
"keywords": [
66
"sendbird",
@@ -54,10 +54,10 @@
5454
"access": "public"
5555
},
5656
"dependencies": {
57-
"@sendbird/uikit-utils": "3.11.4"
57+
"@sendbird/uikit-utils": "3.12.0"
5858
},
5959
"devDependencies": {
60-
"@sendbird/uikit-testing-tools": "3.11.4",
60+
"@sendbird/uikit-testing-tools": "3.12.0",
6161
"@types/react": "*",
6262
"react": "19.1.1",
6363
"react-native-builder-bob": "^0.18.0",

packages/uikit-chat-hooks/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"compilerOptions": {
12-
"outDir": "./lib/typescript"
12+
"outDir": "./lib/typescript",
13+
"noEmit": false
1314
}
1415
}

packages/uikit-react-native-foundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.12.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.4...v3.12.0) (2025-11-28)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
711

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

packages/uikit-react-native-foundation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native-foundation",
3-
"version": "3.11.4",
3+
"version": "3.12.0",
44
"description": "A foundational UI kit for building chat-enabled React Native apps.",
55
"keywords": [
66
"sendbird",
@@ -57,7 +57,7 @@
5757
"access": "public"
5858
},
5959
"dependencies": {
60-
"@sendbird/uikit-utils": "3.11.4"
60+
"@sendbird/uikit-utils": "3.12.0"
6161
},
6262
"devDependencies": {
6363
"@types/react": "*",

0 commit comments

Comments
 (0)