diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aca7703e..3d967d865 100644 --- a/CHANGELOG.md +++ b/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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +### Features + +- add localCacheEncryption interface to container prop ([3341992](https://github.com/sendbird/sendbird-uikit-react-native/commit/33419920352375ad7df08c19d32449179d2e52e9)) + +### Bug Fixes + +- filter deactivated users when making mention suggestions ([ee1e9c2](https://github.com/sendbird/sendbird-uikit-react-native/commit/ee1e9c24683cb93430a4b242a6bc667140c3fc27)) + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) ### Features diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index 1b1a6663d..819c21e3b 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,5 +1,5 @@ -## v3.1.1 +## v3.1.2 -### Improvements - -- When there is a thumbnail in the message, uses the first thumbnail of the video/image message +- Add `chatOptions.localCacheEncryption` to SendbirdUIKitContainer props +- Filter deactivated users when making mention suggestions +- In the case of a resolved version, a android inverted flatlist warning message is not displayed. diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index e95b2acb7..bcaf174f0 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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +**Note:** Version bump only for package @sendbird/docs-validation + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) **Note:** Version bump only for package @sendbird/docs-validation diff --git a/docs-validation/package.json b/docs-validation/package.json index 5e10f1632..f75603bc0 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.1.1", + "version": "3.1.2", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 0c1a6d1a5..69c8e832f 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.1.1", + "version": "3.1.2", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 92d93d972..0995e75ed 100644 --- a/packages/uikit-chat-hooks/CHANGELOG.md +++ b/packages/uikit-chat-hooks/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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +**Note:** Version bump only for package @sendbird/uikit-chat-hooks + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) **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 196c24957..0d9b5f1e0 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.1.1", + "version": "3.1.2", "description": "A set of React hooks for integrating Sendbird chat functionality into your React app.", "keywords": [ "sendbird", @@ -44,10 +44,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.1.1" + "@sendbird/uikit-utils": "3.1.2" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.1.1", + "@sendbird/uikit-testing-tools": "3.1.2", "@types/react": "*", "react": "17.0.2", "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 f5c74ae30..098a0caa6 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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +**Note:** Version bump only for package @sendbird/uikit-react-native-foundation + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) ### Features diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 26fefd7e4..3c00de53a 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.1.1", + "version": "3.1.2", "description": "A foundational UI kit for building chat-enabled React Native apps.", "keywords": [ "sendbird", @@ -47,7 +47,7 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-utils": "3.1.1" + "@sendbird/uikit-utils": "3.1.2" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 293c6aeb9..6211c639b 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +### Features + +- add localCacheEncryption interface to container prop ([3341992](https://github.com/sendbird/sendbird-uikit-react-native/commit/33419920352375ad7df08c19d32449179d2e52e9)) + +### Bug Fixes + +- filter deactivated users when making mention suggestions ([ee1e9c2](https://github.com/sendbird/sendbird-uikit-react-native/commit/ee1e9c24683cb93430a4b242a6bc667140c3fc27)) + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 168781b60..9d2fde355 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.1.1", + "version": "3.1.2", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -58,10 +58,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "3.1.1", - "@sendbird/uikit-react-native-foundation": "3.1.1", + "@sendbird/uikit-chat-hooks": "3.1.2", + "@sendbird/uikit-react-native-foundation": "3.1.2", "@sendbird/uikit-tools": "^0.0.1-alpha.38", - "@sendbird/uikit-utils": "3.1.1" + "@sendbird/uikit-utils": "3.1.2" }, "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 c31038310..7dce28d7a 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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) **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 f24679e94..ab1fb330c 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.1.1", + "version": "3.1.2", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -39,7 +39,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.9.8", - "@sendbird/uikit-utils": "3.1.1", + "@sendbird/uikit-utils": "3.1.2", "@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 7ef415990..001181746 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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +### Features + +- add localCacheEncryption interface to container prop ([3341992](https://github.com/sendbird/sendbird-uikit-react-native/commit/33419920352375ad7df08c19d32449179d2e52e9)) + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) ### Features diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 624c5c011..e399a3095 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.1.1", + "version": "3.1.2", "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 ec34f7260..f118f6773 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.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) + +**Note:** Version bump only for package @sendbird/uikit-sample-cli + ## [3.1.1](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.0...v3.1.1) (2023-08-23) **Note:** Version bump only for package @sendbird/uikit-sample-cli diff --git a/sample/package.json b/sample/package.json index 2eac7a83f..1c0b7bbf5 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.1.1", + "version": "3.1.2", "private": true, "scripts": { "android": "concurrently 'yarn start' 'react-native run-android'",