Skip to content

Commit 504bf5a

Browse files
chore(release): release packages v3.8.4
1 parent f995ece commit 504bf5a

File tree

16 files changed

+51
-15
lines changed

16 files changed

+51
-15
lines changed

Diff for: CHANGELOG.md

+6
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
### Bug Fixes
9+
10+
- remove duplicate MB text when uploading files over 25MB ([042babb](https://github.com/sendbird/sendbird-uikit-react-native/commit/042babb323cea24f394424e8ac33fd9bc33bfef9))
11+
612
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
713

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

Diff for: docs-validation/CHANGELOG.md

+4
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
**Note:** Version bump only for package @sendbird/docs-validation
9+
610
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
711

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

Diff for: docs-validation/package.json

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

Diff for: lerna.json

+1-1
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.8.3",
5+
"version": "3.8.4",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

Diff for: packages/uikit-chat-hooks/CHANGELOG.md

+4
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-chat-hooks
9+
610
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
711

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

Diff for: packages/uikit-chat-hooks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-chat-hooks",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
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.8.3"
48+
"@sendbird/uikit-utils": "3.8.4"
4949
},
5050
"devDependencies": {
51-
"@sendbird/uikit-testing-tools": "3.8.3",
51+
"@sendbird/uikit-testing-tools": "3.8.4",
5252
"@types/react": "*",
5353
"react": "18.2.0",
5454
"react-native-builder-bob": "^0.18.0",

Diff for: packages/uikit-react-native-foundation/CHANGELOG.md

+4
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
711

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

Diff for: packages/uikit-react-native-foundation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native-foundation",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
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.8.3"
51+
"@sendbird/uikit-utils": "3.8.4"
5252
},
5353
"devDependencies": {
5454
"@types/react": "*",

Diff for: packages/uikit-react-native/CHANGELOG.md

+6
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
### Bug Fixes
9+
10+
- remove duplicate MB text when uploading files over 25MB ([042babb](https://github.com/sendbird/sendbird-uikit-react-native/commit/042babb323cea24f394424e8ac33fd9bc33bfef9))
11+
612
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
713

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

Diff for: packages/uikit-react-native/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react-native",
3-
"version": "3.8.3",
3+
"version": "3.8.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",
@@ -60,10 +60,10 @@
6060
},
6161
"dependencies": {
6262
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
63-
"@sendbird/uikit-chat-hooks": "3.8.3",
64-
"@sendbird/uikit-react-native-foundation": "3.8.3",
63+
"@sendbird/uikit-chat-hooks": "3.8.4",
64+
"@sendbird/uikit-react-native-foundation": "3.8.4",
6565
"@sendbird/uikit-tools": "0.0.1-alpha.77",
66-
"@sendbird/uikit-utils": "3.8.3"
66+
"@sendbird/uikit-utils": "3.8.4"
6767
},
6868
"devDependencies": {
6969
"@bam.tech/react-native-image-resizer": "^3.0.4",

Diff for: packages/uikit-testing-tools/CHANGELOG.md

+4
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-testing-tools
9+
610
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
711

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

Diff for: packages/uikit-testing-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-testing-tools",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
44
"private": true,
55
"description": "UIKit testing tools",
66
"keywords": [
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@sendbird/chat": "^4.16.0",
43-
"@sendbird/uikit-utils": "3.8.3",
43+
"@sendbird/uikit-utils": "3.8.4",
4444
"@types/jest": "^29.4.0",
4545
"@types/react": "*",
4646
"@types/react-native": "*",

Diff for: packages/uikit-utils/CHANGELOG.md

+4
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-utils
9+
610
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
711

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

Diff for: packages/uikit-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-utils",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
44
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
55
"keywords": [
66
"sendbird",

Diff for: sample/CHANGELOG.md

+4
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.8.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.3...v3.8.4) (2025-02-05)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-sample-cli
9+
610
## [3.8.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.8.2...v3.8.3) (2025-01-07)
711

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

Diff for: sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-sample-cli",
3-
"version": "3.8.3",
3+
"version": "3.8.4",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)