diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef512806..75690e5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22) + +### Bug Fixes + +- added try/catch to unhandled errors ([5df59ce](https://github.com/sendbird/sendbird-uikit-react-native/commit/5df59ce065587ccb7dc03e4cc9ed377a8f354766)) +- remove default onOpenFileURL handler ([2ad2275](https://github.com/sendbird/sendbird-uikit-react-native/commit/2ad22753bd553c5061cf33624daf4b97af272588)) + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) ### Bug Fixes diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index cd268a43f..8626fa7be 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,4 +1,4 @@ -## v3.7.3 +## v3.7.4 -- Enhanced Compatibility with `date-fns`: Updated internal code and dependencies to ensure better compatibility with the latest version of the `date-fns` library. -- Fixed Token Deregistration Bug: Adjusted the code to ensure that token deregistration completes successfully before initiating a disconnect. +- Removed calls to the `Promise.allSettled` API that were causing issues in some environments. +- Removed the default value of onOpenFileURL to maintain backward compatibility. diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index 6b9ebb7a3..240c2dd3f 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/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.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 + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index a9c4eff41..409421776 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.7.3", + "version": "3.7.4", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 7be8d9474..dca82f496 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.7.3", + "version": "3.7.4", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index e20fbd209..191363cab 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22) + +### Bug Fixes + +- added try/catch to unhandled errors ([5df59ce](https://github.com/sendbird/sendbird-uikit-react-native/commit/5df59ce065587ccb7dc03e4cc9ed377a8f354766)) + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) **Note:** Version bump only for package @sendbird/uikit-chat-hooks diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 46edc8d2a..80e7fb642 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.3", + "version": "3.7.4", "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.3" + "@sendbird/uikit-utils": "3.7.4" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.7.3", + "@sendbird/uikit-testing-tools": "3.7.4", "@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 db59eef4a..f00706a33 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.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 + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) **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 ee18fac94..f2064a6e7 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.3", + "version": "3.7.4", "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.3" + "@sendbird/uikit-utils": "3.7.4" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 65bbc4405..642169181 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22) + +### Bug Fixes + +- added try/catch to unhandled errors ([5df59ce](https://github.com/sendbird/sendbird-uikit-react-native/commit/5df59ce065587ccb7dc03e4cc9ed377a8f354766)) +- remove default onOpenFileURL handler ([2ad2275](https://github.com/sendbird/sendbird-uikit-react-native/commit/2ad22753bd553c5061cf33624daf4b97af272588)) + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) ### Bug Fixes diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 8f14a3af1..95f9a4fac 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.3", + "version": "3.7.4", "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.3", - "@sendbird/uikit-react-native-foundation": "3.7.3", + "@sendbird/uikit-chat-hooks": "3.7.4", + "@sendbird/uikit-react-native-foundation": "3.7.4", "@sendbird/uikit-tools": "0.0.1-alpha.77", - "@sendbird/uikit-utils": "3.7.3" + "@sendbird/uikit-utils": "3.7.4" }, "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 1f40eff3b..25446f6bb 100644 --- a/packages/uikit-testing-tools/CHANGELOG.md +++ b/packages/uikit-testing-tools/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.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 + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) **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 3734fc3ac..3e8c28781 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.3", + "version": "3.7.4", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.12.9", - "@sendbird/uikit-utils": "3.7.3", + "@sendbird/uikit-utils": "3.7.4", "@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 38988b038..e0e0a22e3 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.4](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.3...v3.7.4) (2024-10-22) + +### Bug Fixes + +- added try/catch to unhandled errors ([5df59ce](https://github.com/sendbird/sendbird-uikit-react-native/commit/5df59ce065587ccb7dc03e4cc9ed377a8f354766)) + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) **Note:** Version bump only for package @sendbird/uikit-utils diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index fc05eb90c..9b0b41a2e 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.7.3", + "version": "3.7.4", "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 f6805a6a7..a996b868f 100644 --- a/sample/CHANGELOG.md +++ b/sample/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.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 + ## [3.7.3](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.7.2...v3.7.3) (2024-10-15) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index e7832c97b..89c04dc05 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.7.3", + "version": "3.7.4", "private": true, "scripts": { "android": "react-native run-android",