Skip to content

Commit 16f1f54

Browse files
chore(release): release packages v3.11.1
1 parent 946f78f commit 16f1f54

File tree

16 files changed

+57
-19
lines changed

16 files changed

+57
-19
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.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13)
7+
8+
### Features
9+
10+
- add support for expo-video and expo-audio for Expo SDK 54 ([39c07ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/39c07ca1410ec064c703ca73646217db98b82556))
11+
612
## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
713

814
### Features

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.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13)
7+
8+
### Features
9+
10+
- add support for expo-video and expo-audio for Expo SDK 54 ([39c07ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/39c07ca1410ec064c703ca73646217db98b82556))
11+
612
## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
713

814
### Features

docs-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/docs-validation",
3-
"version": "3.11.0",
3+
"version": "3.11.1",
44
"private": true,
55
"scripts": {
66
"test": "tsc --project tsconfig.build.json",

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.0",
5+
"version": "3.11.1",
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.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
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.0",
3+
"version": "3.11.1",
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.11.0"
48+
"@sendbird/uikit-utils": "3.11.1"
4949
},
5050
"devDependencies": {
51-
"@sendbird/uikit-testing-tools": "3.11.0",
51+
"@sendbird/uikit-testing-tools": "3.11.1",
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.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
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.0",
3+
"version": "3.11.1",
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.11.0"
51+
"@sendbird/uikit-utils": "3.11.1"
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.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.11.0...v3.11.1) (2025-10-13)
7+
8+
### Features
9+
10+
- add support for expo-video and expo-audio for Expo SDK 54 ([39c07ca](https://github.com/sendbird/sendbird-uikit-react-native/commit/39c07ca1410ec064c703ca73646217db98b82556))
11+
612
## [3.11.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.10.3...v3.11.0) (2025-09-16)
713

814
### Features

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.11.0",
3+
"version": "3.11.1",
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.11.0",
64-
"@sendbird/uikit-react-native-foundation": "3.11.0",
63+
"@sendbird/uikit-chat-hooks": "3.11.1",
64+
"@sendbird/uikit-react-native-foundation": "3.11.1",
6565
"@sendbird/uikit-tools": "0.0.15",
66-
"@sendbird/uikit-utils": "3.11.0"
66+
"@sendbird/uikit-utils": "3.11.1"
6767
},
6868
"devDependencies": {
6969
"@bam.tech/react-native-image-resizer": "^3.0.4",
@@ -78,16 +78,16 @@
7878
"@types/react-native": "*",
7979
"date-fns": ">=2.28.0",
8080
"expo": "^54.0.12",
81-
"expo-av": "^13.2.1",
8281
"expo-audio": "^1.0.13",
83-
"expo-video": "^3.0.11",
82+
"expo-av": "^13.2.1",
8483
"expo-clipboard": "^4.1.2",
8584
"expo-document-picker": "^11.5.3",
8685
"expo-file-system": "^15.2.2",
8786
"expo-image-manipulator": "^11.1.1",
8887
"expo-image-picker": "^14.1.1",
8988
"expo-media-library": "^16.0.0",
9089
"expo-notifications": "^0.18.1",
90+
"expo-video": "^3.0.11",
9191
"expo-video-thumbnails": "^7.2.1",
9292
"glob": "^7.2.0",
9393
"inquirer": "^8.2.0",
@@ -120,16 +120,16 @@
120120
"@sendbird/react-native-scrollview-enhancer": "*",
121121
"@sendbird/uikit-tools": ">=0.0.10",
122122
"date-fns": ">=2.28.0",
123-
"expo-av": ">=12.0.4",
124123
"expo-audio": ">=1.0.0",
125-
"expo-video": ">=3.0.0",
124+
"expo-av": ">=12.0.4",
126125
"expo-clipboard": ">=2.1.1",
127126
"expo-document-picker": ">=10.1.3",
128127
"expo-file-system": ">=13.1.4",
129128
"expo-image-manipulator": ">=11.0.0",
130129
"expo-image-picker": ">=12.0.2",
131130
"expo-media-library": ">=16.0.0",
132131
"expo-notifications": ">=0.14.1",
132+
"expo-video": ">=3.0.0",
133133
"expo-video-thumbnails": ">=6.4.0",
134134
"react": ">=17.0.2",
135135
"react-native": ">=0.65.0",

0 commit comments

Comments
 (0)