Skip to content

Commit f0ffc47

Browse files
chore(release): release packages v3.11.0
1 parent 8269aaa commit f0ffc47

File tree

16 files changed

+61
-21
lines changed

16 files changed

+61
-21
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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
7+
8+
### Features
9+
10+
- add react-native-nitro-sound for React Native 0.81 support ([7dcf0cc](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dcf0cca4949e52bc1e04cd252811f940d796a42))
11+
612
## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10)
713

814
**Note:** Version bump only for package sendbird-uikit-react-native

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.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
7+
8+
### Features
9+
10+
- add react-native-nitro-sound for React Native 0.81 support ([7dcf0cc](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dcf0cca4949e52bc1e04cd252811f940d796a42))
11+
612
## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10)
713

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

docs-validation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/docs-validation",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",
@@ -19,12 +19,12 @@
1919
"date-fns": "^4.1.0",
2020
"react": "18.2.0",
2121
"react-native": "0.74.3",
22-
"react-native-nitro-modules": "^0.29.4",
23-
"react-native-nitro-sound": "^0.2.0",
2422
"react-native-create-thumbnail": "^2.0.0",
2523
"react-native-file-access": "^3.1.0",
2624
"react-native-image-picker": "^7.1.2",
2725
"react-native-mmkv": "^2.12.2",
26+
"react-native-nitro-modules": "^0.29.4",
27+
"react-native-nitro-sound": "^0.2.0",
2828
"react-native-permissions": "^3.10.1",
2929
"react-native-safe-area-context": "^4.10.8",
3030
"react-native-video": "^6.3.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.10.3",
5+
"version": "3.11.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.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10)
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.10.3",
3+
"version": "3.11.0",
44
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
55
"keywords": [
66
"sendbird",
@@ -45,10 +45,10 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@sendbird/uikit-utils": "3.10.3"
48+
"@sendbird/uikit-utils": "3.11.0"
4949
},
5050
"devDependencies": {
51-
"@sendbird/uikit-testing-tools": "3.10.3",
51+
"@sendbird/uikit-testing-tools": "3.11.0",
5252
"@types/react": "*",
5353
"react": "18.2.0",
5454
"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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10)
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.10.3",
3+
"version": "3.11.0",
44
"description": "A foundational UI kit for building chat-enabled React Native apps.",
55
"keywords": [
66
"sendbird",
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@sendbird/uikit-utils": "3.10.3"
51+
"@sendbird/uikit-utils": "3.11.0"
5252
},
5353
"devDependencies": {
5454
"@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.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
7+
8+
### Features
9+
10+
- add react-native-nitro-sound for React Native 0.81 support ([7dcf0cc](https://github.com/sendbird/sendbird-uikit-react-native/commit/7dcf0cca4949e52bc1e04cd252811f940d796a42))
11+
612
## [3.10.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.2...v3.10.3) (2025-09-10)
713

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

packages/uikit-react-native/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native",
3-
"version": "3.10.3",
3+
"version": "3.11.0",
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",
@@ -60,10 +60,10 @@
6060
},
6161
"dependencies": {
6262
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
63-
"@sendbird/uikit-chat-hooks": "3.10.3",
64-
"@sendbird/uikit-react-native-foundation": "3.10.3",
63+
"@sendbird/uikit-chat-hooks": "3.11.0",
64+
"@sendbird/uikit-react-native-foundation": "3.11.0",
6565
"@sendbird/uikit-tools": "0.0.15",
66-
"@sendbird/uikit-utils": "3.10.3"
66+
"@sendbird/uikit-utils": "3.11.0"
6767
},
6868
"devDependencies": {
6969
"@bam.tech/react-native-image-resizer": "^3.0.4",
@@ -92,14 +92,14 @@
9292
"react": "18.2.0",
9393
"react-native": "0.74.3",
9494
"react-native-audio-recorder-player": "^3.6.10",
95-
"react-native-nitro-modules": "^0.29.4",
96-
"react-native-nitro-sound": "^0.2.0",
9795
"react-native-builder-bob": "^0.18.0",
9896
"react-native-create-thumbnail": "^2.0.0",
9997
"react-native-document-picker": "^9.3.0",
10098
"react-native-file-access": "^3.1.0",
10199
"react-native-image-picker": "^7.1.2",
102100
"react-native-mmkv": "^2.12.2",
101+
"react-native-nitro-modules": "^0.29.4",
102+
"react-native-nitro-sound": "^0.2.0",
103103
"react-native-permissions": "^3.10.1",
104104
"react-native-safe-area-context": "^4.10.8",
105105
"react-native-video": "^6.3.0",
@@ -129,13 +129,13 @@
129129
"react": ">=17.0.2",
130130
"react-native": ">=0.65.0",
131131
"react-native-audio-recorder-player": ">=3.6.0",
132-
"react-native-nitro-modules": "*",
133-
"react-native-nitro-sound": ">=0.2.0",
134132
"react-native-create-thumbnail": ">=1.5.1",
135133
"react-native-document-picker": ">=8.0.0",
136134
"react-native-file-access": ">=2.4.3",
137135
"react-native-image-picker": ">=4.7.1",
138136
"react-native-mmkv": ">=2.0.0",
137+
"react-native-nitro-modules": "*",
138+
"react-native-nitro-sound": ">=0.2.0",
139139
"react-native-permissions": ">=3.6.0",
140140
"react-native-safe-area-context": ">=3.3.2",
141141
"react-native-video": ">=5.2.0"

0 commit comments

Comments
 (0)