Skip to content

Commit

Permalink
Merge pull request #212 from sendbird/release/3.7.5
Browse files Browse the repository at this point in the history
[SDKRLSD-1450] chore: release 3.7.5
  • Loading branch information
bang9 authored Oct 29, 2024
2 parents 7f31104 + 5ab71ec commit 0473ec0
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 18 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

### Features

- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))

### Bug Fixes

- ensure image visibility in file viewer on new architecture ([ec6834b](https://github.com/sendbird/sendbird-uikit-react-native/commit/ec6834bafd5b59d6797a5af6987cb13499e0c577))
- remove non-required permissions from android ([4646e34](https://github.com/sendbird/sendbird-uikit-react-native/commit/4646e34df83272607326894f5e225b03cac91a6d))
- resolve this binding issues ([c4561a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4561a0c87b372cf69a53b6ecd7312ef3337ee95))

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

### Bug Fixes
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG_DRAFT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## v3.7.4
## v3.7.5

- Removed calls to the `Promise.allSettled` API that were causing issues in some environments.
- Removed the default value of onOpenFileURL to maintain backward compatibility.
- Updated Android permissions to comply with Google Play Store policies
- Fixed an issue where images were not visible in the file viewer due to z-index conflicts in the new architecture
- Fixed an issue where reactions could not be added or removed correctly
- Fixed an issue with scroll behavior during message streaming in bot chats for smoother scrolling
6 changes: 6 additions & 0 deletions docs-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

### Features

- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

**Note:** Version bump only for package @sendbird/docs-validation
Expand Down
2 changes: 1 addition & 1 deletion docs-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/docs-validation",
"version": "3.7.4",
"version": "3.7.5",
"private": true,
"scripts": {
"test": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": ["packages/*", "sample", "docs-validation"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.7.4",
"version": "3.7.5",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/uikit-chat-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

### Features

- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/uikit-chat-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-chat-hooks",
"version": "3.7.4",
"version": "3.7.5",
"description": "A set of React hooks for integrating Sendbird chat functionality into your React app.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -45,10 +45,10 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.7.4"
"@sendbird/uikit-utils": "3.7.5"
},
"devDependencies": {
"@sendbird/uikit-testing-tools": "3.7.4",
"@sendbird/uikit-testing-tools": "3.7.5",
"@types/react": "*",
"react": "18.2.0",
"react-native-builder-bob": "^0.18.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/uikit-react-native-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

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

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

**Note:** Version bump only for package @sendbird/uikit-react-native-foundation
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native-foundation",
"version": "3.7.4",
"version": "3.7.5",
"description": "A foundational UI kit for building chat-enabled React Native apps.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"dependencies": {
"@sendbird/uikit-utils": "3.7.4"
"@sendbird/uikit-utils": "3.7.5"
},
"devDependencies": {
"@types/react": "*",
Expand Down
12 changes: 12 additions & 0 deletions packages/uikit-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

### Features

- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))

### Bug Fixes

- ensure image visibility in file viewer on new architecture ([ec6834b](https://github.com/sendbird/sendbird-uikit-react-native/commit/ec6834bafd5b59d6797a5af6987cb13499e0c577))
- remove non-required permissions from android ([4646e34](https://github.com/sendbird/sendbird-uikit-react-native/commit/4646e34df83272607326894f5e225b03cac91a6d))
- resolve this binding issues ([c4561a0](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4561a0c87b372cf69a53b6ecd7312ef3337ee95))

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react-native",
"version": "3.7.4",
"version": "3.7.5",
"description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
"keywords": [
"sendbird",
Expand Down Expand Up @@ -60,10 +60,10 @@
},
"dependencies": {
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
"@sendbird/uikit-chat-hooks": "3.7.4",
"@sendbird/uikit-react-native-foundation": "3.7.4",
"@sendbird/uikit-chat-hooks": "3.7.5",
"@sendbird/uikit-react-native-foundation": "3.7.5",
"@sendbird/uikit-tools": "0.0.1-alpha.77",
"@sendbird/uikit-utils": "3.7.4"
"@sendbird/uikit-utils": "3.7.5"
},
"devDependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/uikit-testing-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

### Features

- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

**Note:** Version bump only for package @sendbird/uikit-testing-tools
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-testing-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-testing-tools",
"version": "3.7.4",
"version": "3.7.5",
"private": true,
"description": "UIKit testing tools",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@sendbird/chat": "^4.13.3",
"@sendbird/uikit-utils": "3.7.4",
"@sendbird/uikit-utils": "3.7.5",
"@types/jest": "^29.4.0",
"@types/react": "*",
"@types/react-native": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/uikit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

### Features

- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-utils",
"version": "3.7.4",
"version": "3.7.5",
"description": "A collection of utility functions and constants for building chat UI components with Sendbird UIKit.",
"keywords": [
"sendbird",
Expand Down
10 changes: 10 additions & 0 deletions sample/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.5](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.4...v3.7.5) (2024-10-29)

### Features

- add scrolling for streaming message update ([c4924bc](https://github.com/sendbird/sendbird-uikit-react-native/commit/c4924bcfacb0279a0b7542fce7d7ca8dda5bcc55))

### Bug Fixes

- remove non-required permissions from android ([4646e34](https://github.com/sendbird/sendbird-uikit-react-native/commit/4646e34df83272607326894f5e225b03cac91a6d))

## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22)

**Note:** Version bump only for package @sendbird/uikit-sample-cli
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-sample-cli",
"version": "3.7.4",
"version": "3.7.5",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 0473ec0

Please sign in to comment.