From dd029581f658a7970b14932df21d45a265694893 Mon Sep 17 00:00:00 2001 From: bang9 Date: Fri, 3 Nov 2023 16:51:17 +0900 Subject: [PATCH] chore(release): release packages v3.2.0 --- CHANGELOG.md | 36 +++++++++++++++++++ docs-validation/CHANGELOG.md | 7 ++++ docs-validation/package.json | 2 +- lerna.json | 2 +- packages/uikit-chat-hooks/CHANGELOG.md | 6 ++++ packages/uikit-chat-hooks/package.json | 6 ++-- .../CHANGELOG.md | 16 +++++++++ .../package.json | 4 +-- packages/uikit-react-native/CHANGELOG.md | 32 +++++++++++++++++ packages/uikit-react-native/package.json | 8 ++--- packages/uikit-testing-tools/CHANGELOG.md | 4 +++ packages/uikit-testing-tools/package.json | 4 +-- packages/uikit-utils/CHANGELOG.md | 16 +++++++++ packages/uikit-utils/package.json | 2 +- sample/CHANGELOG.md | 6 ++++ sample/package.json | 2 +- 16 files changed, 138 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d967d865..e29e0a019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +### Features + +- add chat init params to chatOptions ([7742853](https://github.com/sendbird/sendbird-uikit-react-native/commit/7742853837959884feb1e577e4682802486efb9f)) +- add createRecordFilePath method to FileServiceInterface ([0b7fd40](https://github.com/sendbird/sendbird-uikit-react-native/commit/0b7fd40faaf12721dfc84cb90fdbc8040e4ea951)) +- add reaction.onPressUserProfile to SendbirdUIKitContainer props ([379bcce](https://github.com/sendbird/sendbird-uikit-react-native/commit/379bcce0bb4f123108bec86e6decdfe93b3c3718)) +- add scrollToMessage to group channel contexts ([df48e2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/df48e2c3a20abecc3577aa59748b18500c61236e)) +- add string set for microphone permission ([9e9c2e1](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e9c2e177932fb0ae7034cd932d2bbb7d5af9eed)) +- add string set for muted and frozen when sending a voice message ([0c8d1f5](https://github.com/sendbird/sendbird-uikit-react-native/commit/0c8d1f561e0a8a1685363851529a5eeff52426d3)) +- add voice message config to uikit container ([6f5de2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/6f5de2c7e100d08f56de58047f9e865bcfe5121e)) +- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a)) +- **foundation:** add audio icon ([366d6af](https://github.com/sendbird/sendbird-uikit-react-native/commit/366d6afc1538ae488e8aaf3ebad6daf3fc556e4e)) +- **foundation:** add progress bar component ([af6a2fb](https://github.com/sendbird/sendbird-uikit-react-native/commit/af6a2fb4424f99b2fc46ff8dc8e6a3f74be08c86)) +- **foundation:** add voice message input color set ([b94d230](https://github.com/sendbird/sendbird-uikit-react-native/commit/b94d230b6947aa2b46f59ced77e2bbb505cb5bfc)) +- **foundation:** implement voice file message component ([f6d90db](https://github.com/sendbird/sendbird-uikit-react-native/commit/f6d90db47dc933f607450667b4095b5926cd854d)) +- **foundation:** update icons ([85d7d58](https://github.com/sendbird/sendbird-uikit-react-native/commit/85d7d588b9b5b55113e2a5399d24c38c838b9d06)) +- implement cli player service ([b136de4](https://github.com/sendbird/sendbird-uikit-react-native/commit/b136de4ebaa32cc0651ee9a66f9598454d8adac2)) +- implement cli recorder service ([e05cf93](https://github.com/sendbird/sendbird-uikit-react-native/commit/e05cf93754900675dae71d2d542701488df8afdd)) +- implement recorder and player service for expo ([851ec0e](https://github.com/sendbird/sendbird-uikit-react-native/commit/851ec0efbff989da6becf9938dbf5a2bd8efcc69)) +- implement voice message input ([9e6bc75](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e6bc7551d0e28d020fc04599a833c0dd34bcd80)) +- implement voice message logic ([337d022](https://github.com/sendbird/sendbird-uikit-react-native/commit/337d0228fd1fc593c12d886aa8bd776d5666a4bc)) + +### Bug Fixes + +- await onClose for voice message input before displaying permission alert ([62ef277](https://github.com/sendbird/sendbird-uikit-react-native/commit/62ef277069a057bb4e5ee6331b2bcb9320bb6c7b)) +- **CLNP-983:** display a message unavailable text if the message is not accessible ([e38512a](https://github.com/sendbird/sendbird-uikit-react-native/commit/e38512aeece12c32aea2c56b7a7a9ed49bc6f7bb)) +- **CLNP-983:** search for messages from an accessible range ([b025f7f](https://github.com/sendbird/sendbird-uikit-react-native/commit/b025f7f771e8c335101651aebb97380be9516c36)) +- **foundation:** fixed to use color variant in unknown group channel message ([1b8576a](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b8576aed15d651b832f2690df768210729bb4e9)) +- reset player and recorder if input closed with back button press ([e8e43ec](https://github.com/sendbird/sendbird-uikit-react-native/commit/e8e43ec727f9cd2483bd3a82ed00984560c983aa)) +- **UIKIT-4452:** uikit configuration should always be initialized ([1e539bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/1e539bbdd3ee332a0d1f7eee839d77a9972b4b4e)) + +### Improvements + +- lift up the flatListRef to the provider and created MessageList context ([4a6efdc](https://github.com/sendbird/sendbird-uikit-react-native/commit/4a6efdcf71ce8659f1de5ea90a34be630e47df55)) + ## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) ### Features diff --git a/docs-validation/CHANGELOG.md b/docs-validation/CHANGELOG.md index bcaf174f0..02f4ff885 100644 --- a/docs-validation/CHANGELOG.md +++ b/docs-validation/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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +### Features + +- add createRecordFilePath method to FileServiceInterface ([0b7fd40](https://github.com/sendbird/sendbird-uikit-react-native/commit/0b7fd40faaf12721dfc84cb90fdbc8040e4ea951)) +- implement voice message input ([9e6bc75](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e6bc7551d0e28d020fc04599a833c0dd34bcd80)) + ## [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 diff --git a/docs-validation/package.json b/docs-validation/package.json index 63ce23de9..17acbb628 100644 --- a/docs-validation/package.json +++ b/docs-validation/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/docs-validation", - "version": "3.1.2", + "version": "3.2.0", "private": true, "scripts": { "test": "tsc --project tsconfig.build.json", diff --git a/lerna.json b/lerna.json index 69c8e832f..acf7a7c00 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*", "sample", "docs-validation"], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.1.2", + "version": "3.2.0", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/uikit-chat-hooks/CHANGELOG.md b/packages/uikit-chat-hooks/CHANGELOG.md index 0995e75ed..f8b94c49d 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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +### Features + +- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a)) + ## [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 diff --git a/packages/uikit-chat-hooks/package.json b/packages/uikit-chat-hooks/package.json index 6a5e84a14..d513f7549 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.2", + "version": "3.2.0", "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.1.2" + "@sendbird/uikit-utils": "3.2.0" }, "devDependencies": { - "@sendbird/uikit-testing-tools": "3.1.2", + "@sendbird/uikit-testing-tools": "3.2.0", "@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 098a0caa6..d3cb1c20a 100644 --- a/packages/uikit-react-native-foundation/CHANGELOG.md +++ b/packages/uikit-react-native-foundation/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +### Features + +- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a)) +- **foundation:** add audio icon ([366d6af](https://github.com/sendbird/sendbird-uikit-react-native/commit/366d6afc1538ae488e8aaf3ebad6daf3fc556e4e)) +- **foundation:** add progress bar component ([af6a2fb](https://github.com/sendbird/sendbird-uikit-react-native/commit/af6a2fb4424f99b2fc46ff8dc8e6a3f74be08c86)) +- **foundation:** add voice message input color set ([b94d230](https://github.com/sendbird/sendbird-uikit-react-native/commit/b94d230b6947aa2b46f59ced77e2bbb505cb5bfc)) +- **foundation:** implement voice file message component ([f6d90db](https://github.com/sendbird/sendbird-uikit-react-native/commit/f6d90db47dc933f607450667b4095b5926cd854d)) +- **foundation:** update icons ([85d7d58](https://github.com/sendbird/sendbird-uikit-react-native/commit/85d7d588b9b5b55113e2a5399d24c38c838b9d06)) +- implement voice message logic ([337d022](https://github.com/sendbird/sendbird-uikit-react-native/commit/337d0228fd1fc593c12d886aa8bd776d5666a4bc)) + +### Bug Fixes + +- **foundation:** fixed to use color variant in unknown group channel message ([1b8576a](https://github.com/sendbird/sendbird-uikit-react-native/commit/1b8576aed15d651b832f2690df768210729bb4e9)) + ## [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 diff --git a/packages/uikit-react-native-foundation/package.json b/packages/uikit-react-native-foundation/package.json index 1cc9cc724..29c6c39d1 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.2", + "version": "3.2.0", "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.1.2" + "@sendbird/uikit-utils": "3.2.0" }, "devDependencies": { "@types/react": "*", diff --git a/packages/uikit-react-native/CHANGELOG.md b/packages/uikit-react-native/CHANGELOG.md index 6211c639b..b6fb45a74 100644 --- a/packages/uikit-react-native/CHANGELOG.md +++ b/packages/uikit-react-native/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +### Features + +- add chat init params to chatOptions ([7742853](https://github.com/sendbird/sendbird-uikit-react-native/commit/7742853837959884feb1e577e4682802486efb9f)) +- add createRecordFilePath method to FileServiceInterface ([0b7fd40](https://github.com/sendbird/sendbird-uikit-react-native/commit/0b7fd40faaf12721dfc84cb90fdbc8040e4ea951)) +- add reaction.onPressUserProfile to SendbirdUIKitContainer props ([379bcce](https://github.com/sendbird/sendbird-uikit-react-native/commit/379bcce0bb4f123108bec86e6decdfe93b3c3718)) +- add scrollToMessage to group channel contexts ([df48e2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/df48e2c3a20abecc3577aa59748b18500c61236e)) +- add string set for microphone permission ([9e9c2e1](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e9c2e177932fb0ae7034cd932d2bbb7d5af9eed)) +- add string set for muted and frozen when sending a voice message ([0c8d1f5](https://github.com/sendbird/sendbird-uikit-react-native/commit/0c8d1f561e0a8a1685363851529a5eeff52426d3)) +- add voice message config to uikit container ([6f5de2c](https://github.com/sendbird/sendbird-uikit-react-native/commit/6f5de2c7e100d08f56de58047f9e865bcfe5121e)) +- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a)) +- **foundation:** add progress bar component ([af6a2fb](https://github.com/sendbird/sendbird-uikit-react-native/commit/af6a2fb4424f99b2fc46ff8dc8e6a3f74be08c86)) +- **foundation:** add voice message input color set ([b94d230](https://github.com/sendbird/sendbird-uikit-react-native/commit/b94d230b6947aa2b46f59ced77e2bbb505cb5bfc)) +- implement cli player service ([b136de4](https://github.com/sendbird/sendbird-uikit-react-native/commit/b136de4ebaa32cc0651ee9a66f9598454d8adac2)) +- implement cli recorder service ([e05cf93](https://github.com/sendbird/sendbird-uikit-react-native/commit/e05cf93754900675dae71d2d542701488df8afdd)) +- implement recorder and player service for expo ([851ec0e](https://github.com/sendbird/sendbird-uikit-react-native/commit/851ec0efbff989da6becf9938dbf5a2bd8efcc69)) +- implement voice message input ([9e6bc75](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e6bc7551d0e28d020fc04599a833c0dd34bcd80)) +- implement voice message logic ([337d022](https://github.com/sendbird/sendbird-uikit-react-native/commit/337d0228fd1fc593c12d886aa8bd776d5666a4bc)) + +### Bug Fixes + +- await onClose for voice message input before displaying permission alert ([62ef277](https://github.com/sendbird/sendbird-uikit-react-native/commit/62ef277069a057bb4e5ee6331b2bcb9320bb6c7b)) +- **CLNP-983:** display a message unavailable text if the message is not accessible ([e38512a](https://github.com/sendbird/sendbird-uikit-react-native/commit/e38512aeece12c32aea2c56b7a7a9ed49bc6f7bb)) +- **CLNP-983:** search for messages from an accessible range ([b025f7f](https://github.com/sendbird/sendbird-uikit-react-native/commit/b025f7f771e8c335101651aebb97380be9516c36)) +- reset player and recorder if input closed with back button press ([e8e43ec](https://github.com/sendbird/sendbird-uikit-react-native/commit/e8e43ec727f9cd2483bd3a82ed00984560c983aa)) +- **UIKIT-4452:** uikit configuration should always be initialized ([1e539bb](https://github.com/sendbird/sendbird-uikit-react-native/commit/1e539bbdd3ee332a0d1f7eee839d77a9972b4b4e)) + +### Improvements + +- lift up the flatListRef to the provider and created MessageList context ([4a6efdc](https://github.com/sendbird/sendbird-uikit-react-native/commit/4a6efdcf71ce8659f1de5ea90a34be630e47df55)) + ## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) ### Features diff --git a/packages/uikit-react-native/package.json b/packages/uikit-react-native/package.json index 54e94ebe7..015103138 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.2", + "version": "3.2.0", "description": "Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", @@ -59,10 +59,10 @@ "access": "public" }, "dependencies": { - "@sendbird/uikit-chat-hooks": "3.1.2", - "@sendbird/uikit-react-native-foundation": "3.1.2", + "@sendbird/uikit-chat-hooks": "3.2.0", + "@sendbird/uikit-react-native-foundation": "3.2.0", "@sendbird/uikit-tools": "^0.0.1-alpha.38", - "@sendbird/uikit-utils": "3.1.2" + "@sendbird/uikit-utils": "3.2.0" }, "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 7dce28d7a..a7ec79109 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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +**Note:** Version bump only for package @sendbird/uikit-testing-tools + ## [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 diff --git a/packages/uikit-testing-tools/package.json b/packages/uikit-testing-tools/package.json index de6a38180..7799b7177 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.2", + "version": "3.2.0", "private": true, "description": "UIKit testing tools", "keywords": [ @@ -40,7 +40,7 @@ }, "devDependencies": { "@sendbird/chat": "^4.9.8", - "@sendbird/uikit-utils": "3.1.2", + "@sendbird/uikit-utils": "3.2.0", "@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 001181746..905aaacfa 100644 --- a/packages/uikit-utils/CHANGELOG.md +++ b/packages/uikit-utils/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +### Features + +- add yalc for local deployment ([7778d67](https://github.com/sendbird/sendbird-uikit-react-native/commit/7778d67c97dda62be02e2ac7c9390864549ef53a)) +- **foundation:** implement voice file message component ([f6d90db](https://github.com/sendbird/sendbird-uikit-react-native/commit/f6d90db47dc933f607450667b4095b5926cd854d)) +- implement voice message input ([9e6bc75](https://github.com/sendbird/sendbird-uikit-react-native/commit/9e6bc7551d0e28d020fc04599a833c0dd34bcd80)) + +### Bug Fixes + +- await onClose for voice message input before displaying permission alert ([62ef277](https://github.com/sendbird/sendbird-uikit-react-native/commit/62ef277069a057bb4e5ee6331b2bcb9320bb6c7b)) + +### Improvements + +- lift up the flatListRef to the provider and created MessageList context ([4a6efdc](https://github.com/sendbird/sendbird-uikit-react-native/commit/4a6efdcf71ce8659f1de5ea90a34be630e47df55)) + ## [3.1.2](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.1...v3.1.2) (2023-10-04) ### Features diff --git a/packages/uikit-utils/package.json b/packages/uikit-utils/package.json index 8da813be0..c510f3837 100644 --- a/packages/uikit-utils/package.json +++ b/packages/uikit-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-utils", - "version": "3.1.2", + "version": "3.2.0", "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 f118f6773..ef004885b 100644 --- a/sample/CHANGELOG.md +++ b/sample/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.2.0](https://github.com/sendbird/sendbird-uikit-react-native/compare/v3.1.2...v3.2.0) (2023-11-03) + +### Bug Fixes + +- **CLNP-983:** display a message unavailable text if the message is not accessible ([e38512a](https://github.com/sendbird/sendbird-uikit-react-native/commit/e38512aeece12c32aea2c56b7a7a9ed49bc6f7bb)) + ## [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 diff --git a/sample/package.json b/sample/package.json index 826755ebb..e159c873a 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-sample-cli", - "version": "3.1.2", + "version": "3.2.0", "private": true, "scripts": { "android": "concurrently 'yarn start' 'react-native run-android'",