Skip to content

Commit 2c3e4a1

Browse files
chore(release): release packages v3.11.4
1 parent d9180d6 commit 2c3e4a1

File tree

16 files changed

+52
-16
lines changed

16 files changed

+52
-16
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.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
7+
8+
### Features
9+
10+
- update zoomable view dependency and refactor zoomProps handling ([167cee2](https://github.com/sendbird/sendbird-uikit-react-native/commit/167cee218ce49d8d36b9270daebe6d31835ad34e))
11+
612
## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)
713

814
### Features

docs-validation/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.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
7+
8+
**Note:** Version bump only for package @sendbird/docs-validation
9+
610
## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)
711

812
**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.3",
3+
"version": "3.11.4",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",
@@ -34,6 +34,7 @@
3434
"@babel/preset-env": "^7.25.3",
3535
"@babel/runtime": "^7.25.0",
3636
"@react-native-community/eslint-config": "^2.0.0",
37+
"@react-native/babel-preset": "0.82.1",
3738
"@types/jest": "^29.4.0",
3839
"@types/react": "*",
3940
"@types/react-native": "*",
@@ -43,7 +44,6 @@
4344
"babel-loader": "^8.2.3",
4445
"eslint": "^8.52.0",
4546
"jest": "^29.4.3",
46-
"@react-native/babel-preset": "0.82.1",
4747
"react-dom": "18.2.0",
4848
"react-test-renderer": "19.1.1",
4949
"typescript": "5.8.3"

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.3",
5+
"version": "3.11.4",
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.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)
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.3",
3+
"version": "3.11.4",
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.3"
57+
"@sendbird/uikit-utils": "3.11.4"
5858
},
5959
"devDependencies": {
60-
"@sendbird/uikit-testing-tools": "3.11.3",
60+
"@sendbird/uikit-testing-tools": "3.11.4",
6161
"@types/react": "*",
6262
"react": "19.1.1",
6363
"react-native-builder-bob": "^0.18.0",

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.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)
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.3",
3+
"version": "3.11.4",
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.3"
60+
"@sendbird/uikit-utils": "3.11.4"
6161
},
6262
"devDependencies": {
6363
"@types/react": "*",

packages/uikit-react-native/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.11.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.3...v3.11.4) (2025-11-21)
7+
8+
### Features
9+
10+
- update zoomable view dependency and refactor zoomProps handling ([167cee2](https://github.com/sendbird/sendbird-uikit-react-native/commit/167cee218ce49d8d36b9270daebe6d31835ad34e))
11+
612
## [3.11.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.2...v3.11.3) (2025-11-13)
713

814
### Features

packages/uikit-react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native",
3-
"version": "3.11.3",
3+
"version": "3.11.4",
44
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",
@@ -69,10 +69,10 @@
6969
},
7070
"dependencies": {
7171
"@openspacelabs/react-native-zoomable-view": "^2.3.0",
72-
"@sendbird/uikit-chat-hooks": "3.11.3",
73-
"@sendbird/uikit-react-native-foundation": "3.11.3",
72+
"@sendbird/uikit-chat-hooks": "3.11.4",
73+
"@sendbird/uikit-react-native-foundation": "3.11.4",
7474
"@sendbird/uikit-tools": "0.0.15",
75-
"@sendbird/uikit-utils": "3.11.3"
75+
"@sendbird/uikit-utils": "3.11.4"
7676
},
7777
"devDependencies": {
7878
"@bam.tech/react-native-image-resizer": "^3.0.11",

0 commit comments

Comments
 (0)