From 6f1ca86c5a53eef5c9def0e851883313ce97a57b Mon Sep 17 00:00:00 2001 From: bang9 Date: Tue, 29 Oct 2024 16:00:20 +0900 Subject: [PATCH 1/2] chore: update changelog draft --- CHANGELOG_DRAFT.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 8626fa7b..701869ec 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -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 From 5ab71ecbed6948f2e26797d3b566369580386b53 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Tue, 29 Oct 2024 07:20:14 +0000 Subject: [PATCH 2/2] chore(release): release packages v3.7.5 --- CHANGELOG.md | 12 ++++++++++++ docs-validation/CHANGELOG.md | 6 ++++++ docs-validation/package.json | 2 +- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 6 ++++++ packages/uikit-chat-hooks/package.json | 6 +++--- packages/uikit-react-native-foundation/CHANGELOG.md | 4 ++++ packages/uikit-react-native-foundation/package.json | 4 ++-- packages/uikit-react-native/CHANGELOG.md | 12 ++++++++++++ packages/uikit-react-native/package.json | 8 ++++---- packages/uikit-testing-tools/CHANGELOG.md | 6 ++++++ packages/uikit-testing-tools/package.json | 4 ++-- packages/uikit-utils/CHANGELOG.md | 6 ++++++ packages/uikit-utils/package.json | 2 +- sample/CHANGELOG.md | 10 ++++++++++ sample/package.json | 2 +- 16 files changed, 77 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75690e5d..24514add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 240c2dd3..c2a9d686 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/CHANGELOG.md @@ -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 diff --git a/docs-validation/package.json b/docs-validation/package.json index d1f98a02..4c420824 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -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", diff --git a/lerna.json b/lerna.json index dca82f49..d45bc3bf 100644 --- a/lerna.json +++ b/lerna.json @@ -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, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 191363ca..91ad71f2 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/CHANGELOG.md @@ -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 diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 38d8283f..bf165b77 100644 --- a/packages/uikit-chat-hooks/package.json +++ b/packages/uikit-chat-hooks/package.json @@ -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", @@ -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", diff --git a/packages/uikit-react-native-foundation/CHANGELOG.md b/packages/uikit-react-native-foundation/CHANGELOG.md index f00706a3..8fff17e2 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -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 diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index f2064a6e..40b2c1c8 100644 --- a/packages/uikit-react-native-foundation/package.json +++ b/packages/uikit-react-native-foundation/package.json @@ -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", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.7.4" + "@sendbird/uikit-utils": "3.7.5" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 64216918..216856df 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -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 diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 08aee7ec..65409a2c 100644 --- a/packages/uikit-react-native/package.json +++ b/packages/uikit-react-native/package.json @@ -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", @@ -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", diff --git a/packages/uikit-testing-tools/CHANGELOG.md b/packages/uikit-testing-tools/CHANGELOG.md index 25446f6b..e5362ad6 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/CHANGELOG.md @@ -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 diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index 6763b733..b9a1214a 100644 --- a/packages/uikit-testing-tools/package.json +++ b/packages/uikit-testing-tools/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-testing-tools", - "version": "3.7.4", + "version": "3.7.5", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -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": "*", diff --git a/packages/uikit-utils/CHANGELOG.md b/packages/uikit-utils/CHANGELOG.md index e0e0a22e..30a1401c 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -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 diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 6c9cccf5..5707c3a6 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -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", diff --git a/sample/CHANGELOG.md b/sample/CHANGELOG.md index a996b868..b87c7e07 100644 --- a/sample/CHANGELOG.md +++ b/sample/CHANGELOG.md @@ -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 diff --git a/sample/package.json b/sample/package.json index c8283145..5d333f97 100644 --- a/sample/package.json +++ b/sample/package.json @@ -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",