Skip to content

Commit 0473ec0

Browse files
authored
Merge pull request #212 from sendbird/release/3.7.5
[SDKRLSD-1450] chore: release 3.7.5
2 parents 7f31104 + 5ab71ec commit 0473ec0

File tree

17 files changed

+82
-18
lines changed

17 files changed

+82
-18
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)
7+
8+
### Features
9+
10+
- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))
11+
12+
### Bug Fixes
13+
14+
- ensure image visibility in file viewer on new architecture ([ec6834b](https://github.com/sendbird/sendbird-uikit-react-native/commit/ec6834bafd5b59d6797a5af6987cb13499e0c577))
15+
- remove non-required permissions from android ([4646e34](https://github.com/sendbird/sendbird-uikit-react-native/commit/4646e34df83272607326894f5e225b03cac91a6d))
16+
- resolve this binding issues ([c4561a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4561a0c87b372cf69a53b6ecd7312ef3337ee95))
17+
618
## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)
719

820
### Bug Fixes

CHANGELOG_DRAFT.md

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

3-
- Removed calls to the `Promise.allSettled` API that were causing issues in some environments.
4-
- Removed the default value of onOpenFileURL to maintain backward compatibility.
3+
- Updated Android permissions to comply with Google Play Store policies
4+
- Fixed an issue where images were not visible in the file viewer due to z-index conflicts in the new architecture
5+
- Fixed an issue where reactions could not be added or removed correctly
6+
- Fixed an issue with scroll behavior during message streaming in bot chats for smoother scrolling

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.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)
7+
8+
### Features
9+
10+
- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))
11+
612
## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)
713

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

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.7.4",
3+
"version": "3.7.5",
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.7.4",
5+
"version": "3.7.5",
66
"command": {
77
"publish": {
88
"conventionalCommits": true,

packages/uikit-chat-hooks/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.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)
7+
8+
### Features
9+
10+
- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))
11+
612
## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)
713

814
### Bug Fixes

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.7.4",
3+
"version": "3.7.5",
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.7.4"
48+
"@sendbird/uikit-utils": "3.7.5"
4949
},
5050
"devDependencies": {
51-
"@sendbird/uikit-testing-tools": "3.7.4",
51+
"@sendbird/uikit-testing-tools": "3.7.5",
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.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)
7+
8+
**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
9+
610
## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)
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.7.4",
3+
"version": "3.7.5",
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.7.4"
51+
"@sendbird/uikit-utils": "3.7.5"
5252
},
5353
"devDependencies": {
5454
"@types/react": "*",

packages/uikit-react-native/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)
7+
8+
### Features
9+
10+
- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))
11+
12+
### Bug Fixes
13+
14+
- ensure image visibility in file viewer on new architecture ([ec6834b](https://github.com/sendbird/sendbird-uikit-react-native/commit/ec6834bafd5b59d6797a5af6987cb13499e0c577))
15+
- remove non-required permissions from android ([4646e34](https://github.com/sendbird/sendbird-uikit-react-native/commit/4646e34df83272607326894f5e225b03cac91a6d))
16+
- resolve this binding issues ([c4561a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4561a0c87b372cf69a53b6ecd7312ef3337ee95))
17+
618
## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)
719

820
### Bug Fixes

0 commit comments

Comments
 (0)